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

feat(memh5): zarr support #169

Merged
merged 7 commits into from
May 30, 2022
Merged

feat(memh5): zarr support #169

merged 7 commits into from
May 30, 2022

Commits on May 30, 2022

  1. feat(memh5): zarr compression support

    Add support for serialising data into Zarr format files. This enables
    compression for distributed containers.
    
    Co-authored-by: Anja Kefala <anja.kefala@gmail.com>
    Co-authored-by: Tristan Pinsonneault-Marotte <tristpinsm@gmail.com>
    Co-authored-by: Richard Shaw <richard@phas.ubc.ca>
    4 people committed May 30, 2022
    Configuration menu
    Copy the full SHA
    41e891d View commit details
    Browse the repository at this point in the history
  2. refactor(memh5): create a single routine to handle all distributed wr…

    …ites
    
    This significantly cleans up the handling of distributed file writes and
    condenses the logic into a single flow for all file types.
    jrs65 committed May 30, 2022
    Configuration menu
    Copy the full SHA
    1da78b6 View commit details
    Browse the repository at this point in the history
  3. feat(truncate): add truncate for double values

    Co-authored-by: Tristan Pinsonneault-Marotte <tristpinsm@gmail.com>
    2 people authored and jrs65 committed May 30, 2022
    Configuration menu
    Copy the full SHA
    d7ec065 View commit details
    Browse the repository at this point in the history
  4. test(truncate): Add special cases.

    tristpinsm authored and jrs65 committed May 30, 2022
    Configuration menu
    Copy the full SHA
    47bac08 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05f3278 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c8d023 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92fc4a2 View commit details
    Browse the repository at this point in the history