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+
112# 2019-11-26 [ 1.2.3 ] :
213--------------------------
314* bugfixes
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def readme():
88
99configuration = {
1010 "name" : "stumpy" ,
11- "version" : "1.2.3 " ,
11+ "version" : "1.2.4 " ,
1212 "python_requires=" : ">=3.6" ,
1313 "author" : "Sean M. Law" ,
1414 "author_email" :
"[email protected] " ,
You can’t perform that action at this time.
0 commit comments