File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ # 2019-11-26 [ 1.2.3 ] :
2+ --------------------------
3+ * bugfixes
4+ - Fixed incorrect GPU output for self joins
5+ * features
6+ - Added array check for NaNs
7+ - Improved test script for CI
8+ * tasks
9+ - Added discourse group at stumpy.discourse.group
10+ - Updated formatting and added newline before logo
11+ - Made logo a hyperlink to Github repo
12+ - Added custom CSS to sphinx theme
13+
114# 2019-11-03 [ 1.2.2 ] :
215--------------------------
316* 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.2 " ,
11+ "version" : "1.2.3 " ,
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