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

Add Ndarray to encapsulate view of Zarr array. #69

Merged
merged 4 commits into from
Sep 6, 2024
Merged

Add Ndarray to encapsulate view of Zarr array. #69

merged 4 commits into from
Sep 6, 2024

Commits on Sep 6, 2024

  1. Add Ndarray to encapsulate view of Zarr array.

    This adds a module to encapsulate a view of a Zarr array. It
    replaces that functionality provided by Owl.
    zoj613 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7bdfaf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2073230 View commit details
    Browse the repository at this point in the history
  3. Vendor the Indexing logic of Owl to get rid of the heavy dependency.

    This vendors owl's indexing logic for slicing an array so as to
    not depend on the project at installation/build time, to make it
    easy for zarr to be installed on many systems.
    zoj613 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4fb0856 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc014ab View commit details
    Browse the repository at this point in the history