Skip to content

Commit d388d1c

Browse files
authored
Update citation (#8484)
Part of #8421 ### 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. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. Signed-off-by: YunLiu <[email protected]>
1 parent 3d6021a commit d388d1c

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/weekly-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
export YEAR_WEEK=$(date +'%y%U')
6767
echo "Year week for tag is ${YEAR_WEEK}"
6868
if ! [[ $YEAR_WEEK =~ ^[0-9]{4}$ ]] ; then echo "Wrong 'year week' format. Should be 4 digits."; exit 1 ; fi
69-
git tag "1.5.dev${YEAR_WEEK}"
69+
git tag "1.6.dev${YEAR_WEEK}"
7070
git log -1
7171
git tag --list
7272
python setup.py sdist bdist_wheel

CHANGELOG.md

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

66
## [Unreleased]
77

8-
## [1.5.0] - 2025-06-06
8+
## [1.5.0] - 2025-06-13
99

1010
## What's Changed
1111
### Added
@@ -35,7 +35,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
3535
* Fix PatchMerging duplicate merging (#8285)
3636
* Fix test load image issue (#8297)
3737
* Fix bundle download error from ngc source (#8307)
38-
* Fix deprecated usage in zarr (#8313)
38+
* Fix deprecated usage in zarr (#8313, #8477)
3939
* Fix DataFrame subsets indexing in CSVDataset() (#8351)
4040
* Fix `packaging` imports in version comparison logic (#8347)
4141
* Fix CommonKeys docstring (#8342)
@@ -46,6 +46,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
4646
* Inverse Threading Fix (#8418)
4747
* Fix normalize intensity (#8286)
4848
* Fix path at test onnx trt export (#8361)
49+
* Fix broken urls (#8481, #8483)
4950

5051
### Changed
5152
* [DOC] Update README.md (#8157)
@@ -1228,7 +1229,8 @@ the postprocessing steps should be used before calling the metrics methods
12281229

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

1231-
[Unreleased]: https://github.com/Project-MONAI/MONAI/compare/1.4.0...HEAD
1232+
[Unreleased]: https://github.com/Project-MONAI/MONAI/compare/1.5.0...HEAD
1233+
[1.5.0]: https://github.com/Project-MONAI/MONAI/compare/1.4.0...1.5.0
12321234
[1.4.0]: https://github.com/Project-MONAI/MONAI/compare/1.3.2...1.4.0
12331235
[1.3.2]: https://github.com/Project-MONAI/MONAI/compare/1.3.1...1.3.2
12341236
[1.3.1]: https://github.com/Project-MONAI/MONAI/compare/1.3.0...1.3.1

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ title: "MONAI: Medical Open Network for AI"
66
abstract: "AI Toolkit for Healthcare Imaging"
77
authors:
88
- name: "MONAI Consortium"
9-
date-released: 2024-10-17
10-
version: "1.4.0"
9+
date-released: 2025-06-13
10+
version: "1.5.0"
1111
identifiers:
1212
- description: "This DOI represents all versions of MONAI, and will always resolve to the latest one."
1313
type: doi

0 commit comments

Comments
 (0)