We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c122896 commit de7cf73Copy full SHA for de7cf73
CHANGELOG.md
@@ -7,6 +7,10 @@
7
- Drop support for Python 3.5 (as it is now end-of-life).
8
- Remove unused `python3` feature
9
10
+- v0.12.2
11
+ - Pin PyO3 minor versions to 0.12
12
+ - Pin ndarray minor versions to 0.13
13
+
14
- v0.12.1
15
- Fix compile error in Rust 1.39
16
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "numpy"
3
-version = "0.12.1"
+version = "0.12.2"
4
authors = ["Toshiki Teramura <[email protected]>", "Yuji Kanagawa <[email protected]>"]
5
description = "Rust binding of NumPy C-API"
6
documentation = "https://pyo3.github.io/rust-numpy/numpy"
0 commit comments