@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
66## [ Unreleased]
77
8- ## [ 1.5.0] - 2025-06-06
8+ ## [ 1.5.0] - 2025-06-13
99
1010## What's Changed
1111### Added
@@ -35,7 +35,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
3535* Fix PatchMerging duplicate merging (#8285 )
3636* Fix test load image issue (#8297 )
3737* Fix bundle download error from ngc source (#8307 )
38- * Fix deprecated usage in zarr (#8313 )
38+ * Fix deprecated usage in zarr (#8313 , # 8477 )
3939* Fix DataFrame subsets indexing in CSVDataset() (#8351 )
4040* Fix ` packaging ` imports in version comparison logic (#8347 )
4141* Fix CommonKeys docstring (#8342 )
@@ -46,6 +46,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
4646* Inverse Threading Fix (#8418 )
4747* Fix normalize intensity (#8286 )
4848* Fix path at test onnx trt export (#8361 )
49+ * Fix broken urls (#8481 , #8483 )
4950
5051### Changed
5152* [ DOC] Update README.md (#8157 )
@@ -1228,7 +1229,8 @@ the postprocessing steps should be used before calling the metrics methods
12281229
12291230[ highlights ] : https://github.com/Project-MONAI/MONAI/blob/master/docs/source/highlights.md
12301231
1231- [ Unreleased ] : https://github.com/Project-MONAI/MONAI/compare/1.4.0...HEAD
1232+ [ Unreleased ] : https://github.com/Project-MONAI/MONAI/compare/1.5.0...HEAD
1233+ [ 1.5.0 ] : https://github.com/Project-MONAI/MONAI/compare/1.4.0...1.5.0
12321234[ 1.4.0 ] : https://github.com/Project-MONAI/MONAI/compare/1.3.2...1.4.0
12331235[ 1.3.2 ] : https://github.com/Project-MONAI/MONAI/compare/1.3.1...1.3.2
12341236[ 1.3.1 ] : https://github.com/Project-MONAI/MONAI/compare/1.3.0...1.3.1
0 commit comments