Skip to content

Commit cfeffaf

Browse files
committed
v1.10.1
1 parent d8c074e commit cfeffaf

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
114
# 2021-11-02 [ 1.10.0 ]:
215
---------------------------
316
* 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.10.0",
31+
"version": "1.10.1",
3232
"python_requires=": ">=3.6",
3333
"author": "Sean M. Law",
3434
"author_email": "seanmylaw@gmail.com",

0 commit comments

Comments
 (0)