Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion autosklearn/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version information."""

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "0.12.5dev"
__version__ = "0.12.5"
16 changes: 13 additions & 3 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
git log 2e29eba.. --format="%aN <%aE>" --reverse | perl -e 'my %dedupe; while (<STDIN>) { print unless $dedupe{$_}++}'


Version 0.12.5
==============

* MAINT: Remove ``Cython`` and ``numpy`` as installation requirements.

Contributors v0.12.5
********************

* Matthias Feurer

========
Releases
========
Expand All @@ -16,11 +26,11 @@ Version 0.12.4
==============

* ADD #660: Enable scikit-learn's power transformation for input features.
* MAINT: Bump the `pyrfr` minimum dependency to 0.8.1 to automatically download wheels from pypi
* MAINT: Bump the ``pyrfr`` minimum dependency to 0.8.1 to automatically download wheels from pypi
if possible.
* FIX #732: Add a missing size check into the GMEANS clustering used for the NeurIPS 2015 paper.
* FIX #1050: Add missing arguments to the `AutoSklearn2Classifier` signature.
* FIX #1072: Fixes a bug where the `AutoSklearn2Classifier` could not be created due to trying to
* FIX #1050: Add missing arguments to the ``AutoSklearn2Classifier`` signature.
* FIX #1072: Fixes a bug where the ``AutoSklearn2Classifier`` could not be created due to trying to
cache to the wrong directory.

Contributors v0.12.4
Expand Down