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+
114# 2021-11-02 [ 1.10.0 ] :
215---------------------------
316* bugfixes
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def get_extras_require():
2828
2929configuration = {
3030 "name" : "stumpy" ,
31- "version" : "1.10.0 " ,
31+ "version" : "1.10.1 " ,
3232 "python_requires=" : ">=3.6" ,
3333 "author" : "Sean M. Law" ,
3434 "author_email" :
"[email protected] " ,
You can’t perform that action at this time.
0 commit comments