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+
117# 2020-12-30 [ 1.6.1 ] :
218--------------------------
319* 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.6.1 " ,
31+ "version" : "1.7.0 " ,
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