Skip to content

Release 1.6 Doc Updates#8882

Merged
ericspod merged 12 commits into
Project-MONAI:devfrom
ericspod:updates_for_1_6_release
Jun 8, 2026
Merged

Release 1.6 Doc Updates#8882
ericspod merged 12 commits into
Project-MONAI:devfrom
ericspod:updates_for_1_6_release

Conversation

@ericspod

Copy link
Copy Markdown
Member

Part of #8874

Description

This updates documentation and other components for the 1.6.0 release.

Types of changes

  • 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: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented May 28, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 2e15257f-ec97-4f88-b3a9-0375b7868273

📥 Commits

Reviewing files that changed from the base of the PR and between d5d2f0f and f758420.

📒 Files selected for processing (1)
  • CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • CHANGELOG.md

📝 Walkthrough

Walkthrough

This PR prepares MONAI for the 1.6.0 release. It adds a new versioned changelog entry populated with "Added", "Fixed", "Changed" subsections and PR references; updates the citation metadata to version 1.6.0; introduces a comprehensive whatsnew_1_6.md document covering new losses, metrics, config enhancements, and serialization changes; and registers the new release notes in the documentation index. In parallel, it consolidates all documentation links across README, CONTRIBUTING, and Sphinx config from docs.monai.io to monai.readthedocs.io. A minor formatting cleanup removes emojis from the prior 1.5.2 release notes header.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately reflects the main purpose of the PR—updating documentation and release metadata for the 1.6.0 release.
Description check ✅ Passed The description covers all required template sections: fixes issue #8874, explains the purpose clearly, and includes a properly completed types-of-changes checklist.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Comment thread docs/source/whatsnew_1_6.md
@ericspod ericspod mentioned this pull request May 28, 2026
44 tasks
@Project-MONAI Project-MONAI deleted a comment from coderabbitai Bot Jun 2, 2026
@Project-MONAI Project-MONAI deleted a comment from coderabbitai Bot Jun 2, 2026
Comment thread CHANGELOG.md
@Project-MONAI Project-MONAI deleted a comment from coderabbitai Bot Jun 2, 2026
ericspod and others added 2 commits June 2, 2026 22:38
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
@ericspod ericspod marked this pull request as ready for review June 2, 2026 21:41
@ericspod ericspod requested review from KumoLiu and Nic-Ma as code owners June 2, 2026 21:41
@ericspod ericspod changed the title Release 1.6 Doc Updates [skip ci] Release 1.6 Doc Updates Jun 2, 2026
@ericspod ericspod requested a review from garciadias June 2, 2026 21:43

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/source/whatsnew_1_6.md`:
- Line 17: Update the sentence in the release notes where it currently reads
"which is not out of support" to instead read "which is now out of support" so
the phrasing in the MONAI what's new text (the sentence mentioning Python 3.10
and 3.9) is grammatically correct; edit the string in
docs/source/whatsnew_1_6.md that contains that sentence accordingly.
- Line 27: Fix the typo in the release note sentence that mentions re-enabling
pickle: replace "equivaent" with "equivalent" in the sentence that references
the environment variable MONAI_ALLOW_PICKLE so it reads "...or the equivalent
true value." Ensure the corrected word appears in the same paragraph where
"MONAI_ALLOW_PICKLE" and "pickle" are discussed.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 09afe289-b05b-4763-b7eb-0e1e6a0c7248

📥 Commits

Reviewing files that changed from the base of the PR and between 013bda0 and 7e1f3cc.

📒 Files selected for processing (8)
  • CHANGELOG.md
  • CITATION.cff
  • CONTRIBUTING.md
  • README.md
  • docs/source/index.rst
  • docs/source/whatsnew.rst
  • docs/source/whatsnew_1_5_2.md
  • docs/source/whatsnew_1_6.md

Comment thread docs/source/whatsnew_1_6.md Outdated
Comment thread docs/source/whatsnew_1_6.md Outdated
ericspod and others added 3 commits June 2, 2026 17:46
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
Comment thread CITATION.cff Outdated

@garciadias garciadias left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

URL change from docs.monai.io to monai.readthedocs.io across multiple files (README.md, CONTRIBUTING.md, docs/source/index.rst). Please verify that docs.monai.io is set up to redirect to the new URL, otherwise users with existing bookmarks will lose access.

@garciadias garciadias self-requested a review June 5, 2026 13:05
garciadias
garciadias previously approved these changes Jun 5, 2026
@ericspod

ericspod commented Jun 7, 2026

Copy link
Copy Markdown
Member Author

We can't change anything on monai.io currently so there's no way of redirecting.

Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
@ericspod ericspod requested a review from garciadias June 7, 2026 21:30
garciadias
garciadias previously approved these changes Jun 8, 2026
Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
@ericspod ericspod enabled auto-merge (squash) June 8, 2026 11:35
@ericspod ericspod merged commit eccefc5 into Project-MONAI:dev Jun 8, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants