File tree Expand file tree Collapse file tree 3 files changed +27
-4
lines changed Expand file tree Collapse file tree 3 files changed +27
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 1111Releases
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+
1440Version 0.2.0
1541=============
1642
You can’t perform that action at this time.
0 commit comments