Changes
#76 (Sep 27, 2025, 12:25:15 AM)
- Release omero-zarr-pixel-buffer 0.6.0-rc1 — sbesson / githubweb
- Bump version to 0.6.0-SNAPSHOT — sbesson / githubweb
- README updates (requirements, installation & usage) — sbesson / githubweb
- Apply suggestions from code review — noreply / githubweb
- Add suggestions from code review — sbesson / githubweb
- Fix license statement — sbesson / githubweb
- Add links to label section and percent-encoding requirement — sbesson / githubweb
- Add note about ExternalInfo tooling — sbesson / githubweb
- Checkstyle: add Google Java Style configuration — sbesson / githubweb
- Checkstyle configuration adjustements — sbesson / githubweb
- Update Java source code to comply with checkstyle configuration — sbesson / githubweb
- Add file to exclude checkstyle related commit on git blame — sbesson / githubweb
- Update ZarrPixelBufferTest to use bioformats2raw 0.11.0 native features — sbesson / githubweb
- Restore resolutions variables for readability — sbesson / githubweb
- ZarrPixelBufferTest: remove hardcoded values in testGetTile — sbesson / githubweb
- Factorize axes and plane checks — sbesson / githubweb
- More hardcoded values removal — sbesson / githubweb
#58 (Sep 7, 2025, 12:36:27 AM)
- Use endpoint to initialise AWS client — j.burel / githubweb
- Throw an exception if the endpoint is not specified — j.burel / githubweb
- Remove import added by error — j.burel / githubweb
- Remove hardcoded value — j.burel / githubweb
- Remove ENDPOINT variable — j.burel / githubweb
- Add AwsHostNameUtils to find region — j.burel / githubweb
- Remove check for endpoint — j.burel / githubweb
#49 (Aug 28, 2025, 12:48:27 AM)
- Take axes metadata into account — d.lindner / githubweb
- Add test checking default axes if not present — j.burel / githubweb
- Fix order since order in omero is reverse in ome.zarr — j.burel / githubweb
- Remove printlns — d.lindner / githubweb
- Remove commented out code — d.lindner / githubweb
- Remove unused imports — d.lindner / githubweb
- Support zarr without c, t or z axes — d.lindner / githubweb
- Fix swapped xy tile size — d.lindner / githubweb
- Fix issue when Z missing — d.lindner / githubweb
- Fix issue with checkReadSize — d.lindner / githubweb
- Add integration tests for different dimensions — d.lindner / githubweb
- remove logging from TestZarr — d.lindner / githubweb
- Moved classes into correct package — d.lindner / githubweb
- Fix package declaration — d.lindner / githubweb
- Fix order — j.burel / githubweb
- install blosc — j.burel / githubweb
- Check repo owner — j.burel / githubweb
- Some refactoring — d.lindner / githubweb
- Moved Utils method into TestZarr itself — d.lindner / githubweb
- Add more missing tests — d.lindner / githubweb
- Use DimensionOrder — d.lindner / githubweb
- Clarify order — d.lindner / githubweb
- Remove usage of BF --order argument — d.lindner / githubweb
- Reduce calls to axesOrder.containsKey — d.lindner / githubweb
- Simplify code — d.lindner / githubweb
- Fix formatting — d.lindner / githubweb
- Sanitise getAxisOrder — d.lindner / githubweb
- Fix for loops — d.lindner / githubweb
- Move z axis access into conditional block — d.lindner / githubweb
- Add clarification about the downsampling factor expectation — sbesson / githubweb