File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " stumpy"
7- version = " 1.14.0 "
7+ version = " 1.14.1 "
88requires-python = " >=3.10"
99authors = [
1010 {name = " Sean M. Law" , email = " seanmylaw@gmail.com" }
You can’t perform that action at this time.
0 commit comments