From 8a86005f54ce8a17238a8347724b72cbfd00f241 Mon Sep 17 00:00:00 2001 From: YunLiu <55491388+KumoLiu@users.noreply.github.com> Date: Fri, 13 Jun 2025 21:48:01 +0800 Subject: [PATCH] update citation Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> --- .github/workflows/weekly-preview.yml | 2 +- CHANGELOG.md | 8 +++++--- CITATION.cff | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/weekly-preview.yml b/.github/workflows/weekly-preview.yml index f89e0a11c4..7975eb8b1d 100644 --- a/.github/workflows/weekly-preview.yml +++ b/.github/workflows/weekly-preview.yml @@ -66,7 +66,7 @@ jobs: export YEAR_WEEK=$(date +'%y%U') echo "Year week for tag is ${YEAR_WEEK}" if ! [[ $YEAR_WEEK =~ ^[0-9]{4}$ ]] ; then echo "Wrong 'year week' format. Should be 4 digits."; exit 1 ; fi - git tag "1.5.dev${YEAR_WEEK}" + git tag "1.6.dev${YEAR_WEEK}" git log -1 git tag --list python setup.py sdist bdist_wheel diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c40337c75..abe4e4c616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] -## [1.5.0] - 2025-06-06 +## [1.5.0] - 2025-06-13 ## What's Changed ### Added @@ -35,7 +35,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). * Fix PatchMerging duplicate merging (#8285) * Fix test load image issue (#8297) * Fix bundle download error from ngc source (#8307) -* Fix deprecated usage in zarr (#8313) +* Fix deprecated usage in zarr (#8313, #8477) * Fix DataFrame subsets indexing in CSVDataset() (#8351) * Fix `packaging` imports in version comparison logic (#8347) * Fix CommonKeys docstring (#8342) @@ -46,6 +46,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). * Inverse Threading Fix (#8418) * Fix normalize intensity (#8286) * Fix path at test onnx trt export (#8361) +* Fix broken urls (#8481, #8483) ### Changed * [DOC] Update README.md (#8157) @@ -1228,7 +1229,8 @@ the postprocessing steps should be used before calling the metrics methods [highlights]: https://github.com/Project-MONAI/MONAI/blob/master/docs/source/highlights.md -[Unreleased]: https://github.com/Project-MONAI/MONAI/compare/1.4.0...HEAD +[Unreleased]: https://github.com/Project-MONAI/MONAI/compare/1.5.0...HEAD +[1.5.0]: https://github.com/Project-MONAI/MONAI/compare/1.4.0...1.5.0 [1.4.0]: https://github.com/Project-MONAI/MONAI/compare/1.3.2...1.4.0 [1.3.2]: https://github.com/Project-MONAI/MONAI/compare/1.3.1...1.3.2 [1.3.1]: https://github.com/Project-MONAI/MONAI/compare/1.3.0...1.3.1 diff --git a/CITATION.cff b/CITATION.cff index 86b147ce84..9959c9dc49 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -6,8 +6,8 @@ title: "MONAI: Medical Open Network for AI" abstract: "AI Toolkit for Healthcare Imaging" authors: - name: "MONAI Consortium" -date-released: 2024-10-17 -version: "1.4.0" +date-released: 2025-06-13 +version: "1.5.0" identifiers: - description: "This DOI represents all versions of MONAI, and will always resolve to the latest one." type: doi