Skip to content

Commit

Permalink
v1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlaw committed Dec 24, 2021
1 parent 02d232c commit 3fc3756
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
# 2021-12-15 [ 1.10.2 ]:
---------------------------
* bugfixes
- Fixed #501 Allow `max_distance = np.inf` in match function
* features
- Added `atol=1e-8` parameter to match and motifs functions
* tasks
- Fixed typos
- Removed conda download badge, updated PyPI download badge
- Added removal __pycache__ in test clean up phase
* documentation
- Update pan matrix profile tutorial
- Updated docstring for match and motifs functions


# 2021-12-15 [ 1.10.1 ]:
---------------------------
* bugfixes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@ def get_extras_require():

configuration = {
"name": "stumpy",
"version": "1.10.1",
"version": "1.10.2",
"python_requires=": ">=3.6",
"author": "Sean M. Law",
"author_email": "seanmylaw@gmail.com",
Expand Down

0 comments on commit 3fc3756

Please sign in to comment.