File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
"""Version information."""
2
2
3
3
# 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 7
7
commit. From http://stackoverflow.com/questions/6482436/list-of-authors-in-git-since-a-given-commit
8
8
git log 25d680d4e9520a661aae48ea4c7295c663b64df3.. --format="%aN <%aE>" --reverse | perl -e 'my %dedupe; while (<STDIN>) { print unless $dedupe{$_}++}'
9
9
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
+
10
27
Version 0.12.6
11
28
==============
12
29
You can’t perform that action at this time.
0 commit comments