Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breakout Zarr v2 files from #125 #136

Merged
merged 7 commits into from
Oct 26, 2023

Conversation

aliddell
Copy link
Member

@aliddell aliddell commented Oct 19, 2023

First half of #125.

Supersedes #113. Supersedes #117.
Closes #112. Closes #114. Closes #115.

Changes

Added

  • Ship debug libs for C-Blosc on Linux and Mac.

Changed

  • Upgrades C-Blosc from v1.21.4 to v1.21.5.

Fixed

  • A bug where enabling multiscale without specifying the tile size would cause an error.
  • Exceptions thrown off the main thread are now caught and logged, and Zarr throws an error in append.

@aliddell aliddell changed the title Breakout Zarr v2 files from #76 Breakout Zarr v2 files from #125 Oct 19, 2023
Copy link

@andy-sweet andy-sweet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Most of my comments are minor additions or optional.

We've looked at this or similar a few times and I think there's enough understanding to get it in and move forward. There are still some parts of the code and execution order I don't have a good grasp on, but that can be improved in the future (both by me and by iterating on the code itself).

src/writers/writer.hh Outdated Show resolved Hide resolved
src/writers/writer.hh Outdated Show resolved Hide resolved
src/zarr.v2.cpp Outdated Show resolved Hide resolved
src/zarr.v2.cpp Outdated Show resolved Hide resolved
src/zarr.hh Show resolved Hide resolved
@aliddell aliddell merged commit cccbda7 into acquire-project:main Oct 26, 2023
4 checks passed
@aliddell aliddell deleted the zarrv3-part-one branch October 26, 2023 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants