Skip to content

Commit

Permalink
v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlaw committed Jan 19, 2021
1 parent 9d6a400 commit 79786a8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 2021-01-19 [ 1.7.1 ]:
--------------------------
* bugfixes
- None
* features
- None
* tasks
- Bumped minimum NumPy version to use `np.array_equal`
* documentation
- None


# 2021-01-17 [ 1.7.0 ]:
--------------------------
* bugfixes
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_extras_require():

configuration = {
"name": "stumpy",
"version": "1.7.0",
"version": "1.7.1",
"python_requires=": ">=3.6",
"author": "Sean M. Law",
"author_email": "seanmylaw@gmail.com",
Expand Down Expand Up @@ -58,7 +58,7 @@ def get_extras_require():
"maintainer_email": "seanmylaw@gmail.com",
"license": "BSD-3",
"packages": ["stumpy"],
"install_requires": ["numpy >= 1.13", "scipy >= 1.2.1", "numba >= 0.42.0"],
"install_requires": ["numpy >= 1.19", "scipy >= 1.2.1", "numba >= 0.42.0"],
"ext_modules": [],
"cmdclass": {},
"tests_require": ["pytest"],
Expand Down

0 comments on commit 79786a8

Please sign in to comment.