Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps monai from 1.3.2 to 1.5.1.

Release notes

Sourced from monai's releases.

1.5.1

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 and pickle 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

Full Changelog: Project-MONAI/MONAI@1.5.0...1.5.1

1.5.0

Added

  • Add platform-specific constraints to setup.cfg (#8260)
  • Add PythonicWorkflow (#8151)
  • Add SM architecture version check (#8199)
  • Add MedNext implementation (#8004)
  • Added a top button to CONSTRIBUTING.md (#8163)

... (truncated)

Changelog

Sourced from monai's changelog.

[1.5.1] - 2025-09-22

What's Changed

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 and pickle 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)

[1.5.0] - 2025-06-13

What's Changed

Added

  • Add platform-specific constraints to setup.cfg (#8260)
  • Add PythonicWorkflow (#8151)
  • Add SM architecture version check (#8199)
  • Add MedNext implementation (#8004)
  • Added a top button to CONSTRIBUTING.md (#8163)
  • Adding CODEOWNERS (#8457)
  • Restormer Implementation (#8312)
  • Add rectified flow noise scheduler for accelerated diffusion model (#8374)
  • Add prediction type for rflow scheduler (#8386)
  • Add Average Precision to metrics (#8089)
  • Implementation of a Masked Autoencoder for representation learning (#8152)
  • Implement TorchIO transforms wrapper analogous to TorchVision transfo… (#7579)
  • 8328 nnunet bundle integration (#8329)
  • Adding Support Policy + Doc Updates (#8458)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [monai](https://github.com/Project-MONAI/MONAI) from 1.3.2 to 1.5.1.
- [Release notes](https://github.com/Project-MONAI/MONAI/releases)
- [Changelog](https://github.com/Project-MONAI/MONAI/blob/dev/CHANGELOG.md)
- [Commits](Project-MONAI/MONAI@1.3.2...1.5.1)

---
updated-dependencies:
- dependency-name: monai
  dependency-version: 1.5.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants