We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd82144 commit de578c9Copy full SHA for de578c9
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# Changelog
2
- v0.24.0
3
+ - Bump PyO3 dependency to v0.24.0. ([#483](https://github.com/PyO3/rust-numpy/pull/483)
4
- Support Python 3.13t "free-threaded" Python. ([#471](https://github.com/PyO3/rust-numpy/pull/471)
5
6
- v0.23.0
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "numpy"
-version = "0.23.0"
+version = "0.24.0"
authors = [
"The rust-numpy Project Developers",
"PyO3 Project and Contributors <https://github.com/PyO3>"
0 commit comments