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

feat: teach PyArray scalar_at #1095

Merged
merged 8 commits into from
Oct 22, 2024
Merged

feat: teach PyArray scalar_at #1095

merged 8 commits into from
Oct 22, 2024

Conversation

danking
Copy link
Member

@danking danking commented Oct 18, 2024

I intentionally do not implement getitem because I need to think harder about the implications of that. For example, do we ever want getitem on an Array to get a child array of a StructArray?

I intentionally do not implement __getitem__ because I
need to think harder about the implications of that. For
example, do we ever want __getitem__ on an Array to get
a child array of a StructArray?
@danking danking marked this pull request as ready for review October 18, 2024 22:45
@danking danking enabled auto-merge (squash) October 18, 2024 22:45
@danking danking mentioned this pull request Oct 21, 2024
32 tasks
@danking danking merged commit ed138f8 into develop Oct 22, 2024
5 checks passed
@danking danking deleted the dk/pyvortex-scalar-at branch October 22, 2024 11:04
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