File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- # 2019-08-03 [ 1.1.0 ] :
1+ # 2019-11-03 [ 1.2.1 ] :
2+ --------------------------
3+ * bugfixes
4+ - Fixed driver not found function when no GPU present
5+ - Fixed gpu_stump docstring in RTD
6+
7+ # 2019-11-02 [ 1.2.0 ] :
28--------------------------
39* bugfixes
410 - Fixed transposed Pandas DataFrame issue #66
Original file line number Diff line number Diff line change 1212# a) Update version number on line 2
1313# b) Update the sha256 on line 10 according to what is found on PyPI
1414# in the "Download files" section of the left navigation pane for
15- # the tar.gz file
15+ # the tar.gz file: https://pypi.org/project/stumpy/#files
1616# c) Reset the build number on line 14 since this is a new version
1717# 4. Commit the changes and push upstream for a PR
1818# 5. Check the checkboxes in the PR
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.0 " ,
11+ "version" : "1.2.1 " ,
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