-
Notifications
You must be signed in to change notification settings - Fork 1.2k
releasing v1.5 -- checklist #8421
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
Comments
7 tasks
KumoLiu
added a commit
to KumoLiu/MONAI
that referenced
this issue
Apr 25, 2025
remove deprecated functionality Signed-off-by: YunLiu <[email protected]>
7 tasks
There is also a RC tag: https://github.com/Project-MONAI/MONAI/releases/tag/1.4.1rc1 Will that ever be released as 1.4.1? |
5 tasks
KumoLiu
added a commit
that referenced
this issue
May 9, 2025
remove deprecated functionality Part of #8421 ### Description Removed Functionality: - metrics: Removed `compute_percent_hausdorff_distance`. Use `compute_hausdorff_distance` with the `percentile` argument instead. - bundle: Removed `net_name`, `net_kwargs`, and `return_state_dict` arguments from `load()`. Use the `model` argument for network instantiation. - bundle: Removed `workflow` argument from `BundleWorkflow` and `ConfigWorkflow`. Use `workflow_type` instead. - networks: Removed `img_size` argument from `SwinUNETR`. Input size checks are now performed during `forward()`. Default Value Changes: - `GeneralizedDiceScore`: Changed default `reduction` from `MEAN_BATCH` to `MEAN`. - `CropForeground` / `CropForegroundd`: Changed default `allow_smaller` from `True` to `False`. - `get_mask_edges`: Changed default `always_return_as_numpy` from `True` to `False`. - `generate_spatial_bounding_box`: Changed default `allow_smaller` from `True` to `False`. ### 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 <[email protected]> Signed-off-by: monai-bot <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: monai-bot <[email protected]>
ericspod
pushed a commit
to Project-MONAI/tutorials
that referenced
this issue
May 11, 2025
Part of Project-MONAI/MONAI#8421 ### Description Remove deprecated feature for v1.5 ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Avoid including large-size files in the PR. - [ ] Clean up long text outputs from code cells in the notebook. - [ ] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the `./figure` folder - [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` --------- Signed-off-by: YunLiu <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
5 tasks
KumoLiu
added a commit
to Project-MONAI/tutorials
that referenced
this issue
May 25, 2025
Part of Project-MONAI/MONAI#8421 ### Checks <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [ ] Avoid including large-size files in the PR. - [ ] Clean up long text outputs from code cells in the notebook. - [ ] For security purposes, please check the contents and remove any sensitive info such as user names and private key. - [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use relative paths for tutorial repo files (3) put figure and graphs in the `./figure` folder - [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>` Signed-off-by: YunLiu <[email protected]>
Hi @KumoLiu, Do you have an idea of when this new version will be released? We'd love to use MONAI within @brainglobe, but we need support for numpy>2. Thanks! |
Same here. Can work on a few PRs too |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
tentative: 18th Apr
Review the deprecated APIs
Release a candidate version
Verify the new PyPI release
pip install monai==[X.Y.Z]rc[K]
and run a few MONAI modules locallyQuality assurance for the relevant repos
The new PyPI release candidate should be checked against all the relevant repositories under
Project-MONAI
, for example, the tutorials repo:pip install monai
withpip install monai==[X.Y.Z]rc[K]
.Prepare documentation
docs/source/highlights.md
.monai.io
website (https://github.com/Project-MONAI/project-monai.github.io).https://monai.io
https://docs.monai.io
.Release a milestone version
docker pull projectmonai/monai:X.Y.Z
anddocker run ...
Revisit the GitHub project tab
The text was updated successfully, but these errors were encountered: