Skip to content

Commit d6751ed

Browse files
committed
Updated Changes for v1.2.1
1 parent 3bdf9c3 commit d6751ed

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
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

pypi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def readme():
88

99
configuration = {
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]",

0 commit comments

Comments
 (0)