We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c074e commit cfeffafCopy full SHA for cfeffaf
2 files changed
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+# 2021-12-15 [ 1.10.1 ]:
2
+---------------------------
3
+* bugfixes
4
+ - Fixed #495 Reduce import time by removing Numba NJIT signatures
5
+* features
6
+ - Added multi_distance_profile function
7
+* tasks
8
+ - Refactored _query_mstump_profile (see multi_distance_profile)
9
+ - Added SVG STUMPY logo
10
+* documentation
11
+ - Refactored tutorial
12
+
13
14
# 2021-11-02 [ 1.10.0 ]:
15
---------------------------
16
* bugfixes
setup.py
@@ -28,7 +28,7 @@ def get_extras_require():
28
29
configuration = {
30
"name": "stumpy",
31
- "version": "1.10.0",
+ "version": "1.10.1",
32
"python_requires=": ">=3.6",
33
"author": "Sean M. Law",
34
"author_email": "seanmylaw@gmail.com",
0 commit comments