Added
- PyTorch 2.7 and 2.8 support (#8429, #8530)
- Create SECURITY.md (#8546)
- Add kwargs in array and functional file (#8508)
- Add .coderabbit.yaml File (#8513)
- Add input validation to ImageStats class (#8501)
- Add support for optional conditioning in PatchInferer, SliceInferer, and SlidingWindowInferer (#8400)
- Add classifier free guidance unconditioned value (#8562)
- Improved
DiffusionModelEncoder
to support output linear layers of different dimensions (#8578, #8580)
Fixed
- Fix for insecure zip file extraction to address GHSA-x6ww-pf9m-m73m (#8568)
- Fix for insecure use of
torch.load
andpickle
to address GHSA-6vm5-6jv9-rjpj and GHSA-p8cm-mm2v-gwjm (#8566) - Torchvision fix for loading pretrained weights using current syntax (#8563)
- Fix bug in MAISI vae (#8517)
- Throw exception on invalid images in retinanet detector (#8515)
- Fix: HistogramNormalized doc (#8543)
- Fix build failure by pinning pyamg to versions below 5.3.0 (#8548)
- Fix hardcoded input dim in DiffusionModelEncoder (#8514)
- Fix for gdown downloading fails (#8576)
Changed
- Update README badges to add research paper citations number (#8494)
- CI: Add custom timeout to ci job in order to save resources (#8504)
- Improve documentation on the datalist format (#8539)
- Tests Cleanup and refactor (#8405, #8535)
- Improve Orientation transform to use the "space" (LPS vs RAS) of a metatensor by default (#8473)
- Updated supported version of Huggingface Transformers (#8574)
New Contributors
- @kitsiosk made their first contribution in #8504
- @IamTingTing made their first contribution in #8508
- @mauigna06 made their first contribution in #8494
- @Emdya made their first contribution in #8501
- @FinnBehrendt made their first contribution in #8400
- @gauthamk02 made their first contribution in #8543
- @DanielNobbe made their first contribution in #8539
- @CPBridge made their first contribution in #8473
- @h3rrr made their first contribution in #8546
Full Changelog: 1.5.0...1.5.1