Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: input arrays with negative strides are not allowed #23

Closed
hombit opened this issue Sep 19, 2020 · 1 comment
Closed

Python: input arrays with negative strides are not allowed #23

hombit opened this issue Sep 19, 2020 · 1 comment

Comments

@hombit
Copy link
Member

hombit commented Sep 19, 2020

v.0.2 of Python module will deny negative strides because it can be unsafe with numpy==0.11.0. Allow negative strides when the following issue is solved
PyO3/rust-numpy#151

@hombit hombit added the invalid label Sep 19, 2020
@hombit
Copy link
Member Author

hombit commented Sep 19, 2020

Also see ndarray issue
rust-ndarray/ndarray#842

@hombit hombit closed this as completed in 087da4d Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant