#9119·MONAI

Release 1.6.1 Checklist

Author: ericspodCreated Sep 17, 2026Updated Sep 18, 2026
LabelsCI/CD

Checklist

Release a candidate version

  • Tag and release PYPI version [X.Y.Z]rc[K] following the contributing guide, need to manually make the release in the absence of an automated pipeline.
  • Make sure all CI pipelines pass.

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:

  • Run all Jupyter notebooks, replace pip install monai with pip install monai==[X.Y.Z]rc[K].
  • File new tickets and create new pull requests to address any technical issues.
  • Release a new candidate after addressing all the issues.
  • Testing related repositories
    • MONAI unit and integration tests
    • MONAI tutorial tests
    • MONAILabel unit and integration tests
    • MONAI model zoo tests
    • QA regression tests

Prepare documentation

Release a milestone version