Skip to content

Commit 3fc3756

Browse files
committed
v1.10.2
1 parent 02d232c commit 3fc3756

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 2021-12-15 [ 1.10.2 ]:
2+
---------------------------
3+
* bugfixes
4+
- Fixed #501 Allow `max_distance = np.inf` in match function
5+
* features
6+
- Added `atol=1e-8` parameter to match and motifs functions
7+
* tasks
8+
- Fixed typos
9+
- Removed conda download badge, updated PyPI download badge
10+
- Added removal __pycache__ in test clean up phase
11+
* documentation
12+
- Update pan matrix profile tutorial
13+
- Updated docstring for match and motifs functions
14+
15+
116
# 2021-12-15 [ 1.10.1 ]:
217
---------------------------
318
* bugfixes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def get_extras_require():
2828

2929
configuration = {
3030
"name": "stumpy",
31-
"version": "1.10.1",
31+
"version": "1.10.2",
3232
"python_requires=": ">=3.6",
3333
"author": "Sean M. Law",
3434
"author_email": "[email protected]",

0 commit comments

Comments
 (0)