File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ # 2020-10-19 [ 1.5.1 ] :
2+ --------------------------
3+ * bugfixes
4+ - Fixed AB-join so that it now matches the published definition (previously, BA-join)
5+ * features
6+ - Added nan/inf support to FLOSS/FLUSS
7+ * tasks
8+ - Removed Pandas series in GPU tests to improve unit test speed in CI
9+ - Identify operating system prior to installing cuda toolkit
10+ - Changed ` left ` /` right ` keywords in all unit tests to ` ref ` /` comp `
11+ - Split up unit tests and coverage testing
12+ - Updated ` displayNames ` in Azure Pipelines
13+ - ` test.sh ` now accepts ` unit ` , ` custom ` , and ` coverage ` keywords
14+ - Fixed typos
15+ - Added pattern searching (MASS) tutorial
16+ - Added ` Contribute ` notebook to RTD table of contents for first time contributors
17+ - Refactored ` _compute_diagonal ` for speed improvements
18+ - Replaced ` np.roll ` with slice indexing in ` stumpy.floss `
19+ - Refactored and improved ` aampi ` and ` stumpi ` update performance
20+ - Added ` lxml ` to environment.yml
21+ * documentation
22+ - Added ` plt.show() ` to code figures in tutorials
23+ - Updated ` stumpi ` tutorial with ` egress=False `
24+
25+
126# 2020-08-31 [ 1.5.0 ] :
227--------------------------
328* bugfixes
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def get_extras_require():
1414 "distributed >= 1.28.1" ,
1515 "coverage >= 4.5.3" ,
1616 "flake8 >= 3.7.7" ,
17- "flake8-docstrings >= 1.5.0 " ,
17+ "flake8-docstrings >= 1.5.1 " ,
1818 "black >= 19.3b0" ,
1919 "pytest >= 4.4.1" ,
2020 "codecov" ,
You can’t perform that action at this time.
0 commit comments