Mercurial > hg > orthanc-tcia
changeset 47:19d127fd0a7c
back to mainline
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Wed, 28 Jan 2026 14:19:38 +0100 |
| parents | 0725da868940 (current diff) 958152db4858 (diff) |
| children | bc18221b610a |
| files | CMakeLists.txt |
| diffstat | 3 files changed, 11 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/CITATION.cff Wed Jan 28 13:37:54 2026 +0100 +++ b/CITATION.cff Wed Jan 28 14:19:38 2026 +0100 @@ -3,14 +3,15 @@ cff-version: "1.1.0" message: "If you use this software, please cite it using these metadata." -title: "Importing and serving open-data medical images to support artificial intelligence research" +title: Orthanc +abstract: "Orthanc is a lightweight open-source DICOM server for medical imaging supporting representational state transfer (REST)." authors: - affiliation: UCLouvain family-names: Jodogne given-names: "Sébastien" -doi: "10.1186/s13244-022-01168-w" +doi: "10.1007/s10278-018-0082-y" license: "GPL-3.0-or-later" -repository-code: "https://orthanc.uclouvain.be/hg/orthanc-tcia/" -version: "1.0" -date-released: 2024-03-26 +repository-code: "https://orthanc.uclouvain.be/hg/orthanc/" +version: 1.12.10 +date-released: 2025-11-26
--- a/CMakeLists.txt Wed Jan 28 13:37:54 2026 +0100 +++ b/CMakeLists.txt Wed Jan 28 14:19:38 2026 +0100 @@ -25,7 +25,7 @@ set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.3") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.10") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()
--- a/NEWS Wed Jan 28 13:37:54 2026 +0100 +++ b/NEWS Wed Jan 28 14:19:38 2026 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 1.3 (2026-01-28) +======================== + * Replaced default base URL of TCIA REST API from "https://services.cancerimagingarchive.net/services/v4/TCIA/query" to "https://nbia.cancerimagingarchive.net/nbia-api/services/v4"
