Skip to content

Commit f657ba4

Browse files
authored
Prepare release 0.12.4 (#1097)
1 parent 1d4aa73 commit f657ba4

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

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.12.4dev"
4+
__version__ = "0.12.4"

doc/releases.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,25 @@
1212
Releases
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+
1534
Version 0.12.3
1635
==============
1736

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ liac-arff
1414

1515
ConfigSpace>=0.4.14,<0.5
1616
pynisher>=0.6.3
17-
pyrfr>=0.7,<0.9
17+
pyrfr>=0.8.1,<0.9
1818
smac>=0.13.1,<0.14

0 commit comments

Comments
 (0)