Skip to content

Commit 9d6a400

Browse files
committed
v1.7.0
1 parent df69796 commit 9d6a400

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 2021-01-17 [ 1.7.0 ]:
2+
--------------------------
3+
* bugfixes
4+
- None
5+
* features
6+
- Added maximum window size check
7+
- Added window size checking to preprocessing
8+
* tasks
9+
- Replaced array comparison in `core.are_arrays_equal` with `np.array_equal`
10+
- Added Github Actions and badge
11+
- Improved stability for integration with other packages
12+
* documentation
13+
- Fixed typo
14+
- Replaced NABDConf motivation video with PyData Global video
15+
16+
117
# 2020-12-30 [ 1.6.1 ]:
218
--------------------------
319
* 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.6.1",
31+
"version": "1.7.0",
3232
"python_requires=": ">=3.6",
3333
"author": "Sean M. Law",
3434
"author_email": "[email protected]",

0 commit comments

Comments
 (0)