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
+
1
16
# 2021-12-15 [ 1.10.1 ] :
2
17
---------------------------
3
18
* 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.1 " ,
31
+ "version" : "1.10.2 " ,
32
32
"python_requires=" : ">=3.6" ,
33
33
"author" : "Sean M. Law" ,
34
34
"author_email" :
"[email protected] " ,
You can’t perform that action at this time.
0 commit comments