File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ # 2021-12-15 [ 1.10.2 ] :
2+ ---------------------------
3+ * bugfixes
4+ - Fixed #501 Allow ` max_distance = np.inf ` in match function
5+ * features
6+ - Added ` atol=1e-8 ` parameter to match and motifs functions
7+ * tasks
8+ - Fixed typos
9+ - Removed conda download badge, updated PyPI download badge
10+ - Added removal __ pycache__ in test clean up phase
11+ * documentation
12+ - Update pan matrix profile tutorial
13+ - Updated docstring for match and motifs functions
14+
15+
116# 2021-12-15 [ 1.10.1 ] :
217---------------------------
318* 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.1 " ,
31+ "version" : "1.10.2 " ,
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