Skip to content

Commit 2aee632

Browse files
committed
v1.10.0
1 parent cf56cc0 commit 2aee632

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,39 @@
1+
# 2021-11-02 [ 1.10.0 ]:
2+
---------------------------
3+
* bugfixes
4+
- Raise TypeError for non np.float64 input arrays
5+
- Fixed NumbaPerformanceWarning backwards compatibility
6+
* features
7+
- Converted all dtypes to np.float64/np.int64
8+
- Added explicit NJIT function signatures
9+
- Added Python 3.9 support
10+
- Added core._idx_to_mp convenience function
11+
- Added Nan/Inf support for motifs and matches functions
12+
* tasks
13+
- Removed "in-tree" build flag for pip
14+
- Added pypi stats query for bigquery
15+
- Set explicit sphinx version for RTD
16+
- Fixed typos
17+
- Replaced direct installation via setup.py
18+
- Added numpydoc
19+
- Removed ipywidgets from requirements
20+
- Removed Azure Pipelines from CI
21+
- Used official OSI name in the license metadata, added license name in classifiers section
22+
- Added Github Citation BIB format
23+
- Fixed broken tutorial links
24+
* documentation
25+
- Fixed multi-dimensional matrix profile description
26+
- Added clear warning in discord section of MSTUMP tutorial
27+
- Added API examples to all docstrings
28+
- Updated docstrings to use numpy.ndarray
29+
- Added interactive threshold example for STIMP
30+
- Updated matplotlib style sheet to use URL for all tutorials
31+
32+
133
# 2021-07-28 [ 1.9.2 ]:
234
--------------------------
335
* bugfixes
4-
- Fixed #439 cutoff parameter not being used in motifs.py
36+
- Fixed cutoff parameter not being used in motifs.py
537
* features
638
- Unified motif discovery and pattern matching tools
739
* tasks

pypi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# b) requirements.txt
1313
# d) environment.yml
1414
# e) recipes/meta.yaml in conda-feedstock
15-
# 6. Commit all above changes and push
15+
# 6. Commit all above changes as the latest version number and push
1616
#
1717
# For conda-forge
1818
# 1. Fork the stumpy-feedstock: https://github.com/conda-forge/stumpy-feedstock

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

0 commit comments

Comments
 (0)