We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb3d88 commit 8e7b34bCopy full SHA for 8e7b34b
autosklearn/__version__.py
@@ -1,4 +1,4 @@
1
"""Version information."""
2
3
# The following line *must* be the last in the module, exactly as formatted:
4
-__version__ = "0.11.0"
+__version__ = "0.11.1"
doc/releases.rst
@@ -11,6 +11,14 @@
11
Releases
12
========
13
14
+Version 0.11.1
15
+==============
16
+
17
+* FIX #989: Fixes a bug where `y` was not passed to all data preprocessors which made 3rd party
18
+ category encoders fail.
19
+* FIX #1001: Fixes a bug which could make Auto-sklearn fail at random.
20
+* MAINT #1000: Introduce a minimal version for ``dask.distributed``.
21
22
Version 0.11.0
23
==============
24
0 commit comments