8000 Empty template whats new 1.0.0 · scikit-learn/scikit-learn@4449af5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4449af5

Browse files
committed
Empty template whats new 1.0.0
1 parent 9292744 commit 4449af5

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

doc/whats_new.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on libraries.io to be notified when new versions are released.
1212
.. toctree::
1313
:maxdepth: 1
1414

15+
Version 0.25 <whats_new/v0.25.rst>
1516
Version 0.24 <whats_new/v0.24.rst>
1617
Version 0.23 <whats_new/v0.23.rst>
1718
Version 0.22 <whats_new/v0.22.rst>

doc/whats_new/v1.0.rst

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
.. include:: _contributors.rst
2+
3+
.. currentmodule:: sklearn
4+
5+
.. _changes_1_0:
6+
7+
Version 1.0.0
8+
=============
9+
10+
**In Development**
11+
12+
13+
.. include:: changelog_legend.inc
14+
15+
Put the changes in their relevant module.
16+
17+
Changed models
18+
--------------
19+
20+
The following estimators and functions, when fit with the same data and
21+
parameters, may produce different models from the previous version. This often
22+
occurs due to changes in the modelling logic (bug fixes or enhancements), or in
23+
random sampling procedures.
24+
25+
26+
27+
Details are listed in the changelog below.
28+
29+
(While we are trying to better inform users by providing this information, we
30+
cannot assure that this list is complete.)
31+
32+
33+
Changelog
34+
---------
35+
36+
..
37+
Entries should be grouped by module (in alphabetic order) and prefixed with
38+
one of the labels: |MajorFeature|, |Feature|, |Efficiency|, |Enhancement|,
39+
|Fix| or |API| (see whats_new.rst for descriptions).
40+
Entries should be ordered by those labels (e.g. |Fix| after |Efficiency|).
41+
Changes not specific to a module should be listed under *Multiple Modules*
42+
or *Miscellaneous*.
43+
Entries should end with:
44+
:pr:`123456` by :user:`Joe Bloggs <joeongithub>`.
45+
where 123456 is the *pull request* number, not the issue number.
46+
47+
48+
49+
Code and Documentation Contributors
50+
-----------------------------------
51+
52+
Thanks to everyone who has contributed to the maintenance and improvement of
53+
the project since version 0.24, including:
54+
55+
TODO: update at the time of the release.

0 commit comments

Comments
 (0)
0