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+
120# 2021-07-20 [ 1.9.0 ] :
221--------------------------
322* 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.9.1 " ,
31+ "version" : "1.9.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