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 be28c18 commit b5b16f3Copy full SHA for b5b16f3
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.5.2"
+__version__ = "0.6.0"
doc/releases.rst
@@ -11,6 +11,19 @@
11
Releases
12
========
13
14
+Version 0.60
15
+=============
16
+
17
+* MAINT: move from scikit-learn 0.19.X to 0.21.X
18
+* MAINT #688: allow for pyrfr version 0.8.X
19
+* FIX #680: Remove unnecessary print statement
20
21
+Contributors
22
+************
23
24
+* Guilherme Miotto
25
+* Matthias Feurer
26
27
Version 0.5.2
28
=============
29
0 commit comments