File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
14
# 2021-11-02 [ 1.10.0 ] :
2
15
---------------------------
3
16
* bugfixes
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def get_extras_require():
28
28
29
29
configuration = {
30
30
"name" : "stumpy" ,
31
- "version" : "1.10.0 " ,
31
+ "version" : "1.10.1 " ,
32
32
"python_requires=" : ">=3.6" ,
33
33
"author" : "Sean M. Law" ,
34
34
"author_email" : "seanmylaw@gmail.com" ,
You can’t perform that action at this time.
0 commit comments