Skip to content

MNT update what's new 1.1 for 1.1.1 and add what's new 1.2 #23223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on libraries.io to be notified when new versions are released.
.. toctree::
:maxdepth: 1

Version 1.2 <whats_new/v1.2.rst>
Version 1.1 <whats_new/v1.1.rst>
Version 1.0 <whats_new/v1.0.rst>
Version 0.24 <whats_new/v0.24.rst>
Expand Down
10 changes: 10 additions & 0 deletions doc/whats_new/v1.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

.. currentmodule:: sklearn

.. _changes_1_1_1:

Version 1.1.1
=============

**In Development**

Changelog
---------

.. _changes_1_1:

Version 1.1.0
Expand Down
42 changes: 42 additions & 0 deletions doc/whats_new/v1.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
.. include:: _contributors.rst

.. currentmodule:: sklearn

.. _changes_1_2:

Version 1.2.0
=============

**In Development**

.. include:: changelog_legend.inc

Changed models
--------------

The following estimators and functions, when fit with the same data and
parameters, may produce different models from the previous version. This often
occurs due to changes in the modelling logic (bug fixes or enhancements), or in
random sampling procedures.

Changelog
---------

..
Entries should be grouped by module (in alphabetic order) and prefixed with
one of the labels: |MajorFeature|, |Feature|, |Efficiency|, |Enhancement|,
|Fix| or |API| (see whats_new.rst for descriptions).
Entries should be ordered by those labels (e.g. |Fix| after |Efficiency|).
Changes not specific to a module should be listed under *Multiple Modules*
or *Miscellaneous*.
Entries should end with:
:pr:`123456` by :user:`Joe Bloggs <joeongithub>`.
where 123456 is the *pull request* number, not the issue number.

Code and Documentation Contributors
-----------------------------------

Thanks to everyone who has contributed to the maintenance and improvement of
the project since version 1.1, including:

TODO: update at the time of the release.