We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34bc29 commit ff81114Copy full SHA for ff81114
CHANGELOG.md
@@ -6,6 +6,7 @@
6
- removed the `gil-refs` feature
7
- reintroduced function names without `_bound` suffix + deprecating the old names
8
- switched to `IntoPyObject` as trait bound
9
+ - Bump `rustc-hash` dependency to 2.0. ([[#472](https://github.com/PyO3/rust-numpy/pull/472)])
10
11
- v0.22.1
12
- Fix building on 32-bit Windows. ([#463](https://github.com/PyO3/rust-numpy/pull/463))
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "numpy"
3
-version = "0.23.0-dev"
+version = "0.23.0"
4
authors = [
5
"The rust-numpy Project Developers",
"PyO3 Project and Contributors <https://github.com/PyO3>"
0 commit comments