File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed 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
@@ -41,6 +41,16 @@ Contributors v0.13.0
4141* bitsbuffer
4242* Francisco Rivera Valverde
4343
44+ Version 0.12.8
45+ ==============
46+
47+ * MAINT #1183: Introduce an upper bound on the dask version to retain compatibility with SMAC3.
48+
49+ Contributors v0.12.8
50+ ********************
51+
52+ * Eddie Bergman
53+
4454Version 0.12.7
4555==============
4656
@@ -58,6 +68,15 @@ Version 0.12.7
5868Contributors v0.12.7
5969********************
6070
71+ * Francisco Rivera Valverde
72+ * Matthias Feurer
73+ * JJ Ben-Joseph
74+ * Isaac Chung
75+ * Katharina Eggensperger
76+ * bitsbuffer
77+ * Eddie Bergman
78+ * olehb007
79+
6180Version 0.12.6
6281==============
6382
You can’t perform that action at this time.
0 commit comments