File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
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.7 "
4+ __version__ = "0.12.8 "
Original file line number Diff line number Diff line change 33..
44 The following command allows to retrieve all commiters since a specified
55 commit. From https://stackoverflow.com/questions/6482436/list-of-authors-in-git-since-a-given-commit
6- git log 25d680d4e9520a661aae48ea4c7295c663b64df3 .. --format="%aN <%aE>" --reverse | perl -e 'my %dedupe; while (<STDIN>) { print unless $dedupe{$_}++}'
6+ git log 275d0d6b20d16822252d8b50bf71b1c787187f09 .. --format="%aN <%aE>" --reverse | perl -e 'my %dedupe; while (<STDIN>) { print unless $dedupe{$_}++}'
77
88========
99Releases
1010========
1111
12+ Version 0.12.8
13+ ==============
14+
15+ * MAINT #1183: Introduce an upper bound on the dask version to retain compatibility with SMAC3.
16+
17+ Contributors v0.12.8
18+ ********************
19+
20+ * Eddie Bergman
21+
1222Version 0.12.7
1323==============
1424
@@ -26,6 +36,15 @@ Version 0.12.7
2636Contributors v0.12.7
2737********************
2838
39+ * Francisco Rivera Valverde
40+ * Matthias Feurer
41+ * JJ Ben-Joseph
42+ * Isaac Chung
43+ * Katharina Eggensperger
44+ * bitsbuffer
45+ * Eddie Bergman
46+ * olehb007
47+
2948Version 0.12.6
3049==============
3150
You can’t perform that action at this time.
0 commit comments