Skip to content

Commit 802c337

Browse files
committed
prepare new release
1 parent b3867b4 commit 802c337

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-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.5"
4+
__version__ = "0.12.6"

doc/releases.rst

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,32 @@
55
..
66
The following command allows to retrieve all commiters since a specified
77
commit. From http://stackoverflow.com/questions/6482436/list-of-authors-in-git-since-a-given-commit
8-
git log 2e29eba.. --format="%aN <%aE>" --reverse | perl -e 'my %dedupe; while (<STDIN>) { print unless $dedupe{$_}++}'
8+
git log 25d680d4e9520a661aae48ea4c7295c663b64df3.. --format="%aN <%aE>" --reverse | perl -e 'my %dedupe; while (<STDIN>) { print unless $dedupe{$_}++}'
99
10+
Version 0.12.6
11+
==============
12+
13+
* ADD #886: Provide new function which allows fitting only a single configuration.
14+
* DOC #1070: Clarify example on how successive halving and Bayesian optimization play together.
15+
* DOC #1112: Fix type.
16+
* DOC #1122: Add Python 3 to the installation command for Ubuntu.
17+
* FIX #1114: Fix a bug which made printing dummy models fail.
18+
* FIX #1117: Fix a bug previously made `memory_limit=None` fail.
19+
* FIX #1121: Fix an edge case which could decrease performance in Auto-sklearn 2.0 when using
20+
cross-validation with iterative fitting.
21+
* FIX #1123: Fix a bug `autosklearn.metrics.calculate_score` for metrics/scores which need
22+
to be minimized where the function previously returned the loss and not the score.
23+
* FIX #1115/#1124: Fix a bug which would prevent Auto-sklearn from computing meta-features in the
24+
multiprocessing case.
25+
26+
Contributors v0.12.6
27+
********************
28+
29+
* Francisco Rivera Valverde
30+
* stock90975
31+
* Lucas Nildaimon dos Santos Silva
32+
* Matthias Feurer
33+
* Rohit Agarwal
1034

1135
Version 0.12.5
1236
==============

0 commit comments

Comments
 (0)