File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1616* Add input validation to ImageStats class (#8501 )
1717* Add support for optional conditioning in PatchInferer, SliceInferer, and SlidingWindowInferer (#8400 )
1818* Add classifier free guidance unconditioned value (#8562 )
19+ * Improved ` DiffusionModelEncoder ` to support output linear layers of different dimensions (#8578 , #8580 )
1920
2021### Fixed
2122* Fix for insecure zip file extraction to address https://github.com/Project-MONAI/MONAI/security/advisories/GHSA-x6ww-pf9m-m73m (#8568 )
@@ -26,14 +27,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2627* Fix: HistogramNormalized doc (#8543 )
2728* Fix build failure by pinning pyamg to versions below 5.3.0 (#8548 )
2829* Fix hardcoded input dim in DiffusionModelEncoder (#8514 )
30+ * Fix for gdown downloading fails (#8576 )
2931
3032### Changed
3133* Update README badges to add research paper citations number (#8494 )
3234* CI: Add custom timeout to ci job in order to save resources (#8504 )
3335* Improve documentation on the datalist format (#8539 )
3436* Tests Cleanup and refactor (#8405 , #8535 )
3537* Improve Orientation transform to use the "space" (LPS vs RAS) of a metatensor by default (#8473 )
36-
38+ * Updated supported version of Huggingface Transformers ( # 8574 )
3739
3840## [ 1.5.0] - 2025-06-13
3941
You can’t perform that action at this time.
0 commit comments