Commit fe920ea
authored
V2 core features (#22)
* v2.Array create, arrayMetadata and codecPipeline
* v2 and v3 Array implements Array Interface
* documentation for Array methods and improve parameter descriptions
* adopt allocateFillValueChunk() and chunkKeyEncoding()
* zarrita tests with uv
* fix ci
* add zlib
* fix testoutput paths
* split v2 and v3 codecs to fix serialization
* zarr-python tests for v2, v3
* isolate v2 and v3 with common core
* isolate v2 and v3 with common core.chunkkeyencoding
* add zarrita to ci while not removed from tests
* fix zarr-python tests on Windows?
* debug windows CI
* uv add "zarr>=3.1.2"
* use python 3.11
* remove debug changes
* remove v3 code in v2
* change multi-inheritance:
- codecs in core are abstrac classes
- parent codec per v2/v3 (used for serialization) is interface
* refactor code duplication
* update ci actions versions
* allow fillValue null
* add ci python-version: '3.11' label
* update deploy.yml
* adopt feedback
* move BytesBytesCodec.copy to Utils.copyStream1 parent e758d54 commit fe920ea
File tree
60 files changed
+2187
-1007
lines changed- .github/workflows
- src
- main/java/dev/zarr/zarrjava
- core
- chunkkeyencoding
- codec
- core
- store
- utils
- v2
- chunkkeyencoding
- codec
- core
- v3
- chunkkeyencoding
- codec
- core
- test
- java/dev/zarr/zarrjava
- python-scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+2187
-1007
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | | - | |
39 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | | - | |
42 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
0 commit comments