File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-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.10 .0"
4+ __version__ = "0.11 .0"
Original file line number Diff line number Diff line change 1111Releases
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+
1437Version 0.10.0
1538==============
1639
You can’t perform that action at this time.
0 commit comments