Skip to content

Commit 6d616c1

Browse files
committed
v1.5.1
1 parent 4778853 commit 6d616c1

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)