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

Zarr Merger #6633

Merged
merged 24 commits into from
Jun 28, 2023
Merged

Zarr Merger #6633

merged 24 commits into from
Jun 28, 2023

Commits on Jun 26, 2023

  1. add zarr dependency

    Signed-off-by: Behrooz <[email protected]>
    drbeh committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    b3c4ad4 View commit details
    Browse the repository at this point in the history
  2. Implement ZarrAvgMerger

    Signed-off-by: Behrooz <[email protected]>
    drbeh committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    5b7ea1d View commit details
    Browse the repository at this point in the history
  3. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and drbeh committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    571498c View commit details
    Browse the repository at this point in the history
  4. update docs

    Signed-off-by: Behrooz <[email protected]>
    drbeh committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    fe1cbc8 View commit details
    Browse the repository at this point in the history
  5. update docs

    Signed-off-by: Behrooz <[email protected]>
    drbeh committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0a1aa3d View commit details
    Browse the repository at this point in the history
  6. update docstring

    Signed-off-by: Behrooz <[email protected]>
    drbeh committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    8e8594e View commit details
    Browse the repository at this point in the history
  7. add info about Zarr in docstring

    Signed-off-by: Behrooz <[email protected]>
    drbeh committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    1a9d0f8 View commit details
    Browse the repository at this point in the history
  8. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and drbeh committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    5c51200 View commit details
    Browse the repository at this point in the history
  9. add unit tests

    Signed-off-by: Behrooz <[email protected]>
    drbeh committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    fdb3969 View commit details
    Browse the repository at this point in the history
  10. exclude zarr tests from min tests

    Signed-off-by: Behrooz <[email protected]>
    drbeh committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    70bf188 View commit details
    Browse the repository at this point in the history
  11. add thread locks

    Signed-off-by: Behrooz <[email protected]>
    drbeh committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    e74658b View commit details
    Browse the repository at this point in the history
  12. remove compression for temp zarr arrays

    Signed-off-by: Behrooz <[email protected]>
    drbeh committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    bf33fb5 View commit details
    Browse the repository at this point in the history
  13. add flexibility to define compressors for all zarr arrays

    Signed-off-by: Behrooz <[email protected]>
    drbeh committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    5bc1f94 View commit details
    Browse the repository at this point in the history
  14. change to skip unless

    Signed-off-by: Behrooz <[email protected]>
    drbeh committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    9bd6ce1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3a348be View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    2a19fb5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    58176e7 View commit details
    Browse the repository at this point in the history
  2. make thread locking optional

    Signed-off-by: Behrooz <[email protected]>
    drbeh committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    6c231ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06c4d25 View commit details
    Browse the repository at this point in the history
  4. Update monai/inferers/merger.py

    Co-authored-by: Eric Kerfoot <[email protected]>
    Signed-off-by: Dr. Behrooz Hashemian <[email protected]>
    drbeh and ericspod committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8145c08 View commit details
    Browse the repository at this point in the history
  5. Update monai/inferers/merger.py

    Co-authored-by: Eric Kerfoot <[email protected]>
    Signed-off-by: Dr. Behrooz Hashemian <[email protected]>
    drbeh and ericspod committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3b84aee View commit details
    Browse the repository at this point in the history
  6. Update monai/inferers/merger.py

    Co-authored-by: Eric Kerfoot <[email protected]>
    Signed-off-by: Dr. Behrooz Hashemian <[email protected]>
    drbeh and ericspod committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    a7f4f93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52d8898 View commit details
    Browse the repository at this point in the history
  8. unblock premerge download test

    Signed-off-by: Wenqi Li <[email protected]>
    wyli committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7cb71a0 View commit details
    Browse the repository at this point in the history