You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5
5
6
6
## [Unreleased]
7
7
8
-
## [1.5.1] - 2025-09-22
8
+
## [1.5.1] - 2025-09-22
9
9
10
10
## What's Changed
11
11
### Added
@@ -19,10 +19,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
19
19
* Improved `DiffusionModelEncoder` to support output linear layers of different dimensions (#8578, #8580)
20
20
21
21
### Fixed
22
-
* Fix for insecure zip file extraction to address https://github.com/Project-MONAI/MONAI/security/advisories/GHSA-x6ww-pf9m-m73m (#8568)
23
-
* Fix for insecure use of `torch.load` and `pickle` to address https://github.com/Project-MONAI/MONAI/security/advisories/GHSA-6vm5-6jv9-rjpj and https://github.com/Project-MONAI/MONAI/security/advisories/GHSA-p8cm-mm2v-gwjm (#8566)
22
+
* Fix for insecure zip file extraction to address [GHSA-x6ww-pf9m-m73m](https://github.com/Project-MONAI/MONAI/security/advisories/GHSA-x6ww-pf9m-m73m) (#8568)
23
+
* Fix for insecure use of `torch.load` and `pickle` to address [GHSA-6vm5-6jv9-rjpj](https://github.com/Project-MONAI/MONAI/security/advisories/GHSA-6vm5-6jv9-rjpj) and [GHSA-p8cm-mm2v-gwjm](https://github.com/Project-MONAI/MONAI/security/advisories/GHSA-p8cm-mm2v-gwjm) (#8566)
24
24
* Torchvision fix for loading pretrained weights using current syntax (#8563)
25
-
* Fix bug in maisi vae (#8517)
25
+
* Fix bug in MAISI vae (#8517)
26
26
* Throw exception on invalid images in retinanet detector (#8515)
27
27
* Fix: HistogramNormalized doc (#8543)
28
28
* Fix build failure by pinning pyamg to versions below 5.3.0 (#8548)
@@ -1261,7 +1261,8 @@ the postprocessing steps should be used before calling the metrics methods
0 commit comments