Skip to content

Commit ce7fc18

Browse files
committed
5284 adds a changelog v1.0.1 (#5319)
Signed-off-by: Wenqi Li <[email protected]> part of #5284 ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [x] Documentation updated, tested `make html` command in the `docs/` folder. Signed-off-by: Wenqi Li <[email protected]>
1 parent 52a7fde commit ce7fc18

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,38 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
77

8+
## [1.0.1] - 2022-10-24
9+
### Fixes
10+
* DiceCELoss for multichannel targets
11+
* Auto3DSeg DataAnalyzer out-of-memory error and other minor issues
12+
* An optional flag issue in the RetinaNet detector
13+
* An issue with output offset for Spacing
14+
* A `LoadImage` issue when `track_meta` is `False`
15+
* 1D data output error in `VarAutoEncoder`
16+
* An issue with resolution computing in `ImageStats`
17+
### Added
18+
* Flexible min/max pixdim options for Spacing
19+
* Upsample mode `deconvgroup` and optional kernel sizes
20+
* Docstrings for gradient-based saliency maps
21+
* Occlusion sensitivity to use sliding window inference
22+
* Enhanced Gaussian window and device assignments for sliding window inference
23+
* Multi-GPU support for MonaiAlgo
24+
* `ClientAlgoStats` and `MonaiAlgoStats` for federated summary statistics
25+
* MetaTensor support for `OneOf`
26+
* Add a file check for bundle logging config
27+
* Additional content and an authentication token option for bundle info API
28+
* An anti-aliasing option for `Resized`
29+
* `SlidingWindowInferer` adaptive device based on `cpu_thresh`
30+
* `SegResNetDS` with deep supervision and non-isotropic kernel support
31+
* Premerge tests for Python 3.10
32+
### Changed
33+
* Base Docker image upgraded to `nvcr.io/nvidia/pytorch:22.09-py3` from `nvcr.io/nvidia/pytorch:22.08-py3`
34+
* Replace `None` type metadata content with `"none"` for `collate_fn` compatibility
35+
* HoVerNet Mode and Branch to independent StrEnum
36+
* Automatically infer device from the first item in random elastic deformation dict
37+
* Add channel dim in `ComputeHoVerMaps` and `ComputeHoVerMapsd`
38+
* Remove batch dim in `SobelGradients` and `SobelGradientsd`
39+
840
## [1.0.0] - 2022-09-16
941
### Added
1042
* `monai.auto3dseg` base APIs and `monai.apps.auto3dseg` components for automated machine learning (AutoML) workflow
@@ -608,8 +640,9 @@ the postprocessing steps should be used before calling the metrics methods
608640

609641
[highlights]: https://github.com/Project-MONAI/MONAI/blob/master/docs/source/highlights.md
610642

611-
[Unreleased]: https://github.com/Project-MONAI/MONAI/compare/1.0.0...HEAD
612-
[1.0.0]: https://github.com/Project-MONAI/MONAI/compare/1.0.0...HEAD
643+
[Unreleased]: https://github.com/Project-MONAI/MONAI/compare/1.0.1...HEAD
644+
[1.0.1]: https://github.com/Project-MONAI/MONAI/compare/1.0.0...1.0.1
645+
[1.0.0]: https://github.com/Project-MONAI/MONAI/compare/0.9.1...1.0.0
613646
[0.9.1]: https://github.com/Project-MONAI/MONAI/compare/0.9.0...0.9.1
614647
[0.9.0]: https://github.com/Project-MONAI/MONAI/compare/0.8.1...0.9.0
615648
[0.8.1]: https://github.com/Project-MONAI/MONAI/compare/0.8.0...0.8.1

0 commit comments

Comments
 (0)