Skip to content

Commit 66b3402

Browse files
committed
v.1.9.2
1 parent 571b70a commit 66b3402

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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

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.9.1",
31+
"version": "1.9.2",
3232
"python_requires=": ">=3.6",
3333
"author": "Sean M. Law",
3434
"author_email": "[email protected]",

0 commit comments

Comments
 (0)