Skip to content

Commit

Permalink
v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlaw committed Nov 20, 2021
1 parent cf56cc0 commit 2aee632
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
34 changes: 33 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,39 @@
# 2021-11-02 [ 1.10.0 ]:
---------------------------
* bugfixes
- Raise TypeError for non np.float64 input arrays
- Fixed NumbaPerformanceWarning backwards compatibility
* features
- Converted all dtypes to np.float64/np.int64
- Added explicit NJIT function signatures
- Added Python 3.9 support
- Added core._idx_to_mp convenience function
- Added Nan/Inf support for motifs and matches functions
* tasks
- Removed "in-tree" build flag for pip
- Added pypi stats query for bigquery
- Set explicit sphinx version for RTD
- Fixed typos
- Replaced direct installation via setup.py
- Added numpydoc
- Removed ipywidgets from requirements
- Removed Azure Pipelines from CI
- Used official OSI name in the license metadata, added license name in classifiers section
- Added Github Citation BIB format
- Fixed broken tutorial links
* documentation
- Fixed multi-dimensional matrix profile description
- Added clear warning in discord section of MSTUMP tutorial
- Added API examples to all docstrings
- Updated docstrings to use numpy.ndarray
- Added interactive threshold example for STIMP
- Updated matplotlib style sheet to use URL for all tutorials


# 2021-07-28 [ 1.9.2 ]:
--------------------------
* bugfixes
- Fixed #439 cutoff parameter not being used in motifs.py
- Fixed cutoff parameter not being used in motifs.py
* features
- Unified motif discovery and pattern matching tools
* tasks
Expand Down
2 changes: 1 addition & 1 deletion pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# b) requirements.txt
# d) environment.yml
# e) recipes/meta.yaml in conda-feedstock
# 6. Commit all above changes and push
# 6. Commit all above changes as the latest version number and push
#
# For conda-forge
# 1. Fork the stumpy-feedstock: https://github.com/conda-forge/stumpy-feedstock
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_extras_require():

configuration = {
"name": "stumpy",
"version": "1.9.2",
"version": "1.10.0",
"python_requires=": ">=3.6",
"author": "Sean M. Law",
"author_email": "seanmylaw@gmail.com",
Expand Down

0 comments on commit 2aee632

Please sign in to comment.