# HG changeset patch # User Sebastien Jodogne # Date 1720078821 -7200 # Node ID 850b56948b9cc262de6c68d3aaa23087284d35b9 # Parent 7ecdfdcb49d5e96ba9d72b1e6ef7677e840acb76# Parent 8e127a46128e64f8f42343a246021f8bbedb7044 back to mainline diff -r 7ecdfdcb49d5 -r 850b56948b9c .hgignore --- a/.hgignore Thu Jul 04 08:32:24 2024 +0200 +++ b/.hgignore Thu Jul 04 09:40:21 2024 +0200 @@ -9,3 +9,4 @@ *.h.orig *.cpp.orig *.py.orig +*.pyi.orig diff -r 7ecdfdcb49d5 -r 850b56948b9c CITATION.cff --- a/CITATION.cff Thu Jul 04 08:32:24 2024 +0200 +++ b/CITATION.cff Thu Jul 04 09:40:21 2024 +0200 @@ -10,5 +10,5 @@ doi: "10.1007/s10278-018-0082-y" license: "GPL-3.0-or-later" repository-code: "https://orthanc.uclouvain.be/hg/orthanc/" -version: 1.12.3 -date-released: 2024-01-31 +version: 1.12.4 +date-released: 2024-06-05 diff -r 7ecdfdcb49d5 -r 850b56948b9c CMakeLists.txt diff -r 7ecdfdcb49d5 -r 850b56948b9c NEWS --- a/NEWS Thu Jul 04 08:32:24 2024 +0200 +++ b/NEWS Thu Jul 04 09:40:21 2024 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 4.3 (2024-07-04) +======================== + * Created Python documentation for the Orthanc interface, check out "orthanc.pyi" * Added option "AllowThreads" to release the GIL during the call to the native SDK functions * Code model is now generated by the "orthanc-java" project