Pynetdicom Versions Save

A Python implementation of the DICOM networking protocol

v2.0.2

2 years ago
  • Fix receiving incomplete datasets when using STORE_RECV_CHUNKED_DATASETS

v2.0.1

2 years ago
  • Change default bind address back to INADDR_ANY
  • Remove initialising T_CONNECT using an address tuple

v2.0.0

2 years ago

The major breaking changes with the version 2.0 release are:

  • Python 2 is no longer supported
  • SOP class variable names now use their new DICOM UID keywords (for example, VerificationSOPClass becomes simply Verification)
  • AE title values should be str rather than bytes and trailing padding spaces are stripped from the raw value during decoding.

See the release notes for a full list of changes.

v1.5.7

3 years ago
  • Fixed not sending a failure response if all C-GET or C-MOVE sub-operations failed when acting as an Query/Retrieve SCP
  • Fixed not using the correct Move Originator Message ID when sending C-STORE-RQs when acting as a Move SCP
  • The Failed SOP Instance UID List sent with the final C-GET/C-MOVE SCP failure or warning responses no longer includes the SOP Instances for sub-operations that return a warning status

v1.5.6

3 years ago
  • Miscellaneous fixes for the storescp, qrscp and movescu apps.

v1.5.5

3 years ago
  • Fix sending the previous pending Identifier with the final success response with the C-FIND SCPs

v1.5.4

3 years ago
  • Fix handling reserved (0x01) source values in A-ABORT messages

v1.5.3

3 years ago
  • Fixed not processing multiple PDUs received when acting as the association requestor with SSL/TLS

v1.5.2

3 years ago
  • Fixed presentation context matching when using Unified Procedure Step

v1.5.1

4 years ago

Changes

  • Switch pydicom dependency to >= 1.4.2