Skip to content

@zarrita/ndarray@0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 23:37
· 6 commits to main since this release
02bffb4

Minor Changes

  • Remove explicit order from GetOptions. (#274)

  • feat: Remove .indices methods from Slice interface (#121)

    By making Slice a more minimal interface, it is easy to allow compatability with ZarrJS slice
    (or slices not generated by the slice helper function).

Patch Changes