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 8a6667b commit d55d471Copy full SHA for d55d471
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+- v0.13.1
4
+ - Allow ndarray `>=0.13, < 0.15` to work with Rust 1.41.1.
5
+
6
- v0.13.0
7
- Bump num-complex to 0.3
8
- Bump ndarray to 0.14
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "numpy"
-version = "0.13.0"
+version = "0.13.1"
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>", "Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>"]
description = "Rust binding of NumPy C-API"
documentation = "https://pyo3.github.io/rust-numpy/numpy"
0 commit comments