Commit 8128451
Zarr data types refactor compatibility (#618)
* un-xfail some big endian tests
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* update minimum require zarr version to the as-yet-unreleased zarr 3.1.0
* Revert "update minimum require zarr version to the as-yet-unreleased zarr 3.1.0"
This reverts commit 7a2e4f0.
* remove need for vendored zarr metadata code
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Handle metadata get requests
* Change expected dtype from <i4 to int32
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Max Jones <[email protected]>1 parent b6787ee commit 8128451
File tree
3 files changed
+18
-69
lines changed- virtualizarr
- manifests
- tests/test_parsers
- vendor/zarr/core
3 files changed
+18
-69
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | 58 | | |
90 | 59 | | |
91 | 60 | | |
| |||
243 | 212 | | |
244 | 213 | | |
245 | 214 | | |
246 | | - | |
247 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
248 | 228 | | |
249 | 229 | | |
250 | 230 | | |
| |||
258 | 238 | | |
259 | 239 | | |
260 | 240 | | |
| 241 | + | |
261 | 242 | | |
262 | 243 | | |
263 | 244 | | |
264 | 245 | | |
265 | 246 | | |
266 | 247 | | |
| 248 | + | |
267 | 249 | | |
268 | 250 | | |
269 | 251 | | |
270 | 252 | | |
271 | 253 | | |
| 254 | + | |
272 | 255 | | |
273 | 256 | | |
274 | 257 | | |
275 | 258 | | |
276 | 259 | | |
| 260 | + | |
277 | 261 | | |
278 | 262 | | |
279 | 263 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 14 | | |
18 | 15 | | |
19 | 16 | | |
| |||
28 | 25 | | |
29 | 26 | | |
30 | 27 | | |
31 | | - | |
| 28 | + | |
This file was deleted.
0 commit comments