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

2872 implementation of mixup, cutmix and cutout #7198

Merged
merged 90 commits into from
Mar 26, 2024

Commits on Mar 25, 2024

  1. mixup, cutmix and cutout

    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    79719fa View commit details
    Browse the repository at this point in the history
  2. added rst file

    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1528cdf 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
    
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    pre-commit-ci[bot] authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ff45686 View commit details
    Browse the repository at this point in the history
  4. added missing module

    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ea89145 View commit details
    Browse the repository at this point in the history
  5. refactor code as submodule of transforms module

    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d35c1b3 View commit details
    Browse the repository at this point in the history
  6. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    pre-commit-ci[bot] authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1c54f1c View commit details
    Browse the repository at this point in the history
  7. use the randomizable API

    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9b05593 View commit details
    Browse the repository at this point in the history
  8. used types compatible with python <3.10

    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    83b2c98 View commit details
    Browse the repository at this point in the history
  9. used types compatible with python <3.10

    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    efd5e99 View commit details
    Browse the repository at this point in the history
  10. fixed isort errors

    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f6af5cf View commit details
    Browse the repository at this point in the history
  11. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    pre-commit-ci[bot] authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8e7ec73 View commit details
    Browse the repository at this point in the history
  12. auto updates (Project-MONAI#7203)

    Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
    
    Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    monai-bot authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5eb8c7f View commit details
    Browse the repository at this point in the history
  13. changes from command ./runtests.sh --autofix

    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    674812f View commit details
    Browse the repository at this point in the history
  14. fix useless error msg in nnunetv2runner (Project-MONAI#7217)

    Fixes # fix useless error msg in nnunetv2runner
    
    ### Description
    
    ### Types of changes
    - [x] Non-breaking change (fix or new feature that would not break
    existing functionality).
    
    Signed-off-by: elitap <elias.tappeiner@gmx.at>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    elitap authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c43f8ca View commit details
    Browse the repository at this point in the history
  15. Fixup mypy 1.7.0 errors (Project-MONAI#7231)

    Fixes Project-MONAI#7230.
    
    ### Description
    
    Fix the typing issues and the deprecation.
    
    Also always run type checking with Linux environment, since
    ForkServerContext is not available on Windows.
    
    ### Types of changes
    - [x] Non-breaking change (fix or new feature that would not break
    existing functionality).
    
    ---------
    
    Signed-off-by: Felix Schnabel <f.schnabel@tum.de>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    Shadow-Devil authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    cad947e View commit details
    Browse the repository at this point in the history
  16. add Yun Liu to user list to trigger blossom-ci [skip ci] (Project-MON…

    …AI#7239)
    
    Fixes # .
    
    ### 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.
    
    Add new developer to blossom-ci trigger list
    
    Signed-off-by: YanxuanLiu <yanxuanl@nvidia.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    YanxuanLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    81097ab View commit details
    Browse the repository at this point in the history
  17. Replace single quotation marks with double quotation marks to install… (

    Project-MONAI#7234)
    
    … MONAI with all dependencies on Windows
    
    Fixes Project-MONAI#6118
    
    ### Description
    
    The Windows shell doesn't recognize single quotes to delimit a string at
    all, so on Windows you'll need to use double quotes. It's the same
    command no matter which type of quotes you use; after the shell does its
    processing, the argument is passed to pip with the quotation marks
    already removed.
    
    ### 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: ytl0623 <david89062388@gmail.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    ytl0623 authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    da27e2e View commit details
    Browse the repository at this point in the history
  18. Update bug_report.md (Project-MONAI#7213)

    Avoid syntax error on Windows
    
    ### Description
    
    ```log
    (.venv) C:\Dev\Kitware\python>python -c 'import monai; monai.config.print_debug_info()'
      File "<string>", line 1
        'import
        ^
    SyntaxError: unterminated string literal (detected at line 1)
    ```
    
    ### 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: Dženan Zukić <dzenan.zukic@kitware.com>
    Co-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    2 people authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f665179 View commit details
    Browse the repository at this point in the history
  19. Add cache option in GridPatchDataset (Project-MONAI#7180)

    Part of Project-MONAI#6904
    
    ### Description
    - Fix inefficient patching in `PatchDataset`
    - Add cache option in `GridPatchDataset`
    
    ### 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: KumoLiu <yunl@nvidia.com>
    Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Co-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    3 people authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    36beba1 View commit details
    Browse the repository at this point in the history
  20. 📝 [array] Add examples for EnsureType and CastToType (Project-MONAI#7245

    )
    
    Fixes Project-MONAI#7101
    
    ### Description
    
    Added examples in the docstrings for `EnsureType` and `CastToType`
    transforms which show how they function under different circumstances.
    
    ### 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.
    - [x] Integration tests passed locally by running `./runtests.sh -f -u
    --net --coverage`.
    - [x] 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: Ishan Dutta <ishandutta0098@gmail.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    ishandutta0098 authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    af45bb2 View commit details
    Browse the repository at this point in the history
  21. 🔨 [dataset] Handle corrupted cached file in PersistentDataset (Projec…

    …t-MONAI#7244)
    
    Fixes Project-MONAI#5723
    
    ### Description
    Corrupted cached files in the PersistentDataset cause the exception:
    `RuntimeError: Invalid magic number; corrupt file?`
    
    With this PR we handle that case in the try-except block and continue
    the usual functionality if the cached file was absent.
    
    ### 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.
    - [x] Integration tests passed locally by running `./runtests.sh -f -u
    --net --coverage`.
    - [x] 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: Ishan Dutta <ishandutta0098@gmail.com>
    Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    2 people authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    fede45b View commit details
    Browse the repository at this point in the history
  22. auto updates (Project-MONAI#7247)

    Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
    
    Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    monai-bot authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    4bc7504 View commit details
    Browse the repository at this point in the history
  23. add class label option to write metric report to improve readability … (

    Project-MONAI#7249)
    
    add class label option to write metric report to improve readability,
    without that option in case of many classes the resulting report is very
    hard to interpret.
    
    ### 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).
    
    ---------
    
    Signed-off-by: elitap <elias.tappeiner@gmx.at>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    2 people authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6ec781a View commit details
    Browse the repository at this point in the history
  24. Fix B026 unrecommanded star-arg unpacking after a keyword argument (P…

    …roject-MONAI#7262)
    
    Fixes Project-MONAI#7261
    
    ### Description
    Remove star-arg unpacking before a keyword argument.
    
    ### 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: KumoLiu <yunl@nvidia.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a11d8d3 View commit details
    Browse the repository at this point in the history
  25. Quote $PY_EXE variable to deal with Python path that contain spaces i…

    …n Bash (Project-MONAI#7268)
    
    Fixes Project-MONAI#5857.
    
    ### Description
    When dealing with paths that contain spaces in Bash, it's important to
    properly quote the variables to ensure that spaces are handled
    correctly. So, maybe we can replace all `$PY_EXE` variables to
    `"$PY_EXE"` in the `runtests.sh` file.
    
    ### 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: ytl0623 <david89062388@gmail.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    ytl0623 authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    149a73a View commit details
    Browse the repository at this point in the history
  26. add SoftclDiceLoss and SoftDiceclDiceLoss loss function in documentat…

    …ion (Project-MONAI#7271)
    
    Fixes Project-MONAI#7193
    
    ### Description
    add SoftclDiceLoss and SoftDiceclDiceLoss loss function in
    documentation(https://github.com/Project-MONAI/MONAI/blob/dev/docs/source/losses.rst?plain=1)
    
    ### 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: ytl0623 <david89062388@gmail.com>
    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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    3 people authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    308e9e2 View commit details
    Browse the repository at this point in the history
  27. Skip Old Pytorch Versions for SwinUNETR (Project-MONAI#7266)

    Fixes Project-MONAI#7265.
    
    ### 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: KumoLiu <yunl@nvidia.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    be4a873 View commit details
    Browse the repository at this point in the history
  28. Bump conda-incubator/setup-miniconda from 2 to 3 (Project-MONAI#7274)

    Bumps
    [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda)
    from 2 to 3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/conda-incubator/setup-miniconda/releases">conda-incubator/setup-miniconda's
    releases</a>.</em></p>
    <blockquote>
    <h2>Version 3.0.0</h2>
    <h3>Features</h3>
    <ul>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/308">#308</a>
    Update to node20</li>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/291">#291</a>
    Add conda-solver option (defaults to libmamba)</li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/299">#299</a>
    Fix condaBasePath when useBundled is false, and there's no pre-existing
    conda</li>
    </ul>
    <h3>Documentation</h3>
    <ul>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/309">#309</a>
    Switch to main branch based development</li>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/313">#313</a>
    Specify team conda-incubator/setup-miniconda as codeowners</li>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/318">#318</a>
    README: update actions in examples, add security section, similar
    actions</li>
    </ul>
    <h3>Tasks and Maintenance</h3>
    <ul>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/307">#307</a>
    Run dependabot against main branch and also update node packages</li>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/311">#311</a>
    Bump actions/checkout from 2 to 4</li>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/310">#310</a>
    Bump actions/cache from 1 to 3</li>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/314">#314</a>
    Strip/update dependencies</li>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/315">#315</a>
    Split lint into check and build, switch from <code>npm install</code> to
    <code>npm ci</code></li>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/317">#317</a>
    Bump normalize-url from 4.5.1 to 8.0.0</li>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/316">#316</a>
    Faster workflow response / saving resources via timeout/concurrency
    policy</li>
    </ul>
    <p><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/308">#308</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/308">conda-incubator/setup-miniconda#308</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/291">#291</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/291">conda-incubator/setup-miniconda#291</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/299">#299</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/299">conda-incubator/setup-miniconda#299</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/309">#309</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/309">conda-incubator/setup-miniconda#309</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/313">#313</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/313">conda-incubator/setup-miniconda#313</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/318">#318</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/318">conda-incubator/setup-miniconda#318</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/307">#307</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/307">conda-incubator/setup-miniconda#307</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/311">#311</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/311">conda-incubator/setup-miniconda#311</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/310">#310</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/310">conda-incubator/setup-miniconda#310</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/314">#314</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/314">conda-incubator/setup-miniconda#314</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/315">#315</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/315">conda-incubator/setup-miniconda#315</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/317">#317</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/317">conda-incubator/setup-miniconda#317</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/316">#316</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/316">conda-incubator/setup-miniconda#316</a></p>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/isuruf"><code>@​isuruf</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/299">conda-incubator/setup-miniconda#299</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/conda-incubator/setup-miniconda/compare/v2...v3.0.0">https://github.com/conda-incubator/setup-miniconda/compare/v2...v3.0.0</a></p>
    <h2>Version 2.3.0</h2>
    <h3>Documentation</h3>
    <ul>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/263">#263</a>
    Update links to GitHub shell docs</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md">conda-incubator/setup-miniconda's
    changelog</a>.</em></p>
    <blockquote>
    <h2><a
    href="https://github.com/conda-incubator/setup-miniconda/releases/tag/v3.0.1">v3.0.1</a>
    (2023-11-29)</h2>
    <h3>Fixes</h3>
    <ul>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/325">#325</a>
    Fix environment activation on windows (a v3 regression) due to
    hard-coded install PATH</li>
    </ul>
    <p><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/325">#325</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/325">conda-incubator/setup-miniconda#325</a></p>
    <h2><a
    href="https://github.com/conda-incubator/setup-miniconda/releases/tag/v3.0.0">v3.0.0</a>
    (2023-11-27)</h2>
    <h3>Features</h3>
    <ul>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/308">#308</a>
    Update to node20</li>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/291">#291</a>
    Add conda-solver option (defaults to libmamba)</li>
    </ul>
    <h3>Fixes</h3>
    <ul>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/299">#299</a>
    Fix condaBasePath when useBundled is false, and there's no pre-existing
    conda</li>
    </ul>
    <h3>Documentation</h3>
    <ul>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/309">#309</a>
    Switch to main branch based development</li>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/313">#313</a>
    Specify team conda-incubator/setup-miniconda as codeowners</li>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/318">#318</a>
    README: update actions in examples, add security section, similar
    actions</li>
    </ul>
    <h3>Tasks and Maintenance</h3>
    <ul>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/307">#307</a>
    Run dependabot against main branch and also update node packages</li>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/311">#311</a>
    Bump actions/checkout from 2 to 4</li>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/310">#310</a>
    Bump actions/cache from 1 to 3</li>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/314">#314</a>
    Strip/update dependencies</li>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/315">#315</a>
    Split lint into check and build, switch from <code>npm install</code> to
    <code>npm ci</code></li>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/317">#317</a>
    Bump normalize-url from 4.5.1 to 8.0.0</li>
    <li><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/316">#316</a>
    Faster workflow response / saving resources via timeout/concurrency
    policy</li>
    </ul>
    <p><a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/308">#308</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/308">conda-incubator/setup-miniconda#308</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/291">#291</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/291">conda-incubator/setup-miniconda#291</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/299">#299</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/299">conda-incubator/setup-miniconda#299</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/309">#309</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/309">conda-incubator/setup-miniconda#309</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/313">#313</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/313">conda-incubator/setup-miniconda#313</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/318">#318</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/318">conda-incubator/setup-miniconda#318</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/307">#307</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/307">conda-incubator/setup-miniconda#307</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/311">#311</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/311">conda-incubator/setup-miniconda#311</a>
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/310">#310</a>:
    <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/pull/310">conda-incubator/setup-miniconda#310</a></p>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/conda-incubator/setup-miniconda/commit/11b562958363ec5770fef326fe8ef0366f8cbf8a"><code>11b5629</code></a>
    Prepare 3.0.1 (<a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/326">#326</a>)</li>
    <li><a
    href="https://github.com/conda-incubator/setup-miniconda/commit/8706aa744e0162a2264dc938c759d2b51f9b5e10"><code>8706aa7</code></a>
    Fix env activation on win (a v3 regression) due to hard-coded install
    PATH (#...</li>
    <li><a
    href="https://github.com/conda-incubator/setup-miniconda/commit/c585a970973750f68d4d5c75284051b3f0167afe"><code>c585a97</code></a>
    Bump conda-incubator/setup-miniconda from 2.3.0 to 3.0.0 (<a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/321">#321</a>)</li>
    <li><a
    href="https://github.com/conda-incubator/setup-miniconda/commit/2defc80cc6f4028b1780c50faf08dd505d698976"><code>2defc80</code></a>
    Prepare release (<a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/320">#320</a>)</li>
    <li><a
    href="https://github.com/conda-incubator/setup-miniconda/commit/0d5a56b9eb002ebca917fd24dbbb168694a769e3"><code>0d5a56b</code></a>
    Bump actions/checkout from 2 to 4 (<a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/319">#319</a>)</li>
    <li><a
    href="https://github.com/conda-incubator/setup-miniconda/commit/45fd3f90899ca98b9fe9ed48921c9edbb341a570"><code>45fd3f9</code></a>
    Merge pull request <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/316">#316</a>
    from dbast/timeout</li>
    <li><a
    href="https://github.com/conda-incubator/setup-miniconda/commit/d1e04fc2677b38349d15832651d5d3c485c8411a"><code>d1e04fc</code></a>
    Merge pull request <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/299">#299</a>
    from isuruf/condaBasePath</li>
    <li><a
    href="https://github.com/conda-incubator/setup-miniconda/commit/fab00738406b3d3854b3b57791e274f16ac95ab4"><code>fab0073</code></a>
    Merge pull request <a
    href="https://redirect.github.com/conda-incubator/setup-miniconda/issues/318">#318</a>
    from dbast/readme</li>
    <li><a
    href="https://github.com/conda-incubator/setup-miniconda/commit/fa6bdf964307f648fedc0f07787e550f08eb2812"><code>fa6bdf9</code></a>
    Update with npm run build</li>
    <li><a
    href="https://github.com/conda-incubator/setup-miniconda/commit/d42f8b884a951a7e5af53888bd6101e0fd1dc916"><code>d42f8b8</code></a>
    Fix condaBasePath when useBundled is false, and there's no pre-existing
    conda</li>
    <li>Additional commits viewable in <a
    href="https://github.com/conda-incubator/setup-miniconda/compare/v2...v3">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=conda-incubator/setup-miniconda&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    dependabot[bot] authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a6e1b71 View commit details
    Browse the repository at this point in the history
  29. wholeBody_ct_segmentation failed to be download (Project-MONAI#7280)

    Fixes model-zoo#537
    
    ### 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: KumoLiu <yunl@nvidia.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    dae5478 View commit details
    Browse the repository at this point in the history
  30. update the Python version requirements for transformers (Project-MONA…

    …I#7275)
    
    Part of Project-MONAI#7250.
    
    ### Description
    Fix the Python version for transformers smaller than 3.10.
    
    ### 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: KumoLiu <yunl@nvidia.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9802109 View commit details
    Browse the repository at this point in the history
  31. 7263 add diffusion loss (Project-MONAI#7272)

    Fixes Project-MONAI#7263.
    
    ### Description
    
    Add diffusion loss. I also made a [demo
    notebook](https://github.com/kvttt/deep-atlas/blob/main/diffusion_loss_scale_test.ipynb)
    to provide some explanations and analyses of diffusion loss.
    
    ### 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`.
    - [ ] Quick tests passed locally by running `./runtests.sh --quick
    --unittests --disttests`.
    - [x] In-line docstrings updated.
    - [x] Documentation updated, tested `make html` command in the `docs/`
    folder.
    
    ---------
    
    Signed-off-by: kaibo <ktang@unc.edu>
    Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    2 people authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5fb9f2b View commit details
    Browse the repository at this point in the history
  32. Fix swinunetrv2 2D bug (Project-MONAI#7302)

    Fixes # .
    
    ### 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: heyufan1995 <heyufan1995@gmail.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    heyufan1995 authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6a45df2 View commit details
    Browse the repository at this point in the history
  33. Fix RuntimeError in DataAnalyzer (Project-MONAI#7310)

    Fixes Project-MONAI#7309
    
    ### Description
    
    `DataAnalyzer` only catch error when data is on GPU, add catching error
    when data is on CPU.
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    fc82d50 View commit details
    Browse the repository at this point in the history
  34. Support specified filenames in Saveimage (Project-MONAI#7318)

    Fixes Project-MONAI#7317
    
    ### Description
    
    Add support specified filename for users to save like nibabel.save.
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    210b23a View commit details
    Browse the repository at this point in the history
  35. Fix typo (Project-MONAI#7321)

    Fix typo.
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2fb60c1 View commit details
    Browse the repository at this point in the history
  36. fix optimizer pararmeter issue (Project-MONAI#7322)

    Fixes # .
    
    ### 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: binliu <binliu@nvidia.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    binliunls authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    275d51f View commit details
    Browse the repository at this point in the history
  37. Fix lazy ignored in SpatialPadd (Project-MONAI#7316)

    Fixes Project-MONAI#7314 Project-MONAI#7315.
    
    ### 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: Ben Murray <ben.murray@gmail.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    2 people authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    469db7a View commit details
    Browse the repository at this point in the history
  38. Update openslide-python version (Project-MONAI#7344)

    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3f3e03c View commit details
    Browse the repository at this point in the history
  39. Upgrade the version of transformers (Project-MONAI#7343)

    Fixes Project-MONAI#7338
    
    ### Description
    
    transformers' version is pinned to v4.22 since
    Project-MONAI#5157.
    Updated the version refer to
    huggingface/transformers#21678.
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    71d838f View commit details
    Browse the repository at this point in the history
  40. Bump github/codeql-action from 2 to 3 (Project-MONAI#7354)

    Bumps [github/codeql-action](https://github.com/github/codeql-action)
    from 2 to 3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/github/codeql-action/releases">github/codeql-action's
    releases</a>.</em></p>
    <blockquote>
    <h2>CodeQL Bundle v2.15.5</h2>
    <p>Bundles CodeQL CLI v2.15.5</p>
    <ul>
    <li>(<a
    href="https://github.com/github/codeql-cli-binaries/blob/HEAD/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql-cli-binaries/releases/tag/v2.15.5">release</a>)</li>
    </ul>
    <p>Includes the following CodeQL language packs from <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5"><code>github/codeql@codeql-cli/v2.15.5</code></a>:</p>
    <ul>
    <li><code>codeql/cpp-queries</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/cpp/ql/src/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/cpp/ql/src">source</a>)</li>
    <li><code>codeql/cpp-all</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/cpp/ql/lib/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/cpp/ql/lib">source</a>)</li>
    <li><code>codeql/csharp-queries</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/csharp/ql/src/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/csharp/ql/src">source</a>)</li>
    <li><code>codeql/csharp-all</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/csharp/ql/lib/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/csharp/ql/lib">source</a>)</li>
    <li><code>codeql/go-queries</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/go/ql/src/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/go/ql/src">source</a>)</li>
    <li><code>codeql/go-all</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/go/ql/lib/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/go/ql/lib">source</a>)</li>
    <li><code>codeql/java-queries</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/java/ql/src/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/java/ql/src">source</a>)</li>
    <li><code>codeql/java-all</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/java/ql/lib/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/java/ql/lib">source</a>)</li>
    <li><code>codeql/javascript-queries</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/javascript/ql/src/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/javascript/ql/src">source</a>)</li>
    <li><code>codeql/javascript-all</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/javascript/ql/lib/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/javascript/ql/lib">source</a>)</li>
    <li><code>codeql/python-queries</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/python/ql/src/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/python/ql/src">source</a>)</li>
    <li><code>codeql/python-all</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/python/ql/lib/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/python/ql/lib">source</a>)</li>
    <li><code>codeql/ruby-queries</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/ruby/ql/src/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/ruby/ql/src">source</a>)</li>
    <li><code>codeql/ruby-all</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/ruby/ql/lib/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/ruby/ql/lib">source</a>)</li>
    <li><code>codeql/swift-queries</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/swift/ql/src/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/swift/ql/src">source</a>)</li>
    <li><code>codeql/swift-all</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/swift/ql/lib/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.5/swift/ql/lib">source</a>)</li>
    </ul>
    <h2>CodeQL Bundle v2.15.4</h2>
    <p>Bundles CodeQL CLI v2.15.4</p>
    <ul>
    <li>(<a
    href="https://github.com/github/codeql-cli-binaries/blob/HEAD/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql-cli-binaries/releases/tag/v2.15.4">release</a>)</li>
    </ul>
    <p>Includes the following CodeQL language packs from <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4"><code>github/codeql@codeql-cli/v2.15.4</code></a>:</p>
    <ul>
    <li><code>codeql/cpp-queries</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/cpp/ql/src/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/cpp/ql/src">source</a>)</li>
    <li><code>codeql/cpp-all</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/cpp/ql/lib/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/cpp/ql/lib">source</a>)</li>
    <li><code>codeql/csharp-queries</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/csharp/ql/src/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/csharp/ql/src">source</a>)</li>
    <li><code>codeql/csharp-all</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/csharp/ql/lib/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/csharp/ql/lib">source</a>)</li>
    <li><code>codeql/go-queries</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/go/ql/src/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/go/ql/src">source</a>)</li>
    <li><code>codeql/go-all</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/go/ql/lib/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/go/ql/lib">source</a>)</li>
    <li><code>codeql/java-queries</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/java/ql/src/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/java/ql/src">source</a>)</li>
    <li><code>codeql/java-all</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/java/ql/lib/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/java/ql/lib">source</a>)</li>
    <li><code>codeql/javascript-queries</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/javascript/ql/src/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/javascript/ql/src">source</a>)</li>
    <li><code>codeql/javascript-all</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/javascript/ql/lib/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/javascript/ql/lib">source</a>)</li>
    <li><code>codeql/python-queries</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/python/ql/src/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/python/ql/src">source</a>)</li>
    <li><code>codeql/python-all</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/python/ql/lib/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/python/ql/lib">source</a>)</li>
    <li><code>codeql/ruby-queries</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/ruby/ql/src/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/ruby/ql/src">source</a>)</li>
    <li><code>codeql/ruby-all</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/ruby/ql/lib/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/ruby/ql/lib">source</a>)</li>
    <li><code>codeql/swift-queries</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/swift/ql/src/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/swift/ql/src">source</a>)</li>
    <li><code>codeql/swift-all</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/swift/ql/lib/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.4/swift/ql/lib">source</a>)</li>
    </ul>
    <h2>CodeQL Bundle</h2>
    <p>Bundles CodeQL CLI v2.15.3</p>
    <ul>
    <li>(<a
    href="https://github.com/github/codeql-cli-binaries/blob/HEAD/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql-cli-binaries/releases/tag/v2.15.3">release</a>)</li>
    </ul>
    <p>Includes the following CodeQL language packs from <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.3"><code>github/codeql@codeql-cli/v2.15.3</code></a>:</p>
    <ul>
    <li><code>codeql/cpp-queries</code> (<a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.3/cpp/ql/src/CHANGELOG.md">changelog</a>,
    <a
    href="https://github.com/github/codeql/tree/codeql-cli/v2.15.3/cpp/ql/src">source</a>)</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
    changelog</a>.</em></p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/github/codeql-action/commit/e0c2b0a8a0cf7360f5f17b1ee83b98565e81cbaf"><code>e0c2b0a</code></a>
    change version numbers inside processing function as well</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/8e4a6c7a903526fda317aa47e226cbd5a4f1d358"><code>8e4a6c7</code></a>
    improve handling of changelog processing for backports</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/511f073971a2ce589ceea100a90831c5ca4310bb"><code>511f073</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2033">#2033</a>
    from github/dependabot/npm_and_yarn/npm-0a98872b3d</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/ebf5a837135e243d2654e281549af1ee7dc107aa"><code>ebf5a83</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2035">#2035</a>
    from github/mergeback/v3.22.11-to-main-b374143c</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/7813bda958fdd91160a45ff6cdb3a723b381c8c6"><code>7813bda</code></a>
    Update checked-in dependencies</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/2b2fb6b1dc9a83da2dd429ce0c83af9380973083"><code>2b2fb6b</code></a>
    Update changelog and version after v3.22.11</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/b374143c1149a9115d881581d29b8390bbcbb59c"><code>b374143</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/2034">#2034</a>
    from github/update-v3.22.11-64e61baea</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/95591babe868195080e3ca2c641042066f097f3d"><code>95591ba</code></a>
    Merge branch 'main' into dependabot/npm_and_yarn/npm-0a98872b3d</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/e2b5cc75ce46a4a33dbafa57e19019d6bd5a67be"><code>e2b5cc7</code></a>
    Update changelog for v3.22.11</li>
    <li>See full diff in <a
    href="https://github.com/github/codeql-action/compare/v2...v3">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    dependabot[bot] authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    80ed15f View commit details
    Browse the repository at this point in the history
  41. Bump actions/upload-artifact from 3 to 4 (Project-MONAI#7350)

    Bumps
    [actions/upload-artifact](https://github.com/actions/upload-artifact)
    from 3 to 4.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4.0.0</h2>
    <h2>What's Changed</h2>
    <p>The release of upload-artifact@v4 and download-artifact@v4 are major
    changes to the backend architecture of Artifacts. They have numerous
    performance and behavioral improvements.</p>
    <p>For more information, see the <a
    href="https://github.com/actions/toolkit/tree/main/packages/artifact"><code>@​actions/artifact</code></a>
    documentation.</p>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/vmjoseph"><code>@​vmjoseph</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/upload-artifact/pull/464">actions/upload-artifact#464</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/upload-artifact/compare/v3...v4.0.0">https://github.com/actions/upload-artifact/compare/v3...v4.0.0</a></p>
    <h2>v3.1.3</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>chore(github): remove trailing whitespaces by <a
    href="https://github.com/ljmf00"><code>@​ljmf00</code></a> in <a
    href="https://redirect.github.com/actions/upload-artifact/pull/313">actions/upload-artifact#313</a></li>
    <li>Bump <code>@​actions/artifact</code> version to v1.1.2 by <a
    href="https://github.com/bethanyj28"><code>@​bethanyj28</code></a> in <a
    href="https://redirect.github.com/actions/upload-artifact/pull/436">actions/upload-artifact#436</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/upload-artifact/compare/v3...v3.1.3">https://github.com/actions/upload-artifact/compare/v3...v3.1.3</a></p>
    <h2>v3.1.2</h2>
    <ul>
    <li>Update all <code>@actions/*</code> NPM packages to their latest
    versions- <a
    href="https://redirect.github.com/actions/upload-artifact/issues/374">#374</a></li>
    <li>Update all dev dependencies to their most recent versions - <a
    href="https://redirect.github.com/actions/upload-artifact/issues/375">#375</a></li>
    </ul>
    <h2>v3.1.1</h2>
    <ul>
    <li>Update actions/core package to latest version to remove
    <code>set-output</code> deprecation warning <a
    href="https://redirect.github.com/actions/upload-artifact/issues/351">#351</a></li>
    </ul>
    <h2>v3.1.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Bump <code>@​actions/artifact</code> to v1.1.0 (<a
    href="https://redirect.github.com/actions/upload-artifact/pull/327">actions/upload-artifact#327</a>)
    <ul>
    <li>Adds checksum headers on artifact upload (<a
    href="https://redirect.github.com/actions/toolkit/pull/1095">actions/toolkit#1095</a>)
    (<a
    href="https://redirect.github.com/actions/toolkit/pull/1063">actions/toolkit#1063</a>)</li>
    </ul>
    </li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/c7d193f32edcb7bfad88892161225aeda64e9392"><code>c7d193f</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/upload-artifact/issues/466">#466</a>
    from actions/v4-beta</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/13131bb095770b4070a7477c3cd2d96e1c16d9f4"><code>13131bb</code></a>
    licensed cache</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/4a6c273b9834f66a1d05c170dc3f80f9cdb9def1"><code>4a6c273</code></a>
    Merge branch 'main' into v4-beta</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/f391bb91a3d3118aeca171c365bb319ece276b37"><code>f391bb9</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/upload-artifact/issues/465">#465</a>
    from actions/robherley/v4-documentation</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/9653d03c4b74c32144e02dae644fea70e079d4b3"><code>9653d03</code></a>
    Apply suggestions from code review</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/875b63076402f25ef9d52c294c86ba4f97810575"><code>875b630</code></a>
    add limitations section</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/ecb21463e93740a6be75c3116242169bfdbcb15a"><code>ecb2146</code></a>
    add compression example</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/5e7604f84a055838f64ed68bb9904751523081ae"><code>5e7604f</code></a>
    trim some repeated info</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/d6437d07581fe318a364512e6cf6b1dca6b4f92c"><code>d6437d0</code></a>
    naming</li>
    <li><a
    href="https://github.com/actions/upload-artifact/commit/1b561557037b4957d7d184e9aac02bec86c771eb"><code>1b56155</code></a>
    s/v4-beta/v4/g</li>
    <li>Additional commits viewable in <a
    href="https://github.com/actions/upload-artifact/compare/v3...v4">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-artifact&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    dependabot[bot] authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c210768 View commit details
    Browse the repository at this point in the history
  42. Bump actions/setup-python from 4 to 5 (Project-MONAI#7351)

    Bumps [actions/setup-python](https://github.com/actions/setup-python)
    from 4 to 5.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/setup-python/releases">actions/setup-python's
    releases</a>.</em></p>
    <blockquote>
    <h2>v5.0.0</h2>
    <h2>What's Changed</h2>
    <p>In scope of this release, we update node version runtime from node16
    to node20 (<a
    href="https://redirect.github.com/actions/setup-python/pull/772">actions/setup-python#772</a>).
    Besides, we update dependencies to the latest versions.</p>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0">https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0</a></p>
    <h2>v4.8.0</h2>
    <h2>What's Changed</h2>
    <p>In scope of this release we added support for GraalPy (<a
    href="https://redirect.github.com/actions/setup-python/pull/694">actions/setup-python#694</a>).
    You can use this snippet to set up GraalPy:</p>
    <pre lang="yaml"><code>steps:
    - uses: actions/checkout@v4
    - uses: actions/setup-python@v4
      with:
        python-version: 'graalpy-22.3'
    - run: python my_script.py
    </code></pre>
    <p>Besides, the release contains such changes as:</p>
    <ul>
    <li>Trim python version when reading from file by <a
    href="https://github.com/FerranPares"><code>@​FerranPares</code></a> in
    <a
    href="https://redirect.github.com/actions/setup-python/pull/628">actions/setup-python#628</a></li>
    <li>Use non-deprecated versions in examples by <a
    href="https://github.com/jeffwidman"><code>@​jeffwidman</code></a> in <a
    href="https://redirect.github.com/actions/setup-python/pull/724">actions/setup-python#724</a></li>
    <li>Change deprecation comment to past tense by <a
    href="https://github.com/jeffwidman"><code>@​jeffwidman</code></a> in <a
    href="https://redirect.github.com/actions/setup-python/pull/723">actions/setup-python#723</a></li>
    <li>Bump <code>@​babel/traverse</code> from 7.9.0 to 7.23.2 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/setup-python/pull/743">actions/setup-python#743</a></li>
    <li>advanced-usage.md: Encourage the use actions/checkout@v4 by <a
    href="https://github.com/cclauss"><code>@​cclauss</code></a> in <a
    href="https://redirect.github.com/actions/setup-python/pull/729">actions/setup-python#729</a></li>
    <li>Examples now use checkout@v4 by <a
    href="https://github.com/simonw"><code>@​simonw</code></a> in <a
    href="https://redirect.github.com/actions/setup-python/pull/738">actions/setup-python#738</a></li>
    <li>Update actions/checkout to v4 by <a
    href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-python/pull/761">actions/setup-python#761</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="https://github.com/FerranPares"><code>@​FerranPares</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/setup-python/pull/628">actions/setup-python#628</a></li>
    <li><a href="https://github.com/timfel"><code>@​timfel</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/setup-python/pull/694">actions/setup-python#694</a></li>
    <li><a
    href="https://github.com/jeffwidman"><code>@​jeffwidman</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/setup-python/pull/724">actions/setup-python#724</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/setup-python/compare/v4...v4.8.0">https://github.com/actions/setup-python/compare/v4...v4.8.0</a></p>
    <h2>v4.7.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Bump word-wrap from 1.2.3 to 1.2.4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/actions/setup-python/pull/702">actions/setup-python#702</a></li>
    <li>Add range validation for toml files by <a
    href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
    in <a
    href="https://redirect.github.com/actions/setup-python/pull/726">actions/setup-python#726</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/setup-python/compare/v4...v4.7.1">https://github.com/actions/setup-python/compare/v4...v4.7.1</a></p>
    <h2>v4.7.0</h2>
    <p>In scope of this release, the support for reading python version from
    pyproject.toml was added (<a
    href="https://redirect.github.com/actions/setup-python/pull/669">actions/setup-python#669</a>).</p>
    <pre lang="yaml"><code>      - name: Setup Python
            uses: actions/setup-python@v4
    &lt;/tr&gt;&lt;/table&gt;
    </code></pre>
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/setup-python/commit/0a5c61591373683505ea898e09a3ea4f39ef2b9c"><code>0a5c615</code></a>
    Update action to node20 (<a
    href="https://redirect.github.com/actions/setup-python/issues/772">#772</a>)</li>
    <li><a
    href="https://github.com/actions/setup-python/commit/0ae58361cdfd39e2950bed97a1e26aa20c3d8955"><code>0ae5836</code></a>
    Add example of GraalPy to docs (<a
    href="https://redirect.github.com/actions/setup-python/issues/773">#773</a>)</li>
    <li><a
    href="https://github.com/actions/setup-python/commit/b64ffcaf5b410884ad320a9cfac8866006a109aa"><code>b64ffca</code></a>
    update actions/checkout to v4 (<a
    href="https://redirect.github.com/actions/setup-python/issues/761">#761</a>)</li>
    <li><a
    href="https://github.com/actions/setup-python/commit/8d2896179abf658742de432b3f203d2c2d86a587"><code>8d28961</code></a>
    Examples now use checkout@v4 (<a
    href="https://redirect.github.com/actions/setup-python/issues/738">#738</a>)</li>
    <li><a
    href="https://github.com/actions/setup-python/commit/7bc6abb01e0555719edc2dbca70a2fde309e5e56"><code>7bc6abb</code></a>
    advanced-usage.md: Encourage the use actions/checkout@v4 (<a
    href="https://redirect.github.com/actions/setup-python/issues/729">#729</a>)</li>
    <li><a
    href="https://github.com/actions/setup-python/commit/e8111cec9d3dc15220d8a3b638f08419f57b906a"><code>e8111ce</code></a>
    Bump <code>@​babel/traverse</code> from 7.9.0 to 7.23.2 (<a
    href="https://redirect.github.com/actions/setup-python/issues/743">#743</a>)</li>
    <li><a
    href="https://github.com/actions/setup-python/commit/a00ea43da65e7c04d2bdae58b3afecd77057eb9e"><code>a00ea43</code></a>
    add fix for graalpy ci (<a
    href="https://redirect.github.com/actions/setup-python/issues/741">#741</a>)</li>
    <li><a
    href="https://github.com/actions/setup-python/commit/8635b1ccc5934e73ed3510980fd2e7790b85839b"><code>8635b1c</code></a>
    Change deprecation comment to past tense (<a
    href="https://redirect.github.com/actions/setup-python/issues/723">#723</a>)</li>
    <li><a
    href="https://github.com/actions/setup-python/commit/f6cc428f535856f9c23558d01765a42a4d6cf758"><code>f6cc428</code></a>
    Use non-deprecated versions in examples (<a
    href="https://redirect.github.com/actions/setup-python/issues/724">#724</a>)</li>
    <li><a
    href="https://github.com/actions/setup-python/commit/5f2af211d616f86005883b44826180b21abb4060"><code>5f2af21</code></a>
    Add GraalPy support (<a
    href="https://redirect.github.com/actions/setup-python/issues/694">#694</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/actions/setup-python/compare/v4...v5">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-python&package-manager=github_actions&previous-version=4&new-version=5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    dependabot[bot] authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    285dcfc View commit details
    Browse the repository at this point in the history
  43. Bump actions/download-artifact from 3 to 4 (Project-MONAI#7352)

    Bumps
    [actions/download-artifact](https://github.com/actions/download-artifact)
    from 3 to 4.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/download-artifact/releases">actions/download-artifact's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4.0.0</h2>
    <h2>What's Changed</h2>
    <p>The release of upload-artifact@v4 and download-artifact@v4 are major
    changes to the backend architecture of Artifacts. They have numerous
    performance and behavioral improvements.</p>
    <p>For more information, see the <a
    href="https://github.com/actions/toolkit/tree/main/packages/artifact"><code>@​actions/artifact</code></a>
    documentation.</p>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/bflad"><code>@​bflad</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/download-artifact/pull/194">actions/download-artifact#194</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/download-artifact/compare/v3...v4.0.0">https://github.com/actions/download-artifact/compare/v3...v4.0.0</a></p>
    <h2>v3.0.2</h2>
    <ul>
    <li>Bump <code>@actions/artifact</code> to v1.1.1 - <a
    href="https://redirect.github.com/actions/download-artifact/pull/195">actions/download-artifact#195</a></li>
    <li>Fixed a bug in Node16 where if an HTTP download finished too quickly
    (&lt;1ms, e.g. when it's mocked) we attempt to delete a temp file that
    has not been created yet <a
    href="hhttps://redirect.github.com/actions/toolkit/pull/1278">actions/toolkit#1278</a></li>
    </ul>
    <h2>v3.0.1</h2>
    <ul>
    <li><a
    href="https://redirect.github.com/actions/download-artifact/pull/178">Bump
    <code>@​actions/core</code> to 1.10.0</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/download-artifact/commit/f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110"><code>f44cd7b</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/download-artifact/issues/259">#259</a>
    from actions/robherley/glob-downloads</li>
    <li><a
    href="https://github.com/actions/download-artifact/commit/3181fe853d2c9a606cd326853bf4c5b8ced5df02"><code>3181fe8</code></a>
    add some migration docs</li>
    <li><a
    href="https://github.com/actions/download-artifact/commit/aaaac7b403f278b6b7eebdca69ca1658616f1c57"><code>aaaac7b</code></a>
    licensed cache</li>
    <li><a
    href="https://github.com/actions/download-artifact/commit/7c9182f0e18dadedfbca3189ab7a22a416aa6714"><code>7c9182f</code></a>
    update readme</li>
    <li><a
    href="https://github.com/actions/download-artifact/commit/b94e7015566b40b2de5eeeda514f239968da2dd7"><code>b94e701</code></a>
    licensed cache</li>
    <li><a
    href="https://github.com/actions/download-artifact/commit/0b55470e40ab7435f445813ebc18b1107ecf7e32"><code>0b55470</code></a>
    add test case for globbed downloads to same directory</li>
    <li><a
    href="https://github.com/actions/download-artifact/commit/0b51c2ef9042b581aded9711127e4a6d5f71c550"><code>0b51c2e</code></a>
    update prettier/eslint versions</li>
    <li><a
    href="https://github.com/actions/download-artifact/commit/c4c6db724f9510b2b3cff5ebcc417c87a2b2fa97"><code>c4c6db7</code></a>
    support globbing artifact list &amp; merging download directory</li>
    <li><a
    href="https://github.com/actions/download-artifact/commit/1bd0606e08fcaa4c28afc1fc7d45830ab5482dac"><code>1bd0606</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/download-artifact/issues/252">#252</a>
    from stchr/patch-1</li>
    <li><a
    href="https://github.com/actions/download-artifact/commit/eff4d42b1f6ff704c7a0f37152ed8793673560ef"><code>eff4d42</code></a>
    fix default for run-id</li>
    <li>Additional commits viewable in <a
    href="https://github.com/actions/download-artifact/compare/v3...v4">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/download-artifact&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    dependabot[bot] authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a6c83d0 View commit details
    Browse the repository at this point in the history
  44. Bump peter-evans/slash-command-dispatch from 3.0.1 to 3.0.2 (Project-…

    …MONAI#7353)
    
    Bumps
    [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch)
    from 3.0.1 to 3.0.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/peter-evans/slash-command-dispatch/releases">peter-evans/slash-command-dispatch's
    releases</a>.</em></p>
    <blockquote>
    <h2>Slash Command Dispatch v3.0.2</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>fix: replace use of any type by <a
    href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
    <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/152">peter-evans/slash-command-dispatch#152</a></li>
    <li>fixing link to <code>Get a pull request</code> by <a
    href="https://github.com/Borda"><code>@​Borda</code></a> in <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/270">peter-evans/slash-command-dispatch#270</a></li>
    <li>Update getting-started.md due to changes in Github UI by <a
    href="https://github.com/martin-displayr"><code>@​martin-displayr</code></a>
    in <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/289">peter-evans/slash-command-dispatch#289</a></li>
    <li>[Security] Fix GraphQL query to get a collaborator's permission by
    <a href="https://github.com/0xn3va"><code>@​0xn3va</code></a> in <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/301">peter-evans/slash-command-dispatch#301</a></li>
    <li>129 dependency updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/Borda"><code>@​Borda</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/270">peter-evans/slash-command-dispatch#270</a></li>
    <li><a
    href="https://github.com/martin-displayr"><code>@​martin-displayr</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/289">peter-evans/slash-command-dispatch#289</a></li>
    <li><a href="https://github.com/0xn3va"><code>@​0xn3va</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/301">peter-evans/slash-command-dispatch#301</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/peter-evans/slash-command-dispatch/compare/v3.0.1...v3.0.2">https://github.com/peter-evans/slash-command-dispatch/compare/v3.0.1...v3.0.2</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/f996d7b7aae9059759ac55e978cff76d91853301"><code>f996d7b</code></a>
    Fix the CollaboratorPermission GraphQL query (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/301">#301</a>)</li>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/05b97d641c7ed206082e7984193d314070260d44"><code>05b97d6</code></a>
    build(deps-dev): bump <code>@​types/node</code> from 16.18.65 to
    16.18.67 (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/300">#300</a>)</li>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/8e7007329b5b0d971d44b9558606eed52edbdda6"><code>8e70073</code></a>
    build(deps-dev): bump eslint from 8.54.0 to 8.55.0 (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/299">#299</a>)</li>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/bd00135609f8bb0e709eea67f2a294f928fd1e7a"><code>bd00135</code></a>
    build(deps-dev): bump <code>@​types/node</code> from 16.18.62 to
    16.18.65 (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/298">#298</a>)</li>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/ee873b6d3d1e6ae67120bcfb3e807c1d11502741"><code>ee873b6</code></a>
    build(deps-dev): bump eslint from 8.53.0 to 8.54.0 (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/296">#296</a>)</li>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/44abc47f988dc0de6261fb54747b79de67b6af0d"><code>44abc47</code></a>
    build(deps-dev): bump <code>@​types/node</code> from 16.18.61 to
    16.18.62 (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/295">#295</a>)</li>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/19ad7b830c1554acf2ccefe7f3ff5566750d5e9b"><code>19ad7b8</code></a>
    build(deps-dev): bump <code>@​types/node</code> from 16.18.60 to
    16.18.61 (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/294">#294</a>)</li>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/29a9815e9ffe9a5b9b4367e4b76770bcb468a7e7"><code>29a9815</code></a>
    build(deps-dev): bump prettier from 3.0.3 to 3.1.0 (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/293">#293</a>)</li>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/ade03097a3cb6e69e3ed86210ec745493dacf6bc"><code>ade0309</code></a>
    build(deps-dev): bump eslint from 8.52.0 to 8.53.0 (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/292">#292</a>)</li>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/fc8222e6761738cc303ace6ed030f7fe63d6da0c"><code>fc8222e</code></a>
    build(deps-dev): bump <code>@​types/node</code> from 16.18.59 to
    16.18.60 (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/291">#291</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/peter-evans/slash-command-dispatch/compare/v3.0.1...v3.0.2">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=peter-evans/slash-command-dispatch&package-manager=github_actions&previous-version=3.0.1&new-version=3.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    dependabot[bot] authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ac56b50 View commit details
    Browse the repository at this point in the history
  45. Give more useful exception when batch is considered during matrix mul…

    …tiplication (Project-MONAI#7326)
    
    Fixes Project-MONAI#7323
    
    ### Description
    
    Give more useful exception when batch is considered during matrix
    multiplication.
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    2 people authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2fa5bf1 View commit details
    Browse the repository at this point in the history
  46. Fix incorrectly size compute in auto3dseg analyzer (Project-MONAI#7374)

    Fixes Project-MONAI#7222
    
    ### Description
    remove int convert here.
    
    https://github.com/Project-MONAI/MONAI/blob/8fa6931b14ba9617a595fff1d396ac44cc82e207/monai/auto3dseg/analyzer.py#L259
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    23ab35c View commit details
    Browse the repository at this point in the history
  47. 7380 mention demo in bending energy and diffusion docstrings (Project…

    …-MONAI#7381)
    
    Fixes Project-MONAI#7380.
    
    ### Description
    
    Mention
    [demo](https://github.com/Project-MONAI/tutorials/blob/main/modules/bending_energy_diffusion_loss_notes.ipynb)
    in bending energy and diffusion docstrings.
    
    ### 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.
    - [x] Documentation updated, tested `make html` command in the `docs/`
    folder.
    
    ---------
    
    Signed-off-by: kaibo <ktang@unc.edu>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    kvttt authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7cc7c9b View commit details
    Browse the repository at this point in the history
  48. Pin gdown version to v4.6.3 (Project-MONAI#7384)

    Workaround for Project-MONAI#7382 Project-MONAI#7383
    
    ### Description
    
    Based on the comment
    [here](wkentaro/gdown#291 (comment)),
    pin the gdown version as a workaround. Will review this one once gdown
    has some update internal.
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2e382b4 View commit details
    Browse the repository at this point in the history
  49. Fix Premerge (Project-MONAI#7397)

    Fixes Project-MONAI#7396
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7e7d278 View commit details
    Browse the repository at this point in the history
  50. Track applied operations in image filter (Project-MONAI#7395)

    Fixes Project-MONAI#7394
    
    ### Description
    
    When ImageFilter is in the transformation sequence it didn't pass the
    applied_operations.
    Now it is passed when present.
    
    ### 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`.
    - [ ] 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: axel.vlaminck <axel.vlaminck@gmail.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    vlaminckaxel authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ad7e3fa View commit details
    Browse the repository at this point in the history
  51. Add compile support in SupervisedTrainer and SupervisedEvaluator (

    Project-MONAI#7375)
    
    Fixes # .
    
    ### Description
    
    Add `compile` support in `SupervisedTrainer` and `SupervisedEvaluator`.
    Convert to `torch.Tensor` internally.
    
    ### 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>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    3 people authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    aef4b57 View commit details
    Browse the repository at this point in the history
  52. Fix CUDA_VISIBLE_DEVICES setting ignored (Project-MONAI#7408)

    Fixes Project-MONAI#7407
    
    ### Description
    
    Move `optional import cucim` inside the function to avoid using all
    GPUs.
    
    ### 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: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    2 people authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d8236ea View commit details
    Browse the repository at this point in the history
  53. Fix Incorrect updated affine in NrrdReader and update docstring in …

    …`ITKReader` (Project-MONAI#7415)
    
    Fixes Project-MONAI#7414
    Fixes Project-MONAI#7371
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    433a3aa View commit details
    Browse the repository at this point in the history
  54. Ignore E704 after update black (Project-MONAI#7422)

    Fixes Project-MONAI#7421
    
    ### Description
    https://pypi.org/project/black/24.1.1/
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1b4091c View commit details
    Browse the repository at this point in the history
  55. update rm -rf /opt/hostedtoolcache avoid change the python version (P…

    …roject-MONAI#7424)
    
    Fixes Project-MONAI#7416
    
    ### Description
    
    update `rm -rf /opt/hostedtoolcache` avoid change the python version
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f8bfc7c View commit details
    Browse the repository at this point in the history
  56. Bump peter-evans/slash-command-dispatch from 3.0.2 to 4.0.0 (Project-…

    …MONAI#7428)
    
    Bumps
    [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch)
    from 3.0.2 to 4.0.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/peter-evans/slash-command-dispatch/releases">peter-evans/slash-command-dispatch's
    releases</a>.</em></p>
    <blockquote>
    <h2>Slash Command Dispatch v4.0.0</h2>
    <p>⚙️  Updated runtime to Node.js 20</p>
    <ul>
    <li>The action now requires a minimum version of <a
    href="https://github.com/actions/runner/releases/tag/v2.308.0">v2.308.0</a>
    for the Actions runner. Update self-hosted runners to v2.308.0 or later
    to ensure compatibility.</li>
    </ul>
    <h2>What's Changed</h2>
    <ul>
    <li>build(deps-dev): bump <code>@​types/node</code> from 16.18.67 to
    16.18.68 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/302">peter-evans/slash-command-dispatch#302</a></li>
    <li>build(deps-dev): bump prettier from 3.1.0 to 3.1.1 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/303">peter-evans/slash-command-dispatch#303</a></li>
    <li>build(deps-dev): bump jest-circus from 27.4.2 to 27.5.1 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/176">peter-evans/slash-command-dispatch#176</a></li>
    <li>build(deps): bump actions/download-artifact from 3 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/304">peter-evans/slash-command-dispatch#304</a></li>
    <li>build(deps): bump actions/upload-artifact from 3 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/305">peter-evans/slash-command-dispatch#305</a></li>
    <li>build(deps-dev): bump eslint from 8.55.0 to 8.56.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/306">peter-evans/slash-command-dispatch#306</a></li>
    <li>build(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.2 by
    <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
    <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/308">peter-evans/slash-command-dispatch#308</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 16.18.68 to
    16.18.69 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/309">peter-evans/slash-command-dispatch#309</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 16.18.69 to
    16.18.70 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/310">peter-evans/slash-command-dispatch#310</a></li>
    <li>build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 by
    <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
    <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/311">peter-evans/slash-command-dispatch#311</a></li>
    <li>build(deps-dev): bump prettier from 3.1.1 to 3.2.2 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/312">peter-evans/slash-command-dispatch#312</a></li>
    <li>build(deps-dev): bump prettier from 3.2.2 to 3.2.4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/314">peter-evans/slash-command-dispatch#314</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 16.18.70 to
    16.18.74 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/315">peter-evans/slash-command-dispatch#315</a></li>
    <li>build(deps): bump peter-evans/create-or-update-comment from 3 to 4
    by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
    in <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/317">peter-evans/slash-command-dispatch#317</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 16.18.74 to
    16.18.76 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/318">peter-evans/slash-command-dispatch#318</a></li>
    <li>feat: update runtime to node 20 by <a
    href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
    <a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/pull/316">peter-evans/slash-command-dispatch#316</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/peter-evans/slash-command-dispatch/compare/v3.0.2...v4.0.0">https://github.com/peter-evans/slash-command-dispatch/compare/v3.0.2...v4.0.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/13bc09769d122a64f75aa5037256f6f2d78be8c4"><code>13bc097</code></a>
    feat: update runtime to node 20 (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/316">#316</a>)</li>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/128d8b927253aae5457641113bd796a851741cda"><code>128d8b9</code></a>
    build(deps-dev): bump <code>@​types/node</code> from 16.18.74 to
    16.18.76 (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/318">#318</a>)</li>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/df481df93d05f3a8098480367110c4ada97af98b"><code>df481df</code></a>
    build(deps): bump peter-evans/create-or-update-comment from 3 to 4 (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/317">#317</a>)</li>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/d4579a0d226a3b6e976c29c768ccee3af222d281"><code>d4579a0</code></a>
    build(deps-dev): bump <code>@​types/node</code> from 16.18.70 to
    16.18.74 (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/315">#315</a>)</li>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/8f053eaa2e080b0369bdd513c863dd7b147abfbe"><code>8f053ea</code></a>
    build(deps-dev): bump prettier from 3.2.2 to 3.2.4 (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/314">#314</a>)</li>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/b3eb7837603d93c13112e589f373861dd9092f17"><code>b3eb783</code></a>
    build(deps-dev): bump prettier from 3.1.1 to 3.2.2 (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/312">#312</a>)</li>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/c0334d0fedf1c486175ac2a034431ce86ca29a5e"><code>c0334d0</code></a>
    build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/311">#311</a>)</li>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/e627c61300384b5d34daa0160cec6013fdcae2f2"><code>e627c61</code></a>
    build(deps-dev): bump <code>@​types/node</code> from 16.18.69 to
    16.18.70 (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/310">#310</a>)</li>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/5c23a33777cbce2760bfa697c816d136b265f92a"><code>5c23a33</code></a>
    build(deps-dev): bump <code>@​types/node</code> from 16.18.68 to
    16.18.69 (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/309">#309</a>)</li>
    <li><a
    href="https://github.com/peter-evans/slash-command-dispatch/commit/8dd62d5c459412393c923fd6a95342e1838b331b"><code>8dd62d5</code></a>
    build(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.2 (<a
    href="https://redirect.github.com/peter-evans/slash-command-dispatch/issues/308">#308</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/peter-evans/slash-command-dispatch/compare/v3.0.2...v4.0.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=peter-evans/slash-command-dispatch&package-manager=github_actions&previous-version=3.0.2&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    dependabot[bot] authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    69e7e05 View commit details
    Browse the repository at this point in the history
  57. Bump peter-evans/create-or-update-comment from 3 to 4 (Project-MONAI#…

    …7429)
    
    Bumps
    [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment)
    from 3 to 4.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/peter-evans/create-or-update-comment/releases">peter-evans/create-or-update-comment's
    releases</a>.</em></p>
    <blockquote>
    <h2>Create or Update Comment v4.0.0</h2>
    <p>⚙️  Updated runtime to Node.js 20</p>
    <ul>
    <li>The action now requires a minimum version of <a
    href="https://github.com/actions/runner/releases/tag/v2.308.0">v2.308.0</a>
    for the Actions runner. Update self-hosted runners to v2.308.0 or later
    to ensure compatibility.</li>
    </ul>
    <h2>What's Changed</h2>
    <ul>
    <li>build(deps): bump actions/setup-node from 3 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/273">peter-evans/create-or-update-comment#273</a></li>
    <li>build(deps-dev): bump <code>@​vercel/ncc</code> from 0.38.0 to
    0.38.1 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/274">peter-evans/create-or-update-comment#274</a></li>
    <li>build(deps-dev): bump eslint-plugin-jest from 27.4.2 to 27.4.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/276">peter-evans/create-or-update-comment#276</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.18.5 to
    18.18.6 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/277">peter-evans/create-or-update-comment#277</a></li>
    <li>build(deps-dev): bump eslint from 8.51.0 to 8.52.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/275">peter-evans/create-or-update-comment#275</a></li>
    <li>build(deps-dev): bump eslint-plugin-jest from 27.4.3 to 27.6.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/278">peter-evans/create-or-update-comment#278</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.18.6 to
    18.18.8 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/279">peter-evans/create-or-update-comment#279</a></li>
    <li>build(deps-dev): bump eslint from 8.52.0 to 8.53.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/280">peter-evans/create-or-update-comment#280</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.18.8 to
    18.18.9 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/281">peter-evans/create-or-update-comment#281</a></li>
    <li>build(deps-dev): bump prettier from 3.0.3 to 3.1.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/282">peter-evans/create-or-update-comment#282</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.18.9 to
    18.18.12 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/283">peter-evans/create-or-update-comment#283</a></li>
    <li>build(deps-dev): bump eslint from 8.53.0 to 8.54.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/284">peter-evans/create-or-update-comment#284</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.18.12 to
    18.18.13 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/285">peter-evans/create-or-update-comment#285</a></li>
    <li>build(deps-dev): bump eslint from 8.54.0 to 8.55.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/286">peter-evans/create-or-update-comment#286</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.18.13 to
    18.19.2 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/287">peter-evans/create-or-update-comment#287</a></li>
    <li>build(deps): bump chuhlomin/render-template from 1.8 to 1.9 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/288">peter-evans/create-or-update-comment#288</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.19.2 to
    18.19.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/289">peter-evans/create-or-update-comment#289</a></li>
    <li>build(deps-dev): bump prettier from 3.1.0 to 3.1.1 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/290">peter-evans/create-or-update-comment#290</a></li>
    <li>build(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.0 by
    <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
    <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/292">peter-evans/create-or-update-comment#292</a></li>
    <li>build(deps-dev): bump eslint from 8.55.0 to 8.56.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/293">peter-evans/create-or-update-comment#293</a></li>
    <li>build(deps): bump actions/download-artifact from 3 to 4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/295">peter-evans/create-or-update-comment#295</a></li>
    <li>build(deps-dev): bump eslint-plugin-prettier from 5.1.0 to 5.1.2 by
    <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
    <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/296">peter-evans/create-or-update-comment#296</a></li>
    <li>build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.6.1 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/297">peter-evans/create-or-update-comment#297</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.19.3 to
    18.19.4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/298">peter-evans/create-or-update-comment#298</a></li>
    <li>build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 by
    <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
    <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/299">peter-evans/create-or-update-comment#299</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.19.4 to
    18.19.6 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/300">peter-evans/create-or-update-comment#300</a></li>
    <li>build(deps-dev): bump prettier from 3.1.1 to 3.2.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/301">peter-evans/create-or-update-comment#301</a></li>
    <li>build(deps-dev): bump eslint-plugin-jest from 27.6.1 to 27.6.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/302">peter-evans/create-or-update-comment#302</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.19.6 to
    18.19.7 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/303">peter-evans/create-or-update-comment#303</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 18.19.7 to
    18.19.8 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/304">peter-evans/create-or-update-comment#304</a></li>
    <li>build(deps-dev): bump prettier from 3.2.3 to 3.2.4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/305">peter-evans/create-or-update-comment#305</a></li>
    <li>feat: update runtime to node 20 by <a
    href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
    <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/306">peter-evans/create-or-update-comment#306</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/peter-evans/create-or-update-comment/compare/v3.1.0...v4.0.0">https://github.com/peter-evans/create-or-update-comment/compare/v3.1.0...v4.0.0</a></p>
    <h2>Create or Update Comment v3.1.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add truncate warning to body of comment by <a
    href="https://github.com/ethanmdavidson"><code>@​ethanmdavidson</code></a>
    and <a
    href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
    <a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/pull/272">peter-evans/create-or-update-comment#272</a></li>
    <li>46 dependency updates by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/peter-evans/create-or-update-comment/compare/v3.0.2...v3.1.0">https://github.com/peter-evans/create-or-update-comment/compare/v3.0.2...v3.1.0</a></p>
    <h2>Create or Update Comment v3.0.2</h2>
    <h2>What's Changed</h2>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/71345be0265236311c031f5c7866368bd1eff043"><code>71345be</code></a>
    feat: update runtime to node 20 (<a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/306">#306</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/d41bfe36e5af6ca183ce8b04db32e4aa6412e693"><code>d41bfe3</code></a>
    build(deps-dev): bump prettier from 3.2.3 to 3.2.4 (<a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/305">#305</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/73b4b9e4e37f8cbefbb82ca2abd9085a1afa1562"><code>73b4b9e</code></a>
    build(deps-dev): bump <code>@​types/node</code> from 18.19.7 to 18.19.8
    (<a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/304">#304</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/b865fac7facb67bed02e0032aedefe6acf790c75"><code>b865fac</code></a>
    build(deps-dev): bump <code>@​types/node</code> from 18.19.6 to 18.19.7
    (<a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/303">#303</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/52b668a9280a255397527f4131ff02f5005274c8"><code>52b668a</code></a>
    build(deps-dev): bump eslint-plugin-jest from 27.6.1 to 27.6.3 (<a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/302">#302</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/974f56a1c3e9a9d05f2847c575dccf35c038e80e"><code>974f56a</code></a>
    build(deps-dev): bump prettier from 3.1.1 to 3.2.3 (<a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/301">#301</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/2cbfe8b17bb3ba59cdb477ae1d88d14caa96100e"><code>2cbfe8b</code></a>
    build(deps-dev): bump <code>@​types/node</code> from 18.19.4 to 18.19.6
    (<a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/300">#300</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/761872a701dedf6fcfe4c794d7e117dfbba8a4fb"><code>761872a</code></a>
    build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (<a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/299">#299</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/72c3238a4904d35331b8ad94c0eb21d799fb86c4"><code>72c3238</code></a>
    build(deps-dev): bump <code>@​types/node</code> from 18.19.3 to 18.19.4
    (<a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/298">#298</a>)</li>
    <li><a
    href="https://github.com/peter-evans/create-or-update-comment/commit/07daf7bbdb1bf17ee35e4a8f3a541ecb83c0253d"><code>07daf7b</code></a>
    build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.6.1 (<a
    href="https://redirect.github.com/peter-evans/create-or-update-comment/issues/297">#297</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/peter-evans/create-or-update-comment/compare/v3...v4">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=peter-evans/create-or-update-comment&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    dependabot[bot] authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    bcea0e8 View commit details
    Browse the repository at this point in the history
  58. Bump actions/cache from 3 to 4 (Project-MONAI#7430)

    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/cache/releases">actions/cache's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update action to node20 by <a
    href="https://github.com/takost"><code>@​takost</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1284">actions/cache#1284</a></li>
    <li>feat: save-always flag by <a
    href="https://github.com/to-s"><code>@​to-s</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1242">actions/cache#1242</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/takost"><code>@​takost</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/cache/pull/1284">actions/cache#1284</a></li>
    <li><a href="https://github.com/to-s"><code>@​to-s</code></a> made their
    first contribution in <a
    href="https://redirect.github.com/actions/cache/pull/1242">actions/cache#1242</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/cache/compare/v3...v4.0.0">https://github.com/actions/cache/compare/v3...v4.0.0</a></p>
    <h2>v3.3.3</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Cache v3.3.3 by <a
    href="https://github.com/robherley"><code>@​robherley</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1302">actions/cache#1302</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/robherley"><code>@​robherley</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/cache/pull/1302">actions/cache#1302</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/cache/compare/v3...v3.3.3">https://github.com/actions/cache/compare/v3...v3.3.3</a></p>
    <h2>v3.3.2</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Fixed readme with new segment timeout values by <a
    href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1133">actions/cache#1133</a></li>
    <li>Readme fixes by <a
    href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1134">actions/cache#1134</a></li>
    <li>Updated description of the lookup-only input for main action by <a
    href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1130">actions/cache#1130</a></li>
    <li>Change two new actions mention as quoted text by <a
    href="https://github.com/bishal-pdMSFT"><code>@​bishal-pdMSFT</code></a>
    in <a
    href="https://redirect.github.com/actions/cache/pull/1131">actions/cache#1131</a></li>
    <li>Update Cross-OS Caching tips by <a
    href="https://github.com/pdotl"><code>@​pdotl</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1122">actions/cache#1122</a></li>
    <li>Bazel example (Take <a
    href="https://redirect.github.com/actions/cache/issues/2">#2</a>️⃣) by
    <a href="https://github.com/vorburger"><code>@​vorburger</code></a> in
    <a
    href="https://redirect.github.com/actions/cache/pull/1132">actions/cache#1132</a></li>
    <li>Remove actions to add new PRs and issues to a project board by <a
    href="https://github.com/jorendorff"><code>@​jorendorff</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1187">actions/cache#1187</a></li>
    <li>Consume latest toolkit and fix dangling promise bug by <a
    href="https://github.com/chkimes"><code>@​chkimes</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1217">actions/cache#1217</a></li>
    <li>Bump action version to 3.3.2 by <a
    href="https://github.com/bethanyj28"><code>@​bethanyj28</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1236">actions/cache#1236</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/vorburger"><code>@​vorburger</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/cache/pull/1132">actions/cache#1132</a></li>
    <li><a
    href="https://github.com/jorendorff"><code>@​jorendorff</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/cache/pull/1187">actions/cache#1187</a></li>
    <li><a href="https://github.com/chkimes"><code>@​chkimes</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/cache/pull/1217">actions/cache#1217</a></li>
    <li><a
    href="https://github.com/bethanyj28"><code>@​bethanyj28</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/cache/pull/1236">actions/cache#1236</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/cache/compare/v3...v3.3.2">https://github.com/actions/cache/compare/v3...v3.3.2</a></p>
    <h2>v3.3.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Reduced download segment size to 128 MB and timeout to 10 minutes by
    <a href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1129">actions/cache#1129</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/cache/compare/v3...v3.3.1">https://github.com/actions/cache/compare/v3...v3.3.1</a></p>
    <h2>v3.3.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Bug: Permission is missing in cache delete example by <a
    href="https://github.com/kotokaze"><code>@​kotokaze</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1123">actions/cache#1123</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/cache/blob/main/RELEASES.md">actions/cache's
    changelog</a>.</em></p>
    <blockquote>
    <h1>Releases</h1>
    <h3>3.0.0</h3>
    <ul>
    <li>Updated minimum runner version support from node 12 -&gt; node
    16</li>
    </ul>
    <h3>3.0.1</h3>
    <ul>
    <li>Added support for caching from GHES 3.5.</li>
    <li>Fixed download issue for files &gt; 2GB during restore.</li>
    </ul>
    <h3>3.0.2</h3>
    <ul>
    <li>Added support for dynamic cache size cap on GHES.</li>
    </ul>
    <h3>3.0.3</h3>
    <ul>
    <li>Fixed avoiding empty cache save when no files are available for
    caching. (<a
    href="https://redirect.github.com/actions/cache/issues/624">issue</a>)</li>
    </ul>
    <h3>3.0.4</h3>
    <ul>
    <li>Fixed tar creation error while trying to create tar with path as
    <code>~/</code> home folder on <code>ubuntu-latest</code>. (<a
    href="https://redirect.github.com/actions/cache/issues/689">issue</a>)</li>
    </ul>
    <h3>3.0.5</h3>
    <ul>
    <li>Removed error handling by consuming actions/cache 3.0 toolkit, Now
    cache server error handling will be done by toolkit. (<a
    href="https://redirect.github.com/actions/cache/pull/834">PR</a>)</li>
    </ul>
    <h3>3.0.6</h3>
    <ul>
    <li>Fixed <a
    href="https://redirect.github.com/actions/cache/issues/809">#809</a> -
    zstd -d: no such file or directory error</li>
    <li>Fixed <a
    href="https://redirect.github.com/actions/cache/issues/833">#833</a> -
    cache doesn't work with github workspace directory</li>
    </ul>
    <h3>3.0.7</h3>
    <ul>
    <li>Fixed <a
    href="https://redirect.github.com/actions/cache/issues/810">#810</a> -
    download stuck issue. A new timeout is introduced in the download
    process to abort the download if it gets stuck and doesn't finish within
    an hour.</li>
    </ul>
    <h3>3.0.8</h3>
    <ul>
    <li>Fix zstd not working for windows on gnu tar in issues <a
    href="https://redirect.github.com/actions/cache/issues/888">#888</a> and
    <a
    href="https://redirect.github.com/actions/cache/issues/891">#891</a>.</li>
    <li>Allowing users to provide a custom timeout as input for aborting
    download of a cache segment using an environment variable
    <code>SEGMENT_DOWNLOAD_TIMEOUT_MINS</code>. Default is 60 minutes.</li>
    </ul>
    <h3>3.0.9</h3>
    <ul>
    <li>Enhanced the warning message for cache unavailablity in case of
    GHES.</li>
    </ul>
    <h3>3.0.10</h3>
    <ul>
    <li>Fix a bug with sorting inputs.</li>
    <li>Update definition for restore-keys in README.md</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/cache/commit/13aacd865c20de90d75de3b17ebe84f7a17d57d2"><code>13aacd8</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/cache/issues/1242">#1242</a>
    from to-s/main</li>
    <li><a
    href="https://github.com/actions/cache/commit/53b35c543921fe2e8b288765ff817de9de8d906f"><code>53b35c5</code></a>
    Merge branch 'main' into main</li>
    <li><a
    href="https://github.com/actions/cache/commit/65b8989fab3bb394817bdb845a453dff480c2b51"><code>65b8989</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/cache/issues/1284">#1284</a>
    from takost/update-to-node-20</li>
    <li><a
    href="https://github.com/actions/cache/commit/d0be34d54485f31ca2ccbe66e6ea3d96544a807b"><code>d0be34d</code></a>
    Fix dist</li>
    <li><a
    href="https://github.com/actions/cache/commit/66cf064d47313d2cccf392d01bd10925da2bd072"><code>66cf064</code></a>
    Merge branch 'main' into update-to-node-20</li>
    <li><a
    href="https://github.com/actions/cache/commit/1326563738ddb735c5f2ce85cba8c79f33b728cd"><code>1326563</code></a>
    Merge branch 'main' into main</li>
    <li><a
    href="https://github.com/actions/cache/commit/e71876755e268d6cc25a5d3e3c46ae447e35290a"><code>e718767</code></a>
    Fix format</li>
    <li><a
    href="https://github.com/actions/cache/commit/01229828ffa049a8dee4db27bcb23ed33f2b451f"><code>0122982</code></a>
    Apply workaround for earlyExit</li>
    <li><a
    href="https://github.com/actions/cache/commit/3185ecfd6135856ca6d904ae032cff4f39b8b365"><code>3185ecf</code></a>
    Update &quot;only-&quot; actions to node20</li>
    <li><a
    href="https://github.com/actions/cache/commit/25618a0a675e8447e5ffc8ed9b7ddb2aaf927f65"><code>25618a0</code></a>
    Bump version</li>
    <li>Additional commits viewable in <a
    href="https://github.com/actions/cache/compare/v3...v4">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/cache&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    2 people authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    748dce5 View commit details
    Browse the repository at this point in the history
  59. Bump codecov/codecov-action from 3 to 4 (Project-MONAI#7431)

    Bumps
    [codecov/codecov-action](https://github.com/codecov/codecov-action) from
    3 to 4.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/codecov/codecov-action/releases">codecov/codecov-action's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4.0.0</h2>
    <p>v4 of the Codecov Action uses the <a
    href="https://docs.codecov.com/docs/the-codecov-cli">CLI</a> as the
    underlying upload. The CLI has helped to power new features including
    local upload, the global upload token, and new upcoming features.</p>
    <h2>Breaking Changes</h2>
    <ul>
    <li>The Codecov Action runs as a <code>node20</code> action due to
    <code>node16</code> deprecation. See <a
    href="https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/">this
    post from GitHub</a> on how to migrate.</li>
    <li>Tokenless uploading is unsupported. However, PRs made from forks to
    the upstream public repos will support tokenless (e.g. contributors to
    OS projects do not need the upstream repo's Codecov token). This <a
    href="https://docs.codecov.com/docs/adding-the-codecov-token#github-actions">doc</a>
    shows instructions on how to add the Codecov token.</li>
    <li>OS platforms have been added, though some may not be automatically
    detected. To see a list of platforms, see our <a
    href="https://cli.codecov.io">CLI download page</a></li>
    <li>Various arguments to the Action have been changed. Please be aware
    that the arguments match with the CLI's needs</li>
    </ul>
    <p><code>v3</code> versions and below will not have access to CLI
    features (e.g. global upload token, ATS).</p>
    <h2>What's Changed</h2>
    <ul>
    <li>build(deps): bump openpgp from 5.8.0 to 5.9.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/985">codecov/codecov-action#985</a></li>
    <li>build(deps): bump actions/checkout from 3.0.0 to 3.5.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1000">codecov/codecov-action#1000</a></li>
    <li>build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1006">codecov/codecov-action#1006</a></li>
    <li>build(deps): bump tough-cookie from 4.0.0 to 4.1.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1013">codecov/codecov-action#1013</a></li>
    <li>build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1024">codecov/codecov-action#1024</a></li>
    <li>build(deps): bump node-fetch from 3.3.1 to 3.3.2 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1031">codecov/codecov-action#1031</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 20.1.4 to
    20.4.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1032">codecov/codecov-action#1032</a></li>
    <li>build(deps): bump github/codeql-action from 1.0.26 to 2.21.2 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1033">codecov/codecov-action#1033</a></li>
    <li>build commit,report and upload args based on codecovcli by <a
    href="https://github.com/dana-yaish"><code>@​dana-yaish</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/943">codecov/codecov-action#943</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 20.4.5 to
    20.5.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1055">codecov/codecov-action#1055</a></li>
    <li>build(deps): bump github/codeql-action from 2.21.2 to 2.21.4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1051">codecov/codecov-action#1051</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 20.5.3 to
    20.5.4 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1058">codecov/codecov-action#1058</a></li>
    <li>chore(deps): update outdated deps by <a
    href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a>
    in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1059">codecov/codecov-action#1059</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 20.5.4 to
    20.5.6 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1060">codecov/codecov-action#1060</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from
    6.4.1 to 6.5.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1065">codecov/codecov-action#1065</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
    from 6.4.1 to 6.5.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1064">codecov/codecov-action#1064</a></li>
    <li>build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1063">codecov/codecov-action#1063</a></li>
    <li>build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1061">codecov/codecov-action#1061</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 20.5.6 to
    20.5.7 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1062">codecov/codecov-action#1062</a></li>
    <li>build(deps): bump openpgp from 5.9.0 to 5.10.1 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1066">codecov/codecov-action#1066</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 20.5.7 to
    20.5.9 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1070">codecov/codecov-action#1070</a></li>
    <li>build(deps): bump github/codeql-action from 2.21.4 to 2.21.5 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1069">codecov/codecov-action#1069</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
    from 6.5.0 to 6.6.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1072">codecov/codecov-action#1072</a></li>
    <li>Update README.md by <a
    href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a>
    in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1073">codecov/codecov-action#1073</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from
    6.5.0 to 6.6.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1071">codecov/codecov-action#1071</a></li>
    <li>build(deps-dev): bump <code>@​vercel/ncc</code> from 0.36.1 to
    0.38.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1074">codecov/codecov-action#1074</a></li>
    <li>build(deps): bump <code>@​actions/core</code> from 1.10.0 to 1.10.1
    by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
    in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1081">codecov/codecov-action#1081</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
    from 6.6.0 to 6.7.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1080">codecov/codecov-action#1080</a></li>
    <li>build(deps): bump actions/checkout from 3.6.0 to 4.0.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1078">codecov/codecov-action#1078</a></li>
    <li>build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1077">codecov/codecov-action#1077</a></li>
    <li>build(deps-dev): bump <code>@​types/node</code> from 20.5.9 to
    20.6.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1075">codecov/codecov-action#1075</a></li>
    <li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from
    6.6.0 to 6.7.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1079">codecov/codecov-action#1079</a></li>
    <li>build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1076">codecov/codecov-action#1076</a></li>
    <li>use cli instead of node uploader by <a
    href="https://github.com/dana-yaish"><code>@​dana-yaish</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1068">codecov/codecov-action#1068</a></li>
    <li>chore(release): 4.0.0-beta.1 by <a
    href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a>
    in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1084">codecov/codecov-action#1084</a></li>
    <li>not adding -n if empty to do-upload command by <a
    href="https://github.com/dana-yaish"><code>@​dana-yaish</code></a> in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1085">codecov/codecov-action#1085</a></li>
    <li>4.0.0-beta.2 by <a
    href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a>
    in <a
    href="https://redirect.github.com/codecov/codecov-action/pull/1086">codecov/codecov-action#1086</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md">codecov/codecov-action's
    changelog</a>.</em></p>
    <blockquote>
    <h2>4.0.0-beta.2</h2>
    <h3>Fixes</h3>
    <ul>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/1085">#1085</a>
    not adding -n if empty to do-upload command</li>
    </ul>
    <h2>4.0.0-beta.1</h2>
    <p><code>v4</code> represents a move from the <a
    href="https://github.com/codecov/uploader">universal uploader</a> to the
    <a href="https://github.com/codecov/codecov-cli">Codecov CLI</a>.
    Although this will unlock new features for our users, the CLI is not yet
    at feature parity with the universal uploader.</p>
    <h3>Breaking Changes</h3>
    <ul>
    <li>No current support for <code>aarch64</code> and <code>alpine</code>
    architectures.</li>
    <li>Tokenless uploading is unsuported</li>
    <li>Various arguments to the Action have been removed</li>
    </ul>
    <h2>3.1.4</h2>
    <h3>Fixes</h3>
    <ul>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/967">#967</a>
    Fix typo in README.md</li>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/971">#971</a>
    fix: add back in working dir</li>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/969">#969</a>
    fix: CLI option names for uploader</li>
    </ul>
    <h3>Dependencies</h3>
    <ul>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/970">#970</a>
    build(deps-dev): bump <code>@​types/node</code> from 18.15.12 to
    18.16.3</li>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/979">#979</a>
    build(deps-dev): bump <code>@​types/node</code> from 20.1.0 to
    20.1.2</li>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/981">#981</a>
    build(deps-dev): bump <code>@​types/node</code> from 20.1.2 to
    20.1.4</li>
    </ul>
    <h2>3.1.3</h2>
    <h3>Fixes</h3>
    <ul>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/960">#960</a>
    fix: allow for aarch64 build</li>
    </ul>
    <h3>Dependencies</h3>
    <ul>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/957">#957</a>
    build(deps-dev): bump jest-junit from 15.0.0 to 16.0.0</li>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/958">#958</a>
    build(deps): bump openpgp from 5.7.0 to 5.8.0</li>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/959">#959</a>
    build(deps-dev): bump <code>@​types/node</code> from 18.15.10 to
    18.15.12</li>
    </ul>
    <h2>3.1.2</h2>
    <h3>Fixes</h3>
    <ul>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/718">#718</a>
    Update README.md</li>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/851">#851</a>
    Remove unsupported path_to_write_report argument</li>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/898">#898</a>
    codeql-analysis.yml</li>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/901">#901</a>
    Update README to contain correct information - inputs and negate
    feature</li>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/955">#955</a>
    fix: add in all the extra arguments for uploader</li>
    </ul>
    <h3>Dependencies</h3>
    <ul>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/819">#819</a>
    build(deps): bump openpgp from 5.4.0 to 5.5.0</li>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/835">#835</a>
    build(deps): bump node-fetch from 3.2.4 to 3.2.10</li>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/840">#840</a>
    build(deps): bump ossf/scorecard-action from 1.1.1 to 2.0.4</li>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/841">#841</a>
    build(deps): bump <code>@​actions/core</code> from 1.9.1 to 1.10.0</li>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/843">#843</a>
    build(deps): bump <code>@​actions/github</code> from 5.0.3 to 5.1.1</li>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/869">#869</a>
    build(deps): bump node-fetch from 3.2.10 to 3.3.0</li>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/872">#872</a>
    build(deps-dev): bump jest-junit from 13.2.0 to 15.0.0</li>
    <li><a
    href="https://redirect.github.com/codecov/codecov-action/issues/879">#879</a>
    build(deps): bump decode-uri-component from 0.2.0 to 0.2.2</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/f30e4959ba63075080d4f7f90cacc18d9f3fafd7"><code>f30e495</code></a>
    fix: update action.yml (<a
    href="https://redirect.github.com/codecov/codecov-action/issues/1240">#1240</a>)</li>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/a7b945cea47ad44d8340fae2b004cb982191264f"><code>a7b945c</code></a>
    fix: allow for other archs (<a
    href="https://redirect.github.com/codecov/codecov-action/issues/1239">#1239</a>)</li>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/98ab2c591b94478f4c3606d68ff73601df85ec43"><code>98ab2c5</code></a>
    Update package.json (<a
    href="https://redirect.github.com/codecov/codecov-action/issues/1238">#1238</a>)</li>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/43235cc5aeeafd8aeb836fe7d647599acead161c"><code>43235cc</code></a>
    Update README.md (<a
    href="https://redirect.github.com/codecov/codecov-action/issues/1237">#1237</a>)</li>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/0cf8684c821546a4e0c8c9a4cf4f21a7a0c5014b"><code>0cf8684</code></a>
    chore(ci): bump to node20 (<a
    href="https://redirect.github.com/codecov/codecov-action/issues/1236">#1236</a>)</li>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/8e1e730371bf82c744e8ca9aa469e2b7011542ce"><code>8e1e730</code></a>
    build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
    from 6.19.1 to 6.20.0 ...</li>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/61293af0e8288c75266030376a088c781ec81c18"><code>61293af</code></a>
    build(deps-dev): bump <code>@​typescript-eslint/parser</code> from
    6.19.1 to 6.20.0 (<a
    href="https://redirect.github.com/codecov/codecov-action/issues/1235">#1235</a>)</li>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/7a070cbe5b1002a522fa2d9446be76dd6abb709c"><code>7a070cb</code></a>
    build(deps): bump github/codeql-action from 3.23.1 to 3.23.2 (<a
    href="https://redirect.github.com/codecov/codecov-action/issues/1231">#1231</a>)</li>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/909716592cc1daab655af36c98983bea3bca03e8"><code>9097165</code></a>
    build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 (<a
    href="https://redirect.github.com/codecov/codecov-action/issues/1232">#1232</a>)</li>
    <li><a
    href="https://github.com/codecov/codecov-action/commit/ac042eaf0f05ddb0e0049e8761603887a080adc3"><code>ac042ea</code></a>
    build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
    from 6.19.0 to 6.19.1 ...</li>
    <li>Additional commits viewable in <a
    href="https://github.com/codecov/codecov-action/compare/v3...v4">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=codecov/codecov-action&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    dependabot[bot] authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f9b4fc2 View commit details
    Browse the repository at this point in the history
  60. Update tensorboard version to fix deadlock (Project-MONAI#7435)

    Fixes Project-MONAI#7434
    
    ### 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: Mingxin Zheng <18563433+mingxin-zheng@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    2 people authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0dc013d View commit details
    Browse the repository at this point in the history
  61. auto updates (Project-MONAI#7439)

    Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
    
    Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    monai-bot authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c3ca41c View commit details
    Browse the repository at this point in the history
  62. Instantiation mode "partial" to "callable". Return the _target_

    … component as-is when in `_mode_="callable"` and no kwargs are specified (Project-MONAI#7413)
    
    ### Description
    
    A `_target_` component with `_mode_="partial"` will still be wrapped in
    `functools.partial` even when no kwargs are passed:
    `functool.partial(component)`. In such cases, the component can just be
    returned as-is.
    
    If you agree with this, I will add tests for it. Thank you!
    
    ### 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: Ibrahim Hadzic <ibrahimhadzic45@gmail.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    ibro45 authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    449c2fb View commit details
    Browse the repository at this point in the history
  63. Add support for mlflow experiment name in auto3dseg (Project-MONAI#7442)

    Fixes Project-MONAI#7441
    
    This PR enable Auto3DSeg users to manage their runs and experiment more
    efficiently in MLFlow under arbitrary experiment names, by providing
    experiment name as an input parameter.
    
    ### 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).
    change).
    - [x] 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.
    
    ---------
    
    Signed-off-by: Behrooz <3968947+drbeh@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    drbeh authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    eb8c8aa View commit details
    Browse the repository at this point in the history
  64. Update gdown version (Project-MONAI#7448)

    gdown library has been updated to fix
    Project-MONAI#7383 since
    wkentaro/gdown#295
    Update the gdown version for this PR
    Project-MONAI#7384
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5ab247e View commit details
    Browse the repository at this point in the history
  65. Skip "test_gaussian_filter" as a workaround for blossom killed (Proje…

    …ct-MONAI#7474)
    
    workaround for Project-MONAI#7445
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    4b4c4f9 View commit details
    Browse the repository at this point in the history
  66. auto updates (Project-MONAI#7463)

    Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
    
    Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    monai-bot authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d1de764 View commit details
    Browse the repository at this point in the history
  67. Skip "test_resize" as a workaround for blossom killed (Project-MONAI#…

    …7484)
    
    workaround for Project-MONAI#7445
    
    ### Description
    `Resize` also uses `GaussianFilter` inside.
    
    https://github.com/Project-MONAI/MONAI/blob/50f9aea67fb1ea7967020ad613ce83409261f2de/monai/transforms/spatial/functional.py#L332
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    42a4e2c View commit details
    Browse the repository at this point in the history
  68. Fix Python 3.12 import AttributeError (Project-MONAI#7482)

    Fixes Project-MONAI#7458
    
    ### Description
    
    https://github.com/python/cpython/blob/a21c0c7def9a8495f1166d9b434dfc301cb92bff/Lib/importlib/abc.py#L68
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1394916 View commit details
    Browse the repository at this point in the history
  69. Update test_nnunetv2runner (Project-MONAI#7483)

    Fixes Project-MONAI#7013 Project-MONAI#7478
    
    ### Description
    replace `predict_from_raw_data` with `nnUNetPredictor` in
    test_nnunetv2runner
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ff19822 View commit details
    Browse the repository at this point in the history
  70. Fix github resource issue when build latest docker (Project-MONAI#7450)

    Fixes Project-MONAI#7449
    
    ### 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: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    2 people authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5bbaab9 View commit details
    Browse the repository at this point in the history
  71. Use int16 instead of int8 in LabelStats (Project-MONAI#7489)

    Use uint8 instead of int8 in `LabelStats`.
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    473593e View commit details
    Browse the repository at this point in the history
  72. auto updates (Project-MONAI#7495)

    Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
    
    Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    monai-bot authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    01a8a24 View commit details
    Browse the repository at this point in the history
  73. Add sample_std parameter to RandGaussianNoise. (Project-MONAI#7492)

    Fixes issue Project-MONAI#7425
    
    ### Description
    
    Add a `sample_std` parameter to `RandGaussianNoise` and
    `RandGaussianNoised`. When True, the Gaussian's standard deviation is
    sampled uniformly from 0 to std (i.e., what is currently done). When
    False, the noise's standard deviation is non-random and set to std. The
    default for sample_std would be True for backwards compatibility.
    
    Changes were based on RandRicianNoise which already has a `sample_std`
    parameter and is similar to RandGaussianNoise in concept and
    implementation.
    
    ### 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).
    - [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.
    - [x] Documentation updated, tested `make html` command in the `docs/`
    folder.
    
    ---------
    
    Signed-off-by: Timothy Baker <bakertim@umich.edu>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    bakert1 authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b0c96d8 View commit details
    Browse the repository at this point in the history
  74. Add __repr__ and __str__ to Metrics baseclass (Project-MONAI#7487)

    ### Description
    
    When training a model using MONAI metrics for experiment tracking, I
    tend to log which metrics I am using. Unfortunately, just sending the
    metrics objects to Tensorboard will result in a list like
    [CustomMetric1, CustomMetric2, <monai.metrics.Metric ...>, etc.]
    
    Adding `__repr__` and `__str__` methods to the base class will solve
    this small annoyance. The current implementation will only return the
    class name, but if a certain metric would wish to report more data for
    its `__repr__` string, this can be easily overridden in any subclass.
    
    ### 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>
    Signed-off-by: Mathijs de Boer <m.deboer-41@umcutrecht.nl>
    Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Co-authored-by: Mathijs de Boer <m.deboer-41@umcutrecht.nl>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    3 people authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    771af49 View commit details
    Browse the repository at this point in the history
  75. Bump al-cheb/configure-pagefile-action from 1.3 to 1.4 (Project-MONAI…

    …#7510)
    
    Bumps
    [al-cheb/configure-pagefile-action](https://github.com/al-cheb/configure-pagefile-action)
    from 1.3 to 1.4.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/al-cheb/configure-pagefile-action/releases">al-cheb/configure-pagefile-action's
    releases</a>.</em></p>
    <blockquote>
    <h2>v1.4: Update task node version to 20</h2>
    <h1>configure-pagefile-action</h1>
    <p>This action is intended to configure Pagefile size and location for
    Windows images in GitHub Actions.</p>
    <h1>Available parameters</h1>
    <table>
    <thead>
    <tr>
    <th>Argument</th>
    <th>Description</th>
    <th>Format</th>
    <th>Default value</th>
    </tr>
    </thead>
    <tbody>
    <tr>
    <td><code>minimum-size</code></td>
    <td>Set minimum size of Pagefile</td>
    <td><code>2048MB</code>, <code>4GB</code>, <code>8GB</code> and etc</td>
    <td><code>8GB</code></td>
    </tr>
    <tr>
    <td><code>maximum-size</code></td>
    <td>Set maximum size of Pagefile</td>
    <td>The same like <code>minimum-size</code></td>
    <td><code>minimum-size</code></td>
    </tr>
    <tr>
    <td><code>disk-root</code></td>
    <td>Set disk root where Pagefile will be located</td>
    <td><code>C:</code> or <code>D:</code></td>
    <td><code>D:</code></td>
    </tr>
    </tbody>
    </table>
    <h1>Usage</h1>
    <pre><code>name: CI
    on: [push]
    jobs:
      build:
        runs-on: windows-latest
        steps:
        - name: configure Pagefile
          uses: al-cheb/configure-pagefile-action@v1.4
          with:
            minimum-size: 8
    <pre><code>- name: configure Pagefile
      uses: al-cheb/configure-pagefile-action@v1.4
      with:
        minimum-size: 8
        maximum-size: 16
        disk-root: &amp;quot;D:&amp;quot;
    </code></pre>
    <p></code></pre></p>
    <h1>License</h1>
    <p>The scripts and documentation in this project are released under the
    <a
    href="https://github.com/al-cheb/configure-pagefile-action/blob/HEAD/LICENSE">MIT
    License</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/al-cheb/configure-pagefile-action/commit/a3b6ebd6b634da88790d9c58d4b37a7f4a7b8708"><code>a3b6ebd</code></a>
    Merge pull request <a
    href="https://redirect.github.com/al-cheb/configure-pagefile-action/issues/20">#20</a>
    from mikehardy/mikehardy-patch-1</li>
    <li><a
    href="https://github.com/al-cheb/configure-pagefile-action/commit/850626ff7d6f5665848a60cdc3b0ace19fa0b094"><code>850626f</code></a>
    build(deps): bump javascript dependencies / forward-port as needed</li>
    <li><a
    href="https://github.com/al-cheb/configure-pagefile-action/commit/e7aac1b891d29f440ea916231d51d085206f9106"><code>e7aac1b</code></a>
    fix: use node 20</li>
    <li><a
    href="https://github.com/al-cheb/configure-pagefile-action/commit/d940d2434c38e1a228580edc8f9421aafca9800d"><code>d940d24</code></a>
    build(deps): use v4 of setup-node action, use node 20</li>
    <li><a
    href="https://github.com/al-cheb/configure-pagefile-action/commit/dfdc038768fdb21f91ed75a5fa40890fb92f5919"><code>dfdc038</code></a>
    build(deps): bump actions/checkout from 3 to 4</li>
    <li>See full diff in <a
    href="https://github.com/al-cheb/configure-pagefile-action/compare/v1.3...v1.4">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=al-cheb/configure-pagefile-action&package-manager=github_actions&previous-version=1.3&new-version=1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    </details>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    dependabot[bot] authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ee8bd4f View commit details
    Browse the repository at this point in the history
  76. Add arm support (Project-MONAI#7500)

    Fixes # .
    
    ### Description
    
    Add arm support
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    2 people authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    55be1d0 View commit details
    Browse the repository at this point in the history
  77. Fix error in "test_bundle_trt_export" (Project-MONAI#7524)

    Fixes Project-MONAI#7523
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6ad169a View commit details
    Browse the repository at this point in the history
  78. Fix typo in the PerceptualNetworkType Enum (Project-MONAI#7548)

    Fixes Project-MONAI#7547
    
    ### Description
    Previously it was 'medical_resnet50_23datasets' for both identifier and
    string, which doesn't correspond to the name in the hubconf.py of
    Warvito's repo. Now it is the correct version (according to Warvitos
    repo) 'medicalnet_resnet50_23datasets'.
    
    The docs state it correctly already.
    
    ### 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.
    - [ x] Integration tests passed locally by running `./runtests.sh -f -u
    --net --coverage`.
    - [x ] 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: Fabian Klopfer <fabian.klopfer@ieee.org>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    SomeUserName1 authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9f57cb2 View commit details
    Browse the repository at this point in the history
  79. Update to use log_sigmoid in FocalLoss (Project-MONAI#7534)

    Fixes Project-MONAI#7533
    
    ### 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>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    KumoLiu authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5465ae3 View commit details
    Browse the repository at this point in the history
  80. Update integration_segmentation_3d result for PyTorch2403 (Project-MO…

    …NAI#7551)
    
    Fixes Project-MONAI#7550
    
    ### 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: Yiheng Wang <68361391+yiheng-wang-nv@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    2 people authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e4a8346 View commit details
    Browse the repository at this point in the history
  81. Add Barlow Twins loss for representation learning (Project-MONAI#7530)

    ### Description
    
    Addition of the BarlowTwinsLoss class. This cost function is introduced
    in the http://proceedings.mlr.press/v139/zbontar21a/zbontar21a.pdf paper
    with the aim of disentangling the representations learned on two views
    of the same sample, making it a powerful tool for multimodal and
    unsupervised learning.
    This cost function is similar to the InfoNCE Loss function already
    implemented in MONAI
    (https://docs.monai.io/en/latest/_modules/monai/losses/contrastive.html#ContrastiveLoss).
    However, it differs in several respects: there is no l2-normalisation,
    but rather a z-normalisation. In addition, rather than working between
    pairs of embeddings, Barlow Twins seeks to decorrelate the components of
    the representations.
    
    ```math
    \mathcal{L}_{BT} := \sum_i (1 - \mathcal{C}_{ii})^2 + \lambda \sum_i \sum_{i\neq j} \mathcal{C}_{ij}^2
    ```
    with $\lambda$ a positive hyperparameters and $\mathcal{C}$ the
    cross-correlation matrix
    
    ### 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.
    - [x] 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.
    - [x] Documentation updated, tested `make html` command in the `docs/`
    folder.
    
    ---------
    
    Signed-off-by: Lucas Robinet <robinet.lucas@iuct-oncopole.fr>
    Signed-off-by: Lucas Robinet <67736918+Lucas-rbnt@users.noreply.github.com>
    Co-authored-by: Lucas Robinet <robinet.lucas@iuct-oncopole.fr>
    Co-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
    Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    5 people authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a85d6a9 View commit details
    Browse the repository at this point in the history
  82. Stein's Unbiased Risk Estimator (SURE) loss and Conjugate Gradient (P…

    …roject-MONAI#7308)
    
    ### Description
    
    Based on the discussion topic
    [here](Project-MONAI#7161 (comment)),
    we implemented the Conjugate-Gradient algorithm for linear operator
    inversion, and Stein's Unbiased Risk Estimator (SURE) [1] loss for
    ground-truth-date free diffusion process guidance that is proposed in
    [2] and illustrated in the algorithm below:
    
    <img width="650" alt="Screenshot 2023-12-10 at 10 19 25 PM"
    src="https://github.com/Project-MONAI/MONAI/assets/8581162/97069466-cbaf-44e0-b7a7-ae9deb8fd7f2">
    
    The Conjugate-Gradient (CG) algorithm is used to solve for the inversion
    of the linear operator in Line-4 in the algorithm above, where the
    linear operator is too large to store explicitly as a matrix (such as
    FFT/IFFT of an image) and invert directly. Instead, we can solve for the
    linear inversion iteratively as in CG.
    
    The SURE loss is applied for Line-6 above. This is a differentiable loss
    function that can be used to train/giude an operator (e.g. neural
    network), where the pseudo ground truth is available but the reference
    ground truth is not. For example, in the MRI reconstruction, the pseudo
    ground truth is the zero-filled reconstruction and the reference ground
    truth is the fully sampled reconstruction. The reference ground truth is
    not available due to the lack of fully sampled.
    
    **Reference**
    [1] Stein, C.M.: Estimation of the mean of a multivariate normal
    distribution. Annals of Statistics 1981 [[paper
    link](https://projecteuclid.org/journals/annals-of-statistics/volume-9/issue-6/Estimation-of-the-Mean-of-a-Multivariate-Normal-Distribution/10.1214/aos/1176345632.full)]
    [2] B. Ozturkler et al. SMRD: SURE-based Robust MRI Reconstruction with
    Diffusion Models. MICCAI 2023
    [[paper link](https://arxiv.org/pdf/2310.01799.pdf)]
    
    ### 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.
    - [x] 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.
    - [x] Documentation updated, tested `make html` command in the `docs/`
    folder.
    
    ---------
    
    Signed-off-by: chaoliu <chaoliu@nvidia.com>
    Signed-off-by: cxlcl <chaoliucxl@gmail.com>
    Signed-off-by: chaoliu <chaoliucxl@gmail.com>
    Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
    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: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    4 people authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1916a41 View commit details
    Browse the repository at this point in the history
  83. fixed code format checks

    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7d48f9e View commit details
    Browse the repository at this point in the history
  84. added feedback suggestions

    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    292e84d View commit details
    Browse the repository at this point in the history
  85. auto updates (Project-MONAI#7577)

    Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
    
    Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    monai-bot authored and juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2606758 View commit details
    Browse the repository at this point in the history
  86. flake8 warnings

    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c9a6521 View commit details
    Browse the repository at this point in the history
  87. DCO Remediation Commit for Juan Pablo de la Cruz Gutiérrez <juampatro…

    …nics@gmail.com>
    
    I, Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>, hereby add my Signed-off-by to this commit: b899421
    I, Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>, hereby add my Signed-off-by to this commit: aaa640f
    I, Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>, hereby add my Signed-off-by to this commit: c85976f
    I, Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>, hereby add my Signed-off-by to this commit: f2fe14e
    
    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    af42d65 View commit details
    Browse the repository at this point in the history
  88. finally got sphinx format right

    Signed-off-by: Juan Pablo de la Cruz Gutiérrez <juampatronics@gmail.com>
    juampatronics committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    859852e View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    070d963 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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