Skip to content

Commit bd48092

Browse files
committed
bump version for new release
1 parent 73ab8c3 commit bd48092

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

autosklearn/__version__.py

+1-1
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.6"
4+
__version__ = "0.12.7"

doc/releases.rst

+17
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@
77
commit. From http://stackoverflow.com/questions/6482436/list-of-authors-in-git-since-a-given-commit
88
git log 25d680d4e9520a661aae48ea4c7295c663b64df3.. --format="%aN <%aE>" --reverse | perl -e 'my %dedupe; while (<STDIN>) { print unless $dedupe{$_}++}'
99
10+
Version 0.12.7
11+
==============
12+
13+
* ADD #1178: Reduce precision if dataset is too large for given memory limit.
14+
* ADD #1179: Improve Auto-sklearn 2.0 meta-data by providing new meta-data for the metrics
15+
`roc_auc` and `logloss`.
16+
* DOC: Fix reference to arXiv paper
17+
* MAINT #1134,#1142,#1143: Improvements to the stale bot - the stale bot now marks issues labeled
18+
with `feedback required` as stale if there is nothing happening for 30 days. After another 7
19+
days it then closes the issue.
20+
* MAINT: Added a new issue template for questions.
21+
* MAINT #1168: Upper-bound scipy to `1.6.3` as `1.7.0` is incompatible with `SMAC`.
22+
* MAINT #1173: Update the license files to be recognized by github.
23+
24+
Contributors v0.12.7
25+
********************
26+
1027
Version 0.12.6
1128
==============
1229

0 commit comments

Comments
 (0)