Skip to content

Commit 7439720

Browse files
committed
v1.11.1
1 parent 5aae9fb commit 7439720

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 2022-03-31 [ 1.11.1 ]:
2+
---------------------------
3+
* bugfixes
4+
- Fixed #582 Allow 1D mean/stddev inputs for `stumpy.match`
5+
* features
6+
- N/A
7+
* tasks
8+
- Added mmotifs and aamp_mmotifs to __init__.py
9+
* documentation
10+
- Added mmotifs docstring in RTD API
11+
12+
113
# 2022-03-21 [ 1.11.0 ]:
214
---------------------------
315
* 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.11.0",
31+
"version": "1.11.1",
3232
"python_requires=": ">=3.7",
3333
"author": "Sean M. Law",
3434
"author_email": "[email protected]",

0 commit comments

Comments
 (0)