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.
2 parents e65410d + ba319e6 commit 983514dCopy full SHA for 983514d
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
- Unreleased
4
+
5
+- v0.16.1
6
- Fix build when PyO3's `multiple-pymethods` feature is used. ([#288](https://github.com/PyO3/rust-numpy/pull/288))
7
8
- v0.16.0
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "numpy"
-version = "0.16.0"
+version = "0.16.1"
authors = [
"The rust-numpy Project Developers",
"PyO3 Project and Contributors <https://github.com/PyO3>"
0 commit comments