Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Apr 13, 2021
1 parent b3867b4 commit 802c337
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
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.5"
__version__ = "0.12.6"
26 changes: 25 additions & 1 deletion doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,32 @@
..
The following command allows to retrieve all commiters since a specified
commit. From http://stackoverflow.com/questions/6482436/list-of-authors-in-git-since-a-given-commit
git log 2e29eba.. --format="%aN <%aE>" --reverse | perl -e 'my %dedupe; while (<STDIN>) { print unless $dedupe{$_}++}'
git log 25d680d4e9520a661aae48ea4c7295c663b64df3.. --format="%aN <%aE>" --reverse | perl -e 'my %dedupe; while (<STDIN>) { print unless $dedupe{$_}++}'
Version 0.12.6
==============

* ADD #886: Provide new function which allows fitting only a single configuration.
* DOC #1070: Clarify example on how successive halving and Bayesian optimization play together.
* DOC #1112: Fix type.
* DOC #1122: Add Python 3 to the installation command for Ubuntu.
* FIX #1114: Fix a bug which made printing dummy models fail.
* FIX #1117: Fix a bug previously made `memory_limit=None` fail.
* FIX #1121: Fix an edge case which could decrease performance in Auto-sklearn 2.0 when using
cross-validation with iterative fitting.
* FIX #1123: Fix a bug `autosklearn.metrics.calculate_score` for metrics/scores which need
to be minimized where the function previously returned the loss and not the score.
* FIX #1115/#1124: Fix a bug which would prevent Auto-sklearn from computing meta-features in the
multiprocessing case.

Contributors v0.12.6
********************

* Francisco Rivera Valverde
* stock90975
* Lucas Nildaimon dos Santos Silva
* Matthias Feurer
* Rohit Agarwal

Version 0.12.5
==============
Expand Down

0 comments on commit 802c337

Please sign in to comment.