Skip to content

Commit

Permalink
v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlaw committed Jul 8, 2024
1 parent 79ab923 commit f04aa7c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
# 2024-07-08 [ 1.13.0 ]:
---------------------------
* bugfixes
- Fixed Ostinato overwriting original time series
* features
- Added Ray support
- Added `numpy` 2.0 support
- Added named attributes to matrix profile array
- Added Python 3.12 support
- Migrated setup.py, setuptools to pyproject.toml
* tasks
- Added version mismatch checker
- Added `copy` param to `preprocess`-related functions
- Disabled bokeh dashboard in dask
- Added `numba` channel to environment.yml
- Replace `np.INF` with `-np.infg`
- Fixed inability to import packages in tutorials
- Added matplotlib to RTD requirements
- Removed unnecessary comments in code
- Added `tests/__pycache__` to `clean_up` process
- Added option to display current dev environment in `test.sh`
- Added keyword `test.sh` to only execute `gpu` containing tests
- Added "upgrade pip" to Github Actions workflow
- Removed Twitter and Zenodo badges, added NumFOCUS badge
- Added Github Discussions link
- Updated codecove version for Github Actions
- Removed `pkg_resources` as a dependency
- Added codeowners file
* documentation
- Improved syntax highlighting
- Updated class docstrings
- Removed napoleon extension
- Switched to Myst
- Relocated notebooks/tutorials
- Fixed named attributes being displayed incorrectly
- Fixed typos


# 2023-08-20 [ 1.12.0 ]:
---------------------------
* bugfixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "stumpy"
version = "1.12.0"
version = "1.13.0"
requires-python = ">=3.8"
authors = [
{name = "Sean M. Law", email = "[email protected]"}
Expand Down

0 comments on commit f04aa7c

Please sign in to comment.