File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11"""Version information."""
22
33# The following line *must* be the last in the module, exactly as formatted:
4- __version__ = "0.12.0 "
4+ __version__ = "0.12.0rc1 "
Original file line number Diff line number Diff line change 1212Releases
1313========
1414
15+ Version 0.12.1
16+ ==============
17+
18+ * ADD: A new heuristic which gives a warning and subsamples the data if it is too large for the
19+ given ``memory_limit ``.
20+ * ADD #1024: Tune scikit-learn's ``MLPClassifier `` and ``MLPRegressor ``.
21+ * MAINT #1017: Improve the logging server introduced in release 0.12.0.
22+ * MAINT #1024: Move to scikit-learn 0.24.X.
23+ * MAINT #1038: Use new datasets for regression and classification and also update the metadata
24+ used for Auto-sklearn 1.0.
25+ * MAINT #1040: Minor speed improvements in the ensemble selection algorithm.
26+
27+ Contributors v0.12.1
28+ ********************
29+
30+ * Matthias Feurer
31+ * Katharina Eggensperger
32+ * Francisco Rivera
33+
1534Version 0.12.0
1635==============
1736
You can’t perform that action at this time.
0 commit comments