Skip to content

Commit d81bbd9

Browse files
committed
MAINT prepare bugfix release 0.2.1
1 parent ea081cf commit d81bbd9

File tree

3 files changed

+27
-4
lines changed

3 files changed

+27
-4
lines changed

CHANGES.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

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.2.0"
4+
__version__ = "0.2.1"

doc/releases.rst

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

14+
Version 0.2.1
15+
=============
16+
17+
Changes
18+
~~~~~~~
19+
20+
* Allows the usage of scikit-learn 0.18.2.
21+
* Fixes requirement pyrfr to version ``0.4.0``.
22+
* Added a Dockerfile.
23+
* Added the possibility to change the size of the holdout set when
24+
using holdout resampling strategy.
25+
* Fixed a bug in QDA's hyperparameters.
26+
* Typo fixes in print statements.
27+
* New method to retrieve the models used in the final ensemble.
28+
29+
Contributors
30+
~~~~~~~~~~~~
31+
32+
* Matthias Feurer
33+
* Katharina Eggensperger
34+
* Felix Leung
35+
* caoyi0905
36+
* Young Ryul Bae
37+
* Vicente Alencar
38+
* Lukas Großberger
39+
1440
Version 0.2.0
1541
=============
1642

0 commit comments

Comments
 (0)