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 virtual array indexing using ndindex #441

Merged
merged 1 commit into from
Jun 19, 2024
Merged

Conversation

tomwhite
Copy link
Member

@tomwhite tomwhite commented Apr 5, 2024

The reason to do this is that it removes a dependency on an internal Zarr API (BasicIndexer). It adds a dependency on ndeindex, but it's lightweight, and will be used for #403 later.

@tomwhite tomwhite force-pushed the remove-zarr-templates branch from fad0a06 to db71acf Compare April 5, 2024 14:52
@tomwhite tomwhite force-pushed the remove-zarr-templates branch from db71acf to 86688d5 Compare April 17, 2024 15:44
@tomwhite tomwhite force-pushed the remove-zarr-templates branch from 86688d5 to 201f950 Compare June 17, 2024 15:24
@tomwhite tomwhite added the zarr label Jun 17, 2024
This was referenced Jun 17, 2024
@tomwhite tomwhite force-pushed the remove-zarr-templates branch from 201f950 to fcd6286 Compare June 19, 2024 07:44
@tomwhite tomwhite merged commit 31e9910 into main Jun 19, 2024
8 checks passed
@tomwhite tomwhite deleted the remove-zarr-templates branch June 19, 2024 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant