File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 2019-12-03 [ 1.2.4 ] :
2
+ --------------------------
3
+ * features
4
+ - Added ability to select GPU device in gpu_stump
5
+ * tasks
6
+ - Changed all README hyperlinks to double underscores
7
+ - Added API links to README
8
+ - Added STUMPY circle image (logo)
9
+ - Suppressed pytest junit_family deprecation warning
10
+ - Replaced ` python install ` with ` python -m pip install . `
11
+
1
12
# 2019-11-26 [ 1.2.3 ] :
2
13
--------------------------
3
14
* bugfixes
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def readme():
8
8
9
9
configuration = {
10
10
"name" : "stumpy" ,
11
- "version" : "1.2.3 " ,
11
+ "version" : "1.2.4 " ,
12
12
"python_requires=" : ">=3.6" ,
13
13
"author" : "Sean M. Law" ,
14
14
"author_email" :
"[email protected] " ,
You can’t perform that action at this time.
0 commit comments