Skip to content

Commit 9e04bd8

Browse files
committed
Release 0.11
1 parent d3aafbd commit 9e04bd8

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-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.10.0"
4+
__version__ = "0.11.0"

doc/releases.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,29 @@
1111
Releases
1212
========
1313

14+
Version 0.11.0
15+
==============
16+
17+
* ADD #992: Move ensemble building from being a separate process to a job submitted to the dask
18+
cluster. This allows for better control of the memory used in multiprocessing settings.
19+
* FIX #905: Make ``AutoSklearn2Classifier`` picklable.
20+
* FIX #970: Fix a bug where Auto-sklearn would fail if categorical features are passed as a
21+
Pandas Dataframe.
22+
* MAINT #772: Improve error message in case of dummy prediction failure.
23+
* MAINT #948: Finally use Pandas >= 1.0.
24+
* MAINT #973: Improve meta-data by running meta-data generation for more time and separately for
25+
important metrics.
26+
* MAINT #997: Improve memory handling in the ensemble building process. This allows building
27+
ensembles for larger datasets.
28+
29+
Contributors v0.11.0
30+
********************
31+
32+
* Matthias Feurer
33+
* Francisco Rivera
34+
* Karl Leswing
35+
* ROHIT AGARWAL
36+
1437
Version 0.10.0
1538
==============
1639

0 commit comments

Comments
 (0)