File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
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.5dev "
4+ __version__ = "0.12.5 "
Original file line number Diff line number Diff line change 88 git log 2e29eba.. --format="%aN <%aE>" --reverse | perl -e 'my %dedupe; while (<STDIN>) { print unless $dedupe{$_}++}'
99
1010
11+ Version 0.12.5
12+ ==============
13+
14+ * MAINT: Remove ``Cython `` and ``numpy `` as installation requirements.
15+
16+ Contributors v0.12.5
17+ ********************
18+
19+ * Matthias Feurer
20+
1121========
1222Releases
1323========
@@ -16,11 +26,11 @@ Version 0.12.4
1626==============
1727
1828* 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
29+ * MAINT: Bump the `` pyrfr ` ` minimum dependency to 0.8.1 to automatically download wheels from pypi
2030 if possible.
2131* 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
32+ * FIX #1050: Add missing arguments to the `` AutoSklearn2Classifier ` ` signature.
33+ * FIX #1072: Fixes a bug where the `` AutoSklearn2Classifier ` ` could not be created due to trying to
2434 cache to the wrong directory.
2535
2636Contributors v0.12.4
You can’t perform that action at this time.
0 commit comments