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
+99-1Lines changed: 99 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,103 @@ 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.0] - 2025-06-13
9
+
10
+
## What's Changed
11
+
### Added
12
+
* Add platform-specific constraints to setup.cfg (#8260)
13
+
* Add PythonicWorkflow (#8151)
14
+
* Add SM architecture version check (#8199)
15
+
* Add MedNext implementation (#8004)
16
+
* Added a top button to CONSTRIBUTING.md (#8163)
17
+
* Adding CODEOWNERS (#8457)
18
+
* Restormer Implementation (#8312)
19
+
* Add rectified flow noise scheduler for accelerated diffusion model (#8374)
20
+
* Add prediction type for rflow scheduler (#8386)
21
+
* Add Average Precision to metrics (#8089)
22
+
* Implementation of a Masked Autoencoder for representation learning (#8152)
23
+
* Implement TorchIO transforms wrapper analogous to TorchVision transfo… (#7579)
24
+
* 8328 nnunet bundle integration (#8329)
25
+
* Adding Support Policy + Doc Updates (#8458)
26
+
* Classifier free guidance (#8460)
27
+
28
+
### Fixed
29
+
* Fix Ruff Numpy2 deprecation rules (#8179)
30
+
* Fix `torch.load()` frequently warning in PersistentDataset and GDSDataset (#8177)
31
+
* Fix the logging of a nested dictionary metric in MLflow (#8169)
32
+
* Fix ImageFilter to allow Gaussian filter without filter_size (#8189)
33
+
* Fix fold_constants, test_handler switched to onnx (#8211)
34
+
* Fix TypeError in meshgrid (#8252)
35
+
* Fix PatchMerging duplicate merging (#8285)
36
+
* Fix test load image issue (#8297)
37
+
* Fix bundle download error from ngc source (#8307)
38
+
* Fix deprecated usage in zarr (#8313, #8477)
39
+
* Fix DataFrame subsets indexing in CSVDataset() (#8351)
40
+
* Fix `packaging` imports in version comparison logic (#8347)
41
+
* Fix CommonKeys docstring (#8342)
42
+
* Fix: correctly apply fftshift to real-valued data inputs (#8407)
43
+
* Fix OptionalImportError: required package `openslide` is not installed (#8419)
44
+
* Fix cosine noise scheduler (#8427)
45
+
* Fix AutoencoderKL docstrings. (#8445)
46
+
* Inverse Threading Fix (#8418)
47
+
* Fix normalize intensity (#8286)
48
+
* Fix path at test onnx trt export (#8361)
49
+
* Fix broken urls (#8481, #8483)
50
+
51
+
### Changed
52
+
*[DOC] Update README.md (#8157)
53
+
* Streamlined Rearrange in SpatialAttentionBlock (#8130)
54
+
* Optimize VISTA3D (#8123)
55
+
* Skip torch trt convert test with torch newer than or equal to 2.5.0 (#8165)
56
+
* Enable redirection of all loggers by configuring a FileHandler within the bundle (#8142)
57
+
* Apply pyupgrade fixes for Python 3.9+ syntax (#8150)
58
+
* Update base image to 2410 (#8164)
59
+
* TRT support for MAISI (#8153)
60
+
* 8134 Add unit test for responsive inference (#8146)
61
+
* SwinUNETR refactor to accept additional parameters (#8212)
62
+
* Allow an arbitrary mask to be used in the self attention (#8235)
63
+
* Bump codecov/codecov-action from 4 to 5 (#8245)
64
+
* Docs: update brats classes description (#8246)
65
+
* Change default value of `patch_norm` to False in `SwinUNETR` (#8249)
66
+
* Modify Dice, Jaccard and Tversky losses (#8138)
67
+
* Modify Workflow to Allow IterableDataset Inputs (#8263)
68
+
* Enhance download_and_extract (#8216)
69
+
* Relax gpu load check (#8282, #8275)
70
+
* Using LocalStore in Zarr v3 (#8299)
71
+
* Enable gpu load nifti (#8188)
72
+
* update pydicom reader to enable gpu load (#8283)
73
+
* Zarr compression tests only with versions before 3.0 (#8319)
74
+
* Changing utils.py to test_utils.py (#8335)
75
+
* Refactor testd (#8231)
76
+
* Recursive Item Mapping for Nested Lists in Compose (#8187)
77
+
* Bump min torch to 1.13.1 to mitigate CVE-2022-45907 unsafe usage of eval (#8296)
78
+
* Inferer modification - save_intermediates clashes with latent shape adjustment in latent diffusion inferers (#8343)
79
+
* Solves path problem in test_bundle_trt_export.py (#8357)
80
+
* Modify ControlNet inferer so that it takes in context when the diffus… (#8360)
81
+
* Update monaihosting download method (#8364)
82
+
* Bump torch minimum to mitigate CVE-2024-31580 & CVE-2024-31583 and enable numpy 2 compatibility (#8368)
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,15 @@ Its ambitions are as follows:
33
33
- customizable design for varying user expertise;
34
34
- multi-GPU multi-node data parallelism support.
35
35
36
+
## Requirements
37
+
38
+
MONAI works with the [currently supported versions of Python](https://devguide.python.org/versions), and depends directly on NumPy and PyTorch with many optional dependencies.
39
+
40
+
* Major releases of MONAI will have dependency versions stated for them. The current state of the `dev` branch in this repository is the unreleased development version of MONAI which typically will support current versions of dependencies and include updates and bug fixes to do so.
41
+
* PyTorch support covers [the current version](https://github.com/pytorch/pytorch/releases) plus three previous minor versions. If compatibility issues with a PyTorch version and other dependencies arise, support for a version may be delayed until a major release.
42
+
* Our support policy for other dependencies adheres for the most part to [SPEC0](https://scientific-python.org/specs/spec-0000), where dependency versions are supported where possible for up to two years. Discovered vulnerabilities or defects may require certain versions to be explicitly not supported.
43
+
* See the `requirements*.txt` files for dependency version information.
44
+
36
45
## Installation
37
46
38
47
To install [the current release](https://pypi.org/project/monai/), you can simply run:
@@ -45,7 +54,7 @@ Please refer to [the installation guide](https://docs.monai.io/en/latest/install
45
54
46
55
## Getting Started
47
56
48
-
[MedNIST demo](https://colab.research.google.com/drive/1wy8XUSnNWlhDNazFdvGBHLfdkGvOHBKe) and [MONAI for PyTorch Users](https://colab.research.google.com/drive/1boqy7ENpKrqaJoxFlbHIBnIODAs1Ih1T) are available on Colab.
57
+
[MedNIST demo](https://colab.research.google.com/github/Project-MONAI/tutorials/blob/main/2d_classification/mednist_tutorial.ipynb) and [MONAI for PyTorch Users](https://colab.research.google.com/github/Project-MONAI/tutorials/blob/main/modules/developer_guide.ipynb) are available on Colab.
49
58
50
59
Examples and notebook tutorials are located at [Project-MONAI/tutorials](https://github.com/Project-MONAI/tutorials).
51
60
@@ -66,7 +75,7 @@ For guidance on making a contribution to MONAI, see the [contributing guidelines
66
75
67
76
## Community
68
77
69
-
Join the conversation on Twitter/X [@ProjectMONAI](https://twitter.com/ProjectMONAI) or join our [Slack channel](https://forms.gle/QTxJq3hFictp31UM9).
78
+
Join the conversation on Twitter/X [@ProjectMONAI](https://twitter.com/ProjectMONAI), [LinkedIn](https://www.linkedin.com/company/projectmonai), or join our [Slack channel](https://forms.gle/QTxJq3hFictp31UM9).
70
79
71
80
Ask and answer questions over on [MONAI's GitHub Discussions tab](https://github.com/Project-MONAI/MONAI/discussions).
0 commit comments