webknossos-libs icon indicating copy to clipboard operation
webknossos-libs copied to clipboard

Make Zarr3 default and deprecations

Open normanrz opened this issue 10 months ago • 1 comments

Description:

  • Makes Zarr3 the default data format
  • Removes deprecated functions, properties, arguments
  • Changes the writing behavior to include a allow_resize and allow_unaligned argument to make it more robust against accidental concurrency issues
  • MagViews are compressed by default

Issues:

  • fixes #1080

Todos:

  • [x] List all deprecations in the changelog
  • [x] Add tests for new allow_resize behavior
  • [x] Add allow_unaligned arg
  • [x] Fix from_images for unexpected bboxes

Make sure to delete unnecessary points or to check all before merging:

  • [x] Updated Changelog
  • [x] Updated Documentation
  • [x] Added / Updated Tests
  • [x] Updated examples

normanrz avatar Jan 27 '25 21:01 normanrz

@markbader This PR is now ready for your review.

normanrz avatar Feb 14 '25 11:02 normanrz