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 adc92ba commit 23dc82dCopy full SHA for 23dc82d
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.7.1"
+__version__ = "0.8.0"
doc/releases.rst
@@ -11,6 +11,12 @@
11
Releases
12
========
13
14
+Version 0.8
15
+===========
16
+
17
+* ADD #803: multi-output regression
18
+* ADD #893: new Auto-sklearn mode Auto-sklearn 2.0
19
20
Version 0.7.1
21
=============
22
0 commit comments