Skip to content

Commit 8e7b34b

Browse files
committed
Prepare minor release
1 parent 1bb3d88 commit 8e7b34b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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.11.0"
4+
__version__ = "0.11.1"

doc/releases.rst

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

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+
1422
Version 0.11.0
1523
==============
1624

0 commit comments

Comments
 (0)