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

pybind11 buffer #44

Merged
merged 7 commits into from
Mar 13, 2024
Merged

pybind11 buffer #44

merged 7 commits into from
Mar 13, 2024

Conversation

casperdcl
Copy link
Member

@casperdcl casperdcl commented Mar 13, 2024

  • add pybind11 buffer protocol (fixes pybind11: add native buffer protocol #43)
    • update tests & docs
    • drop pybind11 retarray => asarray
  • bump major version & update all metadata
  • implicit conversion to drop pybind11's explicit arr.cuvec?

Copy link

codecov bot commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (b9a12bd) to head (b6ed960).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #44   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          297       281   -16     
=========================================
- Hits           297       281   -16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@casperdcl casperdcl merged commit 104102a into main Mar 13, 2024
13 checks passed
@casperdcl casperdcl deleted the pybind11-buffer branch March 13, 2024 19:56
@casperdcl
Copy link
Member Author

/tag v6.0.0 104102a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pybind11: add native buffer protocol
1 participant