Skip to content

Commit a33f5b3

Browse files
committed
v1.6.1
1 parent 4601054 commit a33f5b3

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
# 2020-10-19 [ 1.6.0 ]:
1+
# 2020-12-30 [ 1.6.1 ]:
2+
--------------------------
3+
* bugfixes
4+
- Fixed inconsistent `mstump`/`mstumped` output to match description in published work
5+
* features
6+
- Added `subspace` function for compute multi-dimensional matrix profile subspace
7+
- Added `include` and `discords` handling to `subspace`
8+
- Added `mdl` building blocks
9+
- Added `ostinato` Dask distributed, GPU, and `aamp` variants
10+
- Added fast rolling min/max functions
11+
* tasks
12+
- Updated Azure Pipelines CI coverage tests to use latest images
13+
- Added `mstump` tutorial to Binder
14+
- Fixed bad reference to `aamp_gpu_ostinato`
15+
- Fixed `aamp_ostinato` unit test coverage
16+
- Converted `conda.sh` to `bash`
17+
- Moved all private functions out of `__init__.py`
18+
- Added commands to remove `build/`, `dist/`, and `stumpy.egg/` after PyPI upload
19+
- Added twine to environment setup script
20+
- Fixed incorrect date in `CHANGELOG.md`
21+
* documentation
22+
- Added `mstump` tutorial to RTD
23+
- Updated various function docstrings
24+
- Added Github Discussions to README and RTD
25+
- Updated API list on RTD
26+
27+
28+
# 2020-12-10 [ 1.6.0 ]:
229
--------------------------
330
* bugfixes
431
- Fixed incorrect cancelling of Dask data that was being scattered with `hash=False`

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.0",
31+
"version": "1.6.1",
3232
"python_requires=": ">=3.6",
3333
"author": "Sean M. Law",
3434
"author_email": "[email protected]",

0 commit comments

Comments
 (0)