@zarrita/ndarray@0.1.0
Minor Changes
-
Remove explicit
order
fromGetOptions
. (#274) -
feat: Remove
.indices
methods fromSlice
interface (#121)By making
Slice
a more minimal interface, it is easy to allow compatability with ZarrJSslice
(or slices not generated by theslice
helper function).
Patch Changes
-
Fix TypedArray types for TypeScript < 5.7 (#239)
TypeScript changed the typing behavior of all
TypedArray
objects to now be generic over the underlyingArrayBufferLike
type. In order to have our types be consistent with these changes, we needed to specify theArrayBuffer
explicitly, but that breaks for older versions of TypeScript. This PR fixes the version of TypeScript to 5.6. We will need to bump again when we want to support 5.7. -
Conslidate
@zarrita/indexing
package into@zarrita/core
(#262)Now
@zarrita/indexing
re-exports fromzarrita
. End users should prefer to import fromzarrita
. -
Remove `@zarrita/typedarray` package (now included in zarrita) (
cbf160a
) -
Remove use of public any from API in favor of unknown (#173)
-
Consolidate @zarrita/core into zarrita (#269)
-
Add licenses and READMES to packages (#107)
-
Updated dependencies [
0ff7645
,094c357
,7756cdc
,4276c3b
,eb840b9
,dad2e4e
,574b809
,8bda581
,cbf160a
,191d95c
,cef0c89
,3ec6538
,59e8cbb
,095577f
,cf7524c
,d7868b0
,b90f16b
,cbf160a
,97210f6
,02e7855
,918267a
,00bebf9
,4d177d8
,88a88d0
,cbf160a
,6151346
,1deb39a
,42eaa70
,9b76a33
,e542463
,3504747
,6080fb9
]:- zarrita@0.4.0