-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from kngwyu/pyo3-0.8
Update pyo3 to 0.8 and bump version to 0.7
- Loading branch information
Showing
9 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# Changelog | ||
- v0.7.0 | ||
- Update PyO3 to 0.8 | ||
|
||
- v0.6.0 | ||
- Update PyO3 to 0.7 | ||
- Drop Python2 support | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "numpy" | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
authors = ["Toshiki Teramura <[email protected]>", "Yuji Kanagawa <[email protected]>"] | ||
description = "Rust binding of NumPy C-API" | ||
documentation = "https://rust-numpy.github.io/rust-numpy/numpy" | ||
|
@@ -14,8 +14,8 @@ cfg-if = "0.1" | |
libc = "0.2" | ||
num-complex = "0.2" | ||
num-traits = "0.2" | ||
ndarray = "0.12" | ||
pyo3 = "0.7" | ||
ndarray = ">=0.12" | ||
pyo3 = "0.8" | ||
|
||
[features] | ||
# In default setting, python version is automatically detected | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters