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): integer vec indexing #102

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

ilan-gold
Copy link

@ilan-gold ilan-gold commented Dec 10, 2024

Fixes #52

Opening this because I'll be gone for two weeks so in case someone wants to pick it up, they can.

Lots of TODOs of course, and refactors I'd like to do, but since I'll be gone for so long, seems worth opening.

@LDeakin LDeakin added this to the zarrs 0.19 milestone Dec 23, 2024
@LDeakin LDeakin modified the milestones: zarrs 0.19, zarrs 0.20 Jan 4, 2025
This leaves `ArraySubset` untouched and adds `Indexer` that represents multiple indexing strategies.

A few `todo!("integer indexing")` are left, and `update_bytes_flen` and a few other methods around the codebase need to be adapted to take `indexer: impl Into<Indexer>` instead of `subset: ArraySubset`
@LDeakin LDeakin added enhancement New feature or request breaking-changes The PR has API changes labels Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-changes The PR has API changes enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integer-based Indexing
2 participants