Skip to content

Commit b7427cc

Browse files
committed
Update changelog with formatting of PR tags
Signed-off-by: Eric Kerfoot <eric.kerfoot@gmail.com>
1 parent a671dc9 commit b7427cc

1 file changed

Lines changed: 105 additions & 105 deletions

File tree

CHANGELOG.md

Lines changed: 105 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -46,121 +46,121 @@ We are excited to announce the release of MAISI Version _maisi3d-rflow_. This up
4646
* Add PythonicWorkflow (#8151)
4747
* Add SM architecture version check (#8199)
4848
* Add MedNext implementation (#8004)
49-
* Added a top button to CONSTRIBUTING.md by @Akhsuna07 in https://github.com/Project-MONAI/MONAI/pull/8163
50-
* Add wendell-hom to user list to trigger blossom-ci [skip ci] by @KumoLiu in https://github.com/Project-MONAI/MONAI/pull/8184
51-
* Adding CODEOWNERS by @ericspod in https://github.com/Project-MONAI/MONAI/pull/8457
52-
* Restormer Implementation by @phisanti in https://github.com/Project-MONAI/MONAI/pull/8312
53-
* Add rectified flow noise scheduler for accelerated diffusion model by @Can-Zhao in https://github.com/Project-MONAI/MONAI/pull/8374
54-
* add prediction type for rflow scheduler by @Can-Zhao in https://github.com/Project-MONAI/MONAI/pull/8386
55-
* Enable gpu load nifti by @yiheng-wang-nv in https://github.com/Project-MONAI/MONAI/pull/8188
56-
* Add Average Precision to metrics by @thibaultdvx in https://github.com/Project-MONAI/MONAI/pull/8089
57-
* Implementation of a Masked Autoencoder for representation learning by @Lucas-rbnt in https://github.com/Project-MONAI/MONAI/pull/8152
58-
* Implement TorchIO transforms wrapper analogous to TorchVision transfo… by @SomeUserName1 in https://github.com/Project-MONAI/MONAI/pull/7579
59-
* 8328 nnunet bundle integration by @SimoneBendazzoli93 in https://github.com/Project-MONAI/MONAI/pull/8329
60-
* Adding Support Policy + Doc Updates by @ericspod in https://github.com/Project-MONAI/MONAI/pull/8458
61-
* Classifier free guidance by @virginiafdez in https://github.com/Project-MONAI/MONAI/pull/8460
49+
* Added a top button to CONSTRIBUTING.md (#8163)
50+
* Add wendell-hom to user list to trigger blossom-ci [skip ci] (#8184)
51+
* Adding CODEOWNERS (#8457)
52+
* Restormer Implementation (#8312)
53+
* Add rectified flow noise scheduler for accelerated diffusion model (#8374)
54+
* add prediction type for rflow scheduler (#8386)
55+
* Enable gpu load nifti (#8188)
56+
* Add Average Precision to metrics (#8089)
57+
* Implementation of a Masked Autoencoder for representation learning (#8152)
58+
* Implement TorchIO transforms wrapper analogous to TorchVision transfo… (#7579)
59+
* 8328 nnunet bundle integration (#8329)
60+
* Adding Support Policy + Doc Updates (#8458)
61+
* Classifier free guidance (#8460)
6262

6363
### Fixed
64-
* Fix unittest by @KumoLiu in https://github.com/Project-MONAI/MONAI/pull/8161
65-
* Fix Ruff Numpy2 deprecation rules by @jamesobutler in https://github.com/Project-MONAI/MONAI/pull/8179
66-
* Fix `torch.load()` frequently warning in PersistentDataset and GDSDataset by @bnbqq8 in https://github.com/Project-MONAI/MONAI/pull/8177
67-
* Fix the logging of a nested dictionary metric in MLflow by @KumoLiu in https://github.com/Project-MONAI/MONAI/pull/8169
68-
* Fix ImageFilter to allow Gaussian filter without filter_size by @EloiNavet in https://github.com/Project-MONAI/MONAI/pull/8189
69-
* Fixed fold_constants, test_handler switched to onnx by @borisfom in https://github.com/Project-MONAI/MONAI/pull/8211
70-
* Fixing a minor bug in a test by @ericspod in https://github.com/Project-MONAI/MONAI/pull/8223
71-
* Fix TypeError in meshgrid by @KumoLiu in https://github.com/Project-MONAI/MONAI/pull/8252
72-
* bug: Fix PatchMerging duplicate merging by @pooya-mohammadi in https://github.com/Project-MONAI/MONAI/pull/8285
73-
* Fix test load image issue by @yiheng-wang-nv in https://github.com/Project-MONAI/MONAI/pull/8297
74-
* Fix bundle download error from ngc source by @KumoLiu in https://github.com/Project-MONAI/MONAI/pull/8307
75-
* Fix deprecated usage in zarr by @KumoLiu in https://github.com/Project-MONAI/MONAI/pull/8313
76-
* 8201 Fix DataFrame subsets indexing in CSVDataset() by @bartosz-grabowski in https://github.com/Project-MONAI/MONAI/pull/8351
77-
* Fix `packaging` imports in version comparison logic by @nkaenzig in https://github.com/Project-MONAI/MONAI/pull/8347
78-
* Fix CommonKeys docstring by @bartosz-grabowski in https://github.com/Project-MONAI/MONAI/pull/8342
79-
* Fix: correctly apply fftshift to real-valued data inputs by @XwK-P in https://github.com/Project-MONAI/MONAI/pull/8407
80-
* Fix OptionalImportError: required package `openslide` is not installed by @dzenanz in https://github.com/Project-MONAI/MONAI/pull/8419
81-
* :bug: fix cosine noise scheduler by @slavaheroes in https://github.com/Project-MONAI/MONAI/pull/8427
82-
* Fix AutoencoderKL docstrings. by @virginiafdez in https://github.com/Project-MONAI/MONAI/pull/8445
83-
* Inverse Threading Fix by @ericspod in https://github.com/Project-MONAI/MONAI/pull/8418
84-
* 8267 fix normalize intensity by @advcu987 in https://github.com/Project-MONAI/MONAI/pull/8286
85-
* 8354 fix path at test onnx trt export by @garciadias in https://github.com/Project-MONAI/MONAI/pull/8361
64+
* Fix unittest (#8161)
65+
* Fix Ruff Numpy2 deprecation rules (#8179)
66+
* Fix `torch.load()` frequently warning in PersistentDataset and GDSDataset (#8177)
67+
* Fix the logging of a nested dictionary metric in MLflow (#8169)
68+
* Fix ImageFilter to allow Gaussian filter without filter_size (#8189)
69+
* Fixed fold_constants, test_handler switched to onnx (#8211)
70+
* Fixing a minor bug in a test (#8223)
71+
* Fix TypeError in meshgrid (#8252)
72+
* bug: Fix PatchMerging duplicate merging (#8285)
73+
* Fix test load image issue (#8297)
74+
* Fix bundle download error from ngc source (#8307)
75+
* Fix deprecated usage in zarr (#8313)
76+
* 8201 Fix DataFrame subsets indexing in CSVDataset() (#8351)
77+
* Fix `packaging` imports in version comparison logic (#8347)
78+
* Fix CommonKeys docstring (#8342)
79+
* Fix: correctly apply fftshift to real-valued data inputs (#8407)
80+
* Fix OptionalImportError: required package `openslide` is not installed (#8419)
81+
* :bug: fix cosine noise scheduler (#8427)
82+
* Fix AutoencoderKL docstrings. (#8445)
83+
* Inverse Threading Fix (#8418)
84+
* 8267 fix normalize intensity (#8286)
85+
* 8354 fix path at test onnx trt export (#8361)
8686

8787
### Changed
88-
* [DOC] Update README.md by @Smoothengineer in https://github.com/Project-MONAI/MONAI/pull/8157
89-
* Streamlined Rearrange in SpatialAttentionBlock by @borisfom in https://github.com/Project-MONAI/MONAI/pull/8130
90-
* Optimize VISTA3D by @binliunls in https://github.com/Project-MONAI/MONAI/pull/8123
91-
* Skip torch trt convert test with torch newer than or equal to 2.5.0 by @KumoLiu in https://github.com/Project-MONAI/MONAI/pull/8165
92-
* Enable redirection of all loggers by configuring a FileHandler within the bundle by @KumoLiu in https://github.com/Project-MONAI/MONAI/pull/8142
93-
* Apply pyupgrade fixes for Python 3.9+ syntax by @jamesobutler in https://github.com/Project-MONAI/MONAI/pull/8150
94-
* Update base image to 2410 by @KumoLiu in https://github.com/Project-MONAI/MONAI/pull/8164
95-
* TRT support for MAISI by @borisfom in https://github.com/Project-MONAI/MONAI/pull/8153
96-
* 8134 Add unit test for responsive inference by @Nic-Ma in https://github.com/Project-MONAI/MONAI/pull/8146
97-
* SwinUNETR refactor to accept additional parameters by @EloiNavet in https://github.com/Project-MONAI/MONAI/pull/8212
98-
* Allow an arbitrary mask to be used in the self attention by @Lucas-rbnt in https://github.com/Project-MONAI/MONAI/pull/8235
99-
* Bump codecov/codecov-action from 4 to 5 by @dependabot in https://github.com/Project-MONAI/MONAI/pull/8245
100-
* Docs: update brats classes description by @vectorvp in https://github.com/Project-MONAI/MONAI/pull/8246
101-
* Change default value of `patch_norm` to False in `SwinUNETR` by @KumoLiu in https://github.com/Project-MONAI/MONAI/pull/8249
102-
* Modify Dice, Jaccard and Tversky losses by @zifuwanggg in https://github.com/Project-MONAI/MONAI/pull/8138
103-
* Modify Workflow to Allow IterableDataset Inputs by @ericspod in https://github.com/Project-MONAI/MONAI/pull/8263
104-
* enhance download_and_extract by @Jerome-Hsieh in https://github.com/Project-MONAI/MONAI/pull/8216
105-
* 8274-mitigate-gpu-load-check by @yiheng-wang-nv in https://github.com/Project-MONAI/MONAI/pull/8275
106-
* 8274 Relax gpu load check by @yiheng-wang-nv in https://github.com/Project-MONAI/MONAI/pull/8282
107-
* Using LocalStore in Zarr v3 by @KumoLiu in https://github.com/Project-MONAI/MONAI/pull/8299
108-
* update pydicom reader to enable gpu load by @yiheng-wang-nv in https://github.com/Project-MONAI/MONAI/pull/8283
109-
* Zarr compression tests only with versions before 3.0 by @ericspod in https://github.com/Project-MONAI/MONAI/pull/8319
110-
* Changing utils.py to test_utils.py by @ericspod in https://github.com/Project-MONAI/MONAI/pull/8335
111-
* 8185 - Refactor test by @garciadias in https://github.com/Project-MONAI/MONAI/pull/8231
112-
* Recursive Item Mapping for Nested Lists in Compose by @KumoLiu in https://github.com/Project-MONAI/MONAI/pull/8187
113-
* Bump min torch to 1.13.1 to mitigate CVE-2022-45907 unsafe usage of eval by @jamesobutler in https://github.com/Project-MONAI/MONAI/pull/8296
114-
* Inferer modification - save_intermediates clashes with latent shape adjustment in latent diffusion inferers by @virginiafdez in https://github.com/Project-MONAI/MONAI/pull/8343
115-
* Removed outdated `torch` version checks from transform functions by @nkaenzig in https://github.com/Project-MONAI/MONAI/pull/8359
116-
* Solves path problem in test_bundle_trt_export.py by @garciadias in https://github.com/Project-MONAI/MONAI/pull/8357
117-
* Modify ControlNet inferer so that it takes in context when the diffus… by @virginiafdez in https://github.com/Project-MONAI/MONAI/pull/8360
118-
* Update monaihosting download method by @yiheng-wang-nv in https://github.com/Project-MONAI/MONAI/pull/8364
119-
* Bump torch minimum to mitigate CVE-2024-31580 & CVE-2024-31583 and enable numpy 2 compatibility by @jamesobutler in https://github.com/Project-MONAI/MONAI/pull/8368
120-
* Auto3DSeg algo_template hash update by @monai-bot in https://github.com/Project-MONAI/MONAI/pull/8378
121-
* Enable Pytorch 2.6 by @ericspod in https://github.com/Project-MONAI/MONAI/pull/8309
122-
* Auto3DSeg algo_template hash update by @monai-bot in https://github.com/Project-MONAI/MONAI/pull/8393
123-
* Auto3DSeg algo_template hash update by @monai-bot in https://github.com/Project-MONAI/MONAI/pull/8397
124-
* Update Dice Metric Docs by @ericspod in https://github.com/Project-MONAI/MONAI/pull/8388
125-
* Auto3DSeg algo_template hash update by @monai-bot in https://github.com/Project-MONAI/MONAI/pull/8406
126-
* 8394 Update bundle download API by @yiheng-wang-nv in https://github.com/Project-MONAI/MONAI/pull/8403
127-
* Add Skip test in TestTranschex by @KumoLiu in https://github.com/Project-MONAI/MONAI/pull/8416
128-
* Update get latest bundle version function by @yiheng-wang-nv in https://github.com/Project-MONAI/MONAI/pull/8420
129-
* Temporarily Restrict setuptools Version to 79.0.1 by @KumoLiu in https://github.com/Project-MONAI/MONAI/pull/8441
130-
* Update default overlap value in occlusion_sensitivity to 0.6 by @kavin2003 in https://github.com/Project-MONAI/MONAI/pull/8446
131-
* Enable code coverage comments on PRs in codecov configuration by @chrislevn in https://github.com/Project-MONAI/MONAI/pull/8402
132-
* Migrate to modern Python Logger API by @emmanuel-ferdman in https://github.com/Project-MONAI/MONAI/pull/8449
88+
* [DOC] Update README.md (#8157)
89+
* Streamlined Rearrange in SpatialAttentionBlock (#8130)
90+
* Optimize VISTA3D (#8123)
91+
* Skip torch trt convert test with torch newer than or equal to 2.5.0 (#8165)
92+
* Enable redirection of all loggers by configuring a FileHandler within the bundle (#8142)
93+
* Apply pyupgrade fixes for Python 3.9+ syntax (#8150)
94+
* Update base image to 2410 (#8164)
95+
* TRT support for MAISI (#8153)
96+
* 8134 Add unit test for responsive inference (#8146)
97+
* SwinUNETR refactor to accept additional parameters (#8212)
98+
* Allow an arbitrary mask to be used in the self attention (#8235)
99+
* Bump codecov/codecov-action from 4 to 5 (#8245)
100+
* Docs: update brats classes description (#8246)
101+
* Change default value of `patch_norm` to False in `SwinUNETR` (#8249)
102+
* Modify Dice, Jaccard and Tversky losses (#8138)
103+
* Modify Workflow to Allow IterableDataset Inputs (#8263)
104+
* enhance download_and_extract (#8216)
105+
* 8274-mitigate-gpu-load-check (#8275)
106+
* 8274 Relax gpu load check (#8282)
107+
* Using LocalStore in Zarr v3 (#8299)
108+
* update pydicom reader to enable gpu load (#8283)
109+
* Zarr compression tests only with versions before 3.0 (#8319)
110+
* Changing utils.py to test_utils.py (#8335)
111+
* 8185 - Refactor test (#8231)
112+
* Recursive Item Mapping for Nested Lists in Compose (#8187)
113+
* Bump min torch to 1.13.1 to mitigate CVE-2022-45907 unsafe usage of eval (#8296)
114+
* Inferer modification - save_intermediates clashes with latent shape adjustment in latent diffusion inferers (#8343)
115+
* Removed outdated `torch` version checks from transform functions (#8359)
116+
* Solves path problem in test_bundle_trt_export.py (#8357)
117+
* Modify ControlNet inferer so that it takes in context when the diffus… (#8360)
118+
* Update monaihosting download method (#8364)
119+
* Bump torch minimum to mitigate CVE-2024-31580 & CVE-2024-31583 and enable numpy 2 compatibility (#8368)
120+
* Auto3DSeg algo_template hash update (#8378)
121+
* Enable Pytorch 2.6 (#8309)
122+
* Auto3DSeg algo_template hash update (#8393)
123+
* Auto3DSeg algo_template hash update (#8397)
124+
* Update Dice Metric Docs (#8388)
125+
* Auto3DSeg algo_template hash update (#8406)
126+
* 8394 Update bundle download API (#8403)
127+
* Add Skip test in TestTranschex (#8416)
128+
* Update get latest bundle version function (#8420)
129+
* Temporarily Restrict setuptools Version to 79.0.1 (#8441)
130+
* Update default overlap value in occlusion_sensitivity to 0.6 (#8446)
131+
* Enable code coverage comments on PRs in codecov configuration (#8402)
132+
* Migrate to modern Python Logger API (#8449)
133133

134134
### Deprecated
135135
### Removed
136-
* Remove deprecated functionality for v1.5 by @KumoLiu in https://github.com/Project-MONAI/MONAI/pull/8430
137-
* Remove deprecated `return_state_dict ` in bundle `load` by @KumoLiu in https://github.com/Project-MONAI/MONAI/pull/8454
138-
* Remove deprecated `net_name` in test file by @KumoLiu in https://github.com/Project-MONAI/MONAI/pull/8461
139-
* Remove unused test cases in bundle load by @KumoLiu in https://github.com/Project-MONAI/MONAI/pull/8463
140-
* selfattention block: Remove the fc linear layer if it is not used by @johnzielke in https://github.com/Project-MONAI/MONAI/pull/8325
136+
* Remove deprecated functionality for v1.5 (#8430)
137+
* Remove deprecated `return_state_dict ` in bundle `load` (#8454)
138+
* Remove deprecated `net_name` in test file (#8461)
139+
* Remove unused test cases in bundle load (#8463)
140+
* selfattention block: Remove the fc linear layer if it is not used (#8325)
141141

142142

143143
## New Contributors
144-
* @Smoothengineer made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8157
145-
* @Akhsuna07 made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8163
146-
* @bnbqq8 made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8177
147-
* @EloiNavet made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8189
148-
* @vectorvp made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8246
149-
* @zifuwanggg made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8138
150-
* @Jerome-Hsieh made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8216
151-
* @pooya-mohammadi made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8285
152-
* @advcu987 made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8286
153-
* @garciadias made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8231
154-
* @nkaenzig made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8347
155-
* @bartosz-grabowski made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8342
156-
* @thibaultdvx made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8089
157-
* @phisanti made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8312
158-
* @SimoneBendazzoli93 made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8329
159-
* @XwK-P made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8407
160-
* @slavaheroes made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8427
161-
* @kavin2003 made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8446
162-
* @chrislevn made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8402
163-
* @emmanuel-ferdman made their first contribution in https://github.com/Project-MONAI/MONAI/pull/8449
144+
* @Smoothengineer made their first contribution in #8157
145+
* @Akhsuna07 made their first contribution in #8163
146+
* @bnbqq8 made their first contribution in #8177
147+
* @EloiNavet made their first contribution in #8189
148+
* @vectorvp made their first contribution in #8246
149+
* @zifuwanggg made their first contribution in #8138
150+
* @Jerome-Hsieh made their first contribution in #8216
151+
* @pooya-mohammadi made their first contribution in #8285
152+
* @advcu987 made their first contribution in #8286
153+
* @garciadias made their first contribution in #8231
154+
* @nkaenzig made their first contribution in #8347
155+
* @bartosz-grabowski made their first contribution in #8342
156+
* @thibaultdvx made their first contribution in #8089
157+
* @phisanti made their first contribution in #8312
158+
* @SimoneBendazzoli93 made their first contribution in #8329
159+
* @XwK-P made their first contribution in #8407
160+
* @slavaheroes made their first contribution in #8427
161+
* @kavin2003 made their first contribution in #8446
162+
* @chrislevn made their first contribution in #8402
163+
* @emmanuel-ferdman made their first contribution in #8449
164164

165165

166166
## [1.4.0] - 2024-10-17

0 commit comments

Comments
 (0)