File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 2021-07-28 [ 1.9.2 ] :
2
+ --------------------------
3
+ * bugfixes
4
+ - Fixed #439 cutoff parameter not being used in motifs.py
5
+ * features
6
+ - Unified motif discovery and pattern matching tools
7
+ * tasks
8
+ - Added binder link to tutorial
9
+ * documentation
10
+ - Updated pattern matching tutorial
11
+ - Added Pearson correlation notebook
12
+ - Fixed missing sphinx docstring for Python class
13
+
14
+
15
+ # 2021-07-20 [ 1.9.1 ] :
16
+ --------------------------
17
+ * tasks
18
+ Bumped version
19
+
1
20
# 2021-07-20 [ 1.9.0 ] :
2
21
--------------------------
3
22
* 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.9.1 " ,
31
+ "version" : "1.9.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