- version 4.3
* 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
* Added Windows builder for Python 3.12
* Licensing information is now compliant with the FSFE REUSE specification
OBS-URL: https://build.opensuse.org/request/show/1186214
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=15
- version 4.2
* Fix signature of "orthanc.RestOutput.SendHttpStatus()"
* Added orthanc.RegisterMoveCallback2() that takes 4 callbacks like the
original C SDK function. This allows you to implement a correct handling
of the C-Move sub-operations count in the GetMoveSize(). The ApplyMove()
must now handle a single sub-operation at a time.
The legacy orthanc.RegisterMoveCallback() always considers that there is a single
sub-operation and we have observed modalities complaining that the number of
sub-operations was not matching the number of instances sent.
OBS-URL: https://build.opensuse.org/request/show/1175493
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=13