Skip to content

Commit f7af69a

Browse files
committed
v1.14.1
1 parent f138758 commit f7af69a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 2026-02-07 [ 1.14.1 ]:
2+
---------------------------
3+
* bugfixes
4+
- Fixed/replaced functions deprecated in `numpy >= 2.4`
5+
* features
6+
- Added support for `numpy >= 2.4`
7+
- Added support for `numba >= 0.64.0`
8+
* tasks
9+
- Added function to `pypi.sh` to check build locally
10+
- Added twine upload comment
11+
- Updated `pyproject.toml` to comply with `python -m build`
12+
* documentation
13+
- Fixed typo
14+
- Updated docs
15+
16+
117
# 2026-02-03 [ 1.14.0 ]:
218
---------------------------
319
* 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.14.0"
7+
version = "1.14.1"
88
requires-python = ">=3.10"
99
authors = [
1010
{name = "Sean M. Law", email = "seanmylaw@gmail.com"}

0 commit comments

Comments
 (0)