Skip to content

Commit 25d680d

Browse files
authored
Merge pull request #1105 from automl/development
Development
2 parents 020172a + 218aa84 commit 25d680d

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
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.5dev"
4+
__version__ = "0.12.5"

doc/releases.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
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
========
1222
Releases
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

2636
Contributors v0.12.4

0 commit comments

Comments
 (0)