|
| 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