File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 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+
1027Version 0.12.6
1128==============
1229
You can’t perform that action at this time.
0 commit comments