Python plugin 4.3

Dear all,

I am pleased to announce the release of version 4.3 of the Python plugin for Orthanc. This new version brings three important changes:

  • A Python interface is now available to provide code completion and documentation about the orthanc module in your IDE. The related file is known as orthanc.pyi and is known to work with both Visual Studio Code and PyCharm.
  • A new configuration option named AllowThreads has been introduced to allow multiple Python threads to simultaneously access the Orthanc core.
  • The code model that is used to generate the Python wrapper is now shared with the Java wrapper.

All the installers, packages, and Docker images have been updated.

Kind Regards,
Sébastien-

5 Likes

Very good new!