File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed 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.12.4dev "
4+ __version__ = "0.12.4 "
Original file line number Diff line number Diff line change 1212Releases
1313========
1414
15+ Version 0.12.4
16+ ==============
17+
18+ * ADD #660: Enable scikit-learn's power transformation for input features.
19+ * MAINT: Bump the `pyrfr ` minimum dependency to 0.8.1 to automatically download wheels from pypi
20+ if possible.
21+ * FIX #732: Add a missing size check into the GMEANS clustering used for the NeurIPS 2015 paper.
22+ * FIX #1050: Add missing arguments to the `AutoSklearn2Classifier ` signature.
23+ * FIX #1072: Fixes a bug where the `AutoSklearn2Classifier ` could not be created due to trying to
24+ cache to the wrong directory.
25+
26+ Contributors v0.12.4
27+ ********************
28+
29+ * Matthias Feurer
30+ * Francisco Rivera
31+ * Maximilian Greil
32+ * Pepe Berba
33+
1534Version 0.12.3
1635==============
1736
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ liac-arff
1414
1515ConfigSpace >= 0.4.14 ,< 0.5
1616pynisher >= 0.6.3
17- pyrfr >= 0.7 ,< 0.9
17+ pyrfr >= 0.8.1 ,< 0.9
1818smac >= 0.13.1 ,< 0.14
You can’t perform that action at this time.
0 commit comments