Skip to content

Commit f04aa7c

Browse files
committed
v1.13.0
1 parent 79ab923 commit f04aa7c

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
# 2024-07-08 [ 1.13.0 ]:
2+
---------------------------
3+
* bugfixes
4+
- Fixed Ostinato overwriting original time series
5+
* features
6+
- Added Ray support
7+
- Added `numpy` 2.0 support
8+
- Added named attributes to matrix profile array
9+
- Added Python 3.12 support
10+
- Migrated setup.py, setuptools to pyproject.toml
11+
* tasks
12+
- Added version mismatch checker
13+
- Added `copy` param to `preprocess`-related functions
14+
- Disabled bokeh dashboard in dask
15+
- Added `numba` channel to environment.yml
16+
- Replace `np.INF` with `-np.infg`
17+
- Fixed inability to import packages in tutorials
18+
- Added matplotlib to RTD requirements
19+
- Removed unnecessary comments in code
20+
- Added `tests/__pycache__` to `clean_up` process
21+
- Added option to display current dev environment in `test.sh`
22+
- Added keyword `test.sh` to only execute `gpu` containing tests
23+
- Added "upgrade pip" to Github Actions workflow
24+
- Removed Twitter and Zenodo badges, added NumFOCUS badge
25+
- Added Github Discussions link
26+
- Updated codecove version for Github Actions
27+
- Removed `pkg_resources` as a dependency
28+
- Added codeowners file
29+
* documentation
30+
- Improved syntax highlighting
31+
- Updated class docstrings
32+
- Removed napoleon extension
33+
- Switched to Myst
34+
- Relocated notebooks/tutorials
35+
- Fixed named attributes being displayed incorrectly
36+
- Fixed typos
37+
38+
139
# 2023-08-20 [ 1.12.0 ]:
240
---------------------------
341
* bugfixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "stumpy"
7-
version = "1.12.0"
7+
version = "1.13.0"
88
requires-python = ">=3.8"
99
authors = [
1010
{name = "Sean M. Law", email = "[email protected]"}

0 commit comments

Comments
 (0)