File tree 1 file changed +20
-1
lines changed
1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 3
3
..
4
4
The following command allows to retrieve all commiters since a specified
5
5
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{$_}++}'
7
7
8
8
========
9
9
Releases
@@ -41,6 +41,16 @@ Contributors v0.13.0
41
41
* bitsbuffer
42
42
* Francisco Rivera Valverde
43
43
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
+
44
54
Version 0.12.7
45
55
==============
46
56
@@ -58,6 +68,15 @@ Version 0.12.7
58
68
Contributors v0.12.7
59
69
********************
60
70
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
+
61
80
Version 0.12.6
62
81
==============
63
82
You can’t perform that action at this time.
0 commit comments