Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/weekly-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
export YEAR_WEEK=$(date +'%y%U')
echo "Year week for tag is ${YEAR_WEEK}"
if ! [[ $YEAR_WEEK =~ ^[0-9]{4}$ ]] ; then echo "Wrong 'year week' format. Should be 4 digits."; exit 1 ; fi
git tag "1.6.dev${YEAR_WEEK}"
git tag "1.7.dev${YEAR_WEEK}"
git log -1
git tag --list
python setup.py sdist bdist_wheel
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.6.0] - 2026-05-??
Comment thread
ericspod marked this conversation as resolved.
Outdated
Comment thread
ericspod marked this conversation as resolved.
Outdated


Comment thread
ericspod marked this conversation as resolved.

## [1.5.2] - 2026-01-28

## What's Changed
Expand Down Expand Up @@ -1267,7 +1271,8 @@ the postprocessing steps should be used before calling the metrics methods

[highlights]: https://github.com/Project-MONAI/MONAI/blob/master/docs/source/highlights.md

[Unreleased]: https://github.com/Project-MONAI/MONAI/compare/1.5.2...HEAD
[Unreleased]: https://github.com/Project-MONAI/MONAI/compare/1.6.0...HEAD
[1.6.0]: https://github.com/Project-MONAI/MONAI/compare/1.5.2...1.6.0
[1.5.2]: https://github.com/Project-MONAI/MONAI/compare/1.5.1...1.5.2
[1.5.1]: https://github.com/Project-MONAI/MONAI/compare/1.5.0...1.5.1
[1.5.0]: https://github.com/Project-MONAI/MONAI/compare/1.4.0...1.5.0
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ abstract: "AI Toolkit for Healthcare Imaging"
authors:
- name: "MONAI Consortium"
date-released: 2026-01-29
Comment thread
ericspod marked this conversation as resolved.
Outdated
version: "1.5.2"
version: "1.6.0"
identifiers:
- description: "This DOI represents all versions of MONAI, and will always resolve to the latest one."
type: doi
Expand Down
1 change: 1 addition & 0 deletions docs/source/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ What's New
.. toctree::
:maxdepth: 1

whatsnew_1_6.md
whatsnew_1_5_2.md
whatsnew_1_5_1.md
whatsnew_1_5.md
Expand Down
2 changes: 1 addition & 1 deletion docs/source/whatsnew_1_5_2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# What's new in 1.5.2 🎉🎉
# What's new in 1.5.2

This is a minor update for MONAI to address a security concern.

Expand Down
2 changes: 2 additions & 0 deletions docs/source/whatsnew_1_6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

# What's new in 1.6.0 🎉🎉
Comment thread
ericspod marked this conversation as resolved.
Loading