We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aae9fb commit 7439720Copy full SHA for 7439720
CHANGELOG.md
@@ -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
13
# 2022-03-21 [ 1.11.0 ]:
14
---------------------------
15
* bugfixes
setup.py
@@ -28,7 +28,7 @@ def get_extras_require():
28
29
configuration = {
30
"name": "stumpy",
31
- "version": "1.11.0",
+ "version": "1.11.1",
32
"python_requires=": ">=3.7",
33
"author": "Sean M. Law",
34
"author_email": "[email protected]",
0 commit comments