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 ea39160 commit 7364c68Copy full SHA for 7364c68
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.14.1"
+__version__ = "0.14.2"
doc/releases.rst
@@ -9,6 +9,16 @@
9
Releases
10
========
11
12
+Version 0.14.2
13
+==============
14
+
15
+* FIX #1290: Fixes a bug where it was not possible to extend Auto-sklearn and run it in parallel.
16
17
+Contributors v0.14.2
18
+********************
19
20
+* Matthias Feurer
21
22
Version 0.14.1
23
==============
24
0 commit comments