manzt / zarrita.js

A JavaScript toolkit for working with chunked, compressed, n-dimensional arrays
https://zarrita.dev
MIT License
39 stars 5 forks source link

feat(indexing/ndarray)!: Remove `.indices` from `Slice` interface #121

Closed manzt closed 11 months ago

manzt commented 11 months ago

Requires less of caller interface. We can forward slices from libraries like ZarrJS or those which aren't constructed with the slice helper function.