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/).
16
16
* Add input validation to ImageStats class (#8501 )
17
17
* Add support for optional conditioning in PatchInferer, SliceInferer, and SlidingWindowInferer (#8400 )
18
18
* Add classifier free guidance unconditioned value (#8562 )
19
+ * Improved ` DiffusionModelEncoder ` to support output linear layers of different dimensions (#8578 , #8580 )
19
20
20
21
### Fixed
21
22
* 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/).
26
27
* Fix: HistogramNormalized doc (#8543 )
27
28
* Fix build failure by pinning pyamg to versions below 5.3.0 (#8548 )
28
29
* Fix hardcoded input dim in DiffusionModelEncoder (#8514 )
30
+ * Fix for gdown downloading fails (#8576 )
29
31
30
32
### Changed
31
33
* Update README badges to add research paper citations number (#8494 )
32
34
* CI: Add custom timeout to ci job in order to save resources (#8504 )
33
35
* Improve documentation on the datalist format (#8539 )
34
36
* Tests Cleanup and refactor (#8405 , #8535 )
35
37
* 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 )
37
39
38
40
## [ 1.5.0] - 2025-06-13
39
41
You can’t perform that action at this time.
0 commit comments