Project-MONAI / Project-MONAI/MONAI

Release 1.6.1 Checklist

Open
#9,119 1 comment 0 reactions 1 assignee View on GitHub

@ericspod is already working on this.

Since Sep 17, 2026.

CI/CD
Dominant language
Python
Stars
8.7k
Forks
1.6k
Avg merge
5d 1h
Merged PRs (30d)
20

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.