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

Make MetaTensor optional printed in DataStats and DataStatsd #5905 #7814

Merged
merged 16 commits into from
Sep 4, 2024

Commits on May 30, 2024

  1. Fixes Project-MONAI#5905

    Signed-off-by: Wei_Chuan, Chiang <jamesis1356@gmail.com>
    slicepaste committed May 30, 2024
    Configuration menu
    Copy the full SHA
    80f9793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6c5b97 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Ensure deterministic in MixUp, CutMix, CutOut (Project-MONAI#7813)

    Fixes Project-MONAI#7697
    
    ### Description
    
    A few sentences describing the changes proposed in this pull request.
    
    ### Types of changes
    <!--- Put an `x` in all the boxes that apply, and remove the not
    applicable items -->
    - [x] Non-breaking change (fix or new feature that would not break
    existing functionality).
    - [ ] Breaking change (fix or new feature that would cause existing
    functionality to change).
    - [ ] New tests added to cover the changes.
    - [ ] Integration tests passed locally by running `./runtests.sh -f -u
    --net --coverage`.
    - [ ] Quick tests passed locally by running `./runtests.sh --quick
    --unittests --disttests`.
    - [ ] In-line docstrings updated.
    - [ ] Documentation updated, tested `make html` command in the `docs/`
    folder.
    
    ---------
    
    Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Co-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
    2 people authored and slicepaste committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    08f1e57 View commit details
    Browse the repository at this point in the history
  2. Refactor Dataset to use Compose for transforms (Project-MONAI#7784)

    Fixes Project-MONAI#7646 
    
    ### Description
    
    A few sentences describing the changes proposed in this pull request.
    
    ### Types of changes
    <!--- Put an `x` in all the boxes that apply, and remove the not
    applicable items -->
    - [x] Non-breaking change (fix or new feature that would not break
    existing functionality).
    - [ ] Breaking change (fix or new feature that would cause existing
    functionality to change).
    - [x] New tests added to cover the changes.
    - [ ] Integration tests passed locally by running `./runtests.sh -f -u
    --net --coverage`.
    - [x] Quick tests passed locally by running `./runtests.sh --quick
    --unittests --disttests`.
    - [x] In-line docstrings updated.
    - [ ] Documentation updated, tested `make html` command in the `docs/`
    folder.
    
    ---------
    
    Signed-off-by: Suraj Pai <b.pai@maastrichtuniversity.nl>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Co-authored-by: Ben Murray <ben.murray@gmail.com>
    4 people authored and slicepaste committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6b1c58c View commit details
    Browse the repository at this point in the history
  3. Fix format issue and change argument name to 'meta_info'

    Signed-off-by: Wei_Chuan, Chiang <jamesis1356@gmail.com>
    slicepaste committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9eff6d3 View commit details
    Browse the repository at this point in the history
  4. Fix format issue

    Signed-off-by: Wei_Chuan, Chiang <jamesis1356@gmail.com>
    slicepaste committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    68b521b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abfc125 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. fix-issue-5905

    Signed-off-by: Wei_Chuan, Chiang <jamesis1356@gmail.com>
    slicepaste committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3f0a7f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18037be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee1f8df View commit details
    Browse the repository at this point in the history
  4. fix issue 5905

    Signed-off-by: Wei_Chuan, Chiang <jamesis1356@gmail.com>
    slicepaste committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ccff9f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c20166 View commit details
    Browse the repository at this point in the history
  6. fix issue 5905 format issue

    Signed-off-by: Wei_Chuan, Chiang <jamesis1356@gmail.com>
    slicepaste committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    399637e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6565b48 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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