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

Implement FromPyObject for primitive arrays #530

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Feb 24, 2024

Prep work for #435. It's not clear whether we should have separate wrappers for scalar buffers without a null mask, since from_xy will essentially want x: ScalarBuffer<f64>, y: ScalarBuffer<f64>, mask: ScalarBuffer<bool>

We should also implement conversions from numpy arrays for primitive arrays.

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.

None yet

1 participant