This issue is to collect other issues and PRs that should be closed/merged for the upcoming 1.6. We first need to finalise the last PRs for the release. The we create a 1.6.0 branch, create release candidates through tagging, verify these work with tutorials/zoo/etc. and are present in PyPI.
Important PRs:
Important issues/Advisories:
Nice-to-have PRs/Issues
Checklist
Release a candidate version
Verify the new PyPI release
Quality 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:
Prepare documentation
Release a milestone version
This issue is to collect other issues and PRs that should be closed/merged for the upcoming 1.6. We first need to finalise the last PRs for the release. The we create a 1.6.0 branch, create release candidates through tagging, verify these work with tutorials/zoo/etc. and are present in PyPI.
Important PRs:
Important issues/Advisories:
Nice-to-have PRs/Issues
Checklist
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 monaiwithpip install monai==[X.Y.Z]rc[K].Prepare documentation
docs/source/highlights.md.project-monai.github.iowebsite (https://github.com/Project-MONAI/project-monai.github.io).https://project-monai.github.iohttps://monai.readthedocs.io/en/stable/.Release a milestone version
docker pull projectmonai/monai:X.Y.Zanddocker run ...