Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/big-endian-cache-mutation.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/transpose-reduced-rank-selection.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/@zarrita-ndarray/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@types/ndarray-ops": "npm:@types/ndarray-ops@^1.2.4",
"ndarray": "npm:ndarray@^1.0.19",
"ndarray-ops": "npm:ndarray-ops@^1.2.2",
"zarrita": "jsr:@zarrita/zarrita@^0.7.3"
"zarrita": "jsr:@zarrita/zarrita@^0.7.4"
},
"exports": {
".": "./src/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/@zarrita-storage/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"nodeModulesDir": "auto",
"imports": {
"reference-spec-reader": "npm:reference-spec-reader@^0.2.0",
"unzipit": "npm:unzipit@2.0.0"
"unzipit": "npm:unzipit@2.0.1"
},
"exports": {
".": "./src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/zarrita/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# zarrita

## 0.7.4

### Patch Changes

- Fix `BytesCodec` mutating its input buffer in place when byte-swapping big-endian data. Combined with `withByteCaching`, this corrupted cached chunks so repeated reads alternated between correct and incorrect values. The codec now copies before swapping on both encode and decode. ([#433](https://github.com/manzt/zarrita.js/pull/433))

- Fix transpose codec on dimension-reducing selections ([#435](https://github.com/manzt/zarrita.js/pull/435))

## 0.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/zarrita/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zarrita/zarrita",
"version": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"nodeModulesDir": "auto",
"imports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zarrita/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zarrita",
"version": "0.7.3",
"version": "0.7.4",
"repository": "https://github.com/manzt/zarrita.js",
"license": "MIT",
"type": "module",
Expand Down