File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
17
# 2020-12-30 [ 1.6.1 ] :
2
18
--------------------------
3
19
* 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.6.1 " ,
31
+ "version" : "1.7.0 " ,
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