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

convert PyArray to Bound API #415

Merged
merged 1 commit into from
Mar 23, 2024
Merged

convert PyArray to Bound API #415

merged 1 commit into from
Mar 23, 2024

Conversation

Icxolu
Copy link
Contributor

@Icxolu Icxolu commented Mar 23, 2024

Following #412

This migrates PyArray to the Bound API. This introduces PyArrayMethods to implement the methods on Bound. The diff is a bit bigger for this one, but most of the code just moved around a bit, so I hope it's still fine.

tests/borrow.rs Outdated Show resolved Hide resolved
src/borrow/mod.rs Outdated Show resolved Hide resolved
src/array.rs Outdated Show resolved Hide resolved
@Icxolu Icxolu force-pushed the pyarray branch 2 times, most recently from b0f79d2 to 0ba8b51 Compare March 23, 2024 14:54
@adamreichold adamreichold merged commit 6d38eaf into PyO3:main Mar 23, 2024
33 of 35 checks passed
@Icxolu Icxolu deleted the pyarray branch March 23, 2024 15:55
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

Successfully merging this pull request may close these issues.

2 participants