Skip to content

Commit 2803a59

Browse files
d-v-bjakirkhamjoshmoore
authored
N5 root array fix (#1094)
* put n5 attribute in top-level metadata for arrays * flake8 * normalize temp var name * remove n5 keyword from results of __getitem__ * partial fix for hexdigest tests * use a different strategy for n5 attribute management, and general cleanups * remove test exclusion and cast of partial chunk handling to bytes * add n5-specific tests file * add an additional codec to test_compressors * expand n5 test coverage * pin werkzeug to get CI working * appease the typechecker by introducing a new var in compressor_config_to_n5 * release notes * remove tobytes and improve n5 chunk wrapper test * Update docs/release.rst Co-authored-by: jakirkham <[email protected]> Co-authored-by: Josh Moore <[email protected]>
1 parent fa68802 commit 2803a59

File tree

5 files changed

+282
-157
lines changed

5 files changed

+282
-157
lines changed

docs/release.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ Maintenance
2929
By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1079`.
3030

3131

32+
Bug fixes
33+
~~~~~~~~~
34+
35+
* Fix bug in N5 storage that prevented arrays located in the root of the hierarchy from
36+
bearing the `n5` keyword. Along with fixing this bug, new tests were added for N5 routines
37+
that had previously been excluded from testing, and type annotations were added to the N5 codebase.
38+
By :user:`Davis Bennett <d-v-b>`; :issue:`1092`.
39+
3240
.. _release_2.12.0:
3341

3442
2.12.0

0 commit comments

Comments
 (0)