Package Release Info

orthanc-python-4.1-bp156.1.2

Update Info: Base Release
Available in Package Hub : 15 SP6

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

orthanc-python

Change Logs

* Wed Mar 13 2024 Axel Braun <axel.braun@gmx.de>
- enable gcc13 for Leap 15, %{?sle15_python_module_pythons}
* Wed Sep 20 2023 Axel Braun <axel.braun@gmx.de>
- Version 4.1
  * New function from the SDK wrapped in Python:
  - orthanc.RegisterStorageCommitmentScpCallback()
  * New configuration section "Python" to group settings related to the plugin:
  - "Python.Path" is an alias for global option "PythonScript"
  - "Python.Verbose" is an alias for global option "PythonVerbose"
  * New configuration option "Python.DisplayMemoryUsage" to periodically
    display memory allocations that stem from Python plugins
  * Fix memory leaks when a python script calls orthanc.RestApiPost() and sibling
    methods, in IncomingHttpRequestFilter and in the CMove callback.
  * New builders for Windows: Supporting 32 / 64bit with Python 3.9 / 3.10 / 3.11
Version: 4.0-bp155.1.6
* Mon Dec 05 2022 Dirk Müller <dmueller@suse.com>
- update to 4.0:
  * New functions from the SDK wrapped in Python:
  - orthanc.RegisterIncomingCStoreInstanceFilter()
  - orthanc.RegisterReceivedInstanceCallback()
Version: 3.4-bp154.1.24
* Wed Sep 01 2021 Axel Braun <axel.braun@gmx.de>
- Version 3.4
  * On Orthanc stopping, wait for all the queued events to have been processed
  * Docker-based builder scripts distinguishing Debian buster and bullseye
* Sat Aug 14 2021 Axel Braun <axel.braun@gmx.de>
- version 3.3
  * New Python function: "orthanc.RegisterStorageArea()"
  * Custom exception "orthanc.OrthancException" is raised instead of "ValueError"
* Sat Jun 19 2021 Axel Braun <axel.braun@gmx.de>
- version 3.2
  * New functions from the SDK wrapped in Python:
  - orthanc.CreateDicom()
  - orthanc.CreateImageFromBuffer()
  - orthanc.DicomInstance.GetInstanceData()
  - orthanc.FindQuery.GetFindQueryTagElement()
  - orthanc.FindQuery.GetFindQueryTagGroup()
  - orthanc.Image.GetImageBuffer()
  - orthanc.LookupDictionary()
  - orthanc.RegisterFindCallback()
  - orthanc.RegisterMoveCallback()
  - orthanc.RegisterWorklistCallback()
  - orthanc.WorklistAnswers.WorklistAddAnswer()
Version: 3.1-bp153.1.14
* Mon Jan 25 2021 Axel Braun <axel.braun@gmx.de>
- verion 3.1
  * Fix possible deadlock with "orthanc.RegisterOnChangeCallback()"
  * During Orthanc shutdown, wait for all the pending events to have been processed
* Tue Dec 22 2020 Axel Braun <axel.braun@gmx.de>
- Version 3.0
  initial OBS build