Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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 @@ -66,7 +66,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.5.dev${YEAR_WEEK}"
git tag "1.6.dev${YEAR_WEEK}"
git log -1
git tag --list
python setup.py sdist bdist_wheel
Expand Down
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.5.0] - 2025-06-06
## [1.5.0] - 2025-06-13

## What's Changed
### Added
Expand Down Expand Up @@ -35,7 +35,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
* Fix PatchMerging duplicate merging (#8285)
* Fix test load image issue (#8297)
* Fix bundle download error from ngc source (#8307)
* Fix deprecated usage in zarr (#8313)
* Fix deprecated usage in zarr (#8313, #8477)
* Fix DataFrame subsets indexing in CSVDataset() (#8351)
* Fix `packaging` imports in version comparison logic (#8347)
* Fix CommonKeys docstring (#8342)
Expand All @@ -46,6 +46,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
* Inverse Threading Fix (#8418)
* Fix normalize intensity (#8286)
* Fix path at test onnx trt export (#8361)
* Fix broken urls (#8481, #8483)

### Changed
* [DOC] Update README.md (#8157)
Expand Down Expand Up @@ -1228,7 +1229,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.4.0...HEAD
[Unreleased]: https://github.com/Project-MONAI/MONAI/compare/1.5.0...HEAD
[1.5.0]: https://github.com/Project-MONAI/MONAI/compare/1.4.0...1.5.0
[1.4.0]: https://github.com/Project-MONAI/MONAI/compare/1.3.2...1.4.0
[1.3.2]: https://github.com/Project-MONAI/MONAI/compare/1.3.1...1.3.2
[1.3.1]: https://github.com/Project-MONAI/MONAI/compare/1.3.0...1.3.1
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ title: "MONAI: Medical Open Network for AI"
abstract: "AI Toolkit for Healthcare Imaging"
authors:
- name: "MONAI Consortium"
date-released: 2024-10-17
version: "1.4.0"
date-released: 2025-06-13
version: "1.5.0"
identifiers:
- description: "This DOI represents all versions of MONAI, and will always resolve to the latest one."
type: doi
Expand Down
Loading