Skip to content

0.2.6

Latest
Compare
Choose a tag to compare
@benjeffery benjeffery released this 18 Sep 11:45
  • In previous versions, if a metadata column had byte values outside the ASCII range,
    the file written would raise a ValueError when decompressed. This is now fixed,
    and files written with this bug are now read correctly.
    (benjeffery, #115)
  • Drop Python 3.9 support, require Python >= 3.10 (#112, benjeffery)
  • Support zarr v3 (#114, benjeffery)