changeset 46:958152db4858 OrthancTcia-1.3

OrthancTcia-1.3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Jan 2026 14:18:24 +0100
parents 0725da868940
children 19d127fd0a7c
files CITATION.cff CMakeLists.txt NEWS
diffstat 3 files changed, 12 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/CITATION.cff	Wed Jan 28 13:37:54 2026 +0100
+++ b/CITATION.cff	Wed Jan 28 14:18:24 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:18:24 2026 +0100
@@ -19,13 +19,13 @@
 
 project(OrthancTcia)
 
-set(ORTHANC_PLUGIN_VERSION "mainline")
+set(ORTHANC_PLUGIN_VERSION "1.3")
 
 if (ORTHANC_PLUGIN_VERSION STREQUAL "mainline")
   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:18:24 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"