Skip to content

Commit 85079d7

Browse files
committed
move to release candidate
1 parent d8c92f7 commit 85079d7

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

autosklearn/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"

doc/releases.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,25 @@
1212
Releases
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+
1534
Version 0.12.0
1635
==============
1736

0 commit comments

Comments
 (0)