-
Notifications
You must be signed in to change notification settings - Fork 115
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
migrate PyArray
contructors to Bound
API (Part 2)
#418
Conversation
Some doctests seem to fail to compile. You check the doc build using Please also have a look whether the benchmarks need adjustments. They are included in the default |
Sure, I'll check again once #417 is merged |
Rebased and updated benchmarks. For reference: The deprecation warnings in the benchmarks did not show up on |
Ah yes, the script checks if a nightly toolchain is used and builds the benchmarks only in this case (as they require std's unstable test feature). |
Following #416
This continues the migration of
PyArray
constructors to theBound
API. This migrates withPyArray::{from_slice, arange}
.