Skip to content

Releases: proknow/proknow-python

v0.23.0

03 Oct 20:25

Choose a tag to compare

Disclaimer

All releases in the v0.x.x series are subject to breaking changes from one version to another. After the release of v1.0.0, this project will be subject to semantic versioning.

New Features and Enhancements

  • Updated the Patients.query method for ProKnow v2.0.7.0 changes

v0.22.0

12 May 19:26

Choose a tag to compare

Disclaimer

All releases in the v0.x.x series are subject to breaking changes from one version to another. After the release of v1.0.0, this project will be subject to semantic versioning.

New Features and Enhancements

  • Added RtvRequestor.get_api_version method.
  • Ensure that RtvRequestor calls use the current API versions.
  • Add basic features for interacting with SROs.

v0.21.0

20 Sep 19:40
872a845

Choose a tag to compare

Disclaimer

All releases in the v0.x.x series are subject to breaking changes from one version to another. After the release of v1.0.0, this project will be subject to semantic versioning.

New Features and Enhancements

  • Updated DoseItem.get_slice_data, ImageSetItem.get_image_data, and PlanItem.get_delivery_information methods to call into componentized RT Visualization service.
  • Corrected test for role with updated permission list.

v0.20.0

07 Jul 01:11

Choose a tag to compare

Disclaimer

All releases in the v0.x.x series are subject to breaking changes from one version to another. After the release of v1.0.0, this project will be subject to semantic versioning.

New Features and Enhancements

  • Updated the Patients.query route to reflect changes to the v1.34.0 version of the ProKnow API to return all patients.
  • Updated supported Python versions to Python 3.8 and above (the currently supported versions). This means that Python 2 is no longer supported. six and futures were also removed as required modules.

v0.19.0

23 Mar 20:06
ef825da

Choose a tag to compare

Disclaimer

All releases in the v0.x.x series are subject to breaking changes from one version to another. After the release of v1.0.0, this project will be subject to semantic versioning.

Bug Fixes

  • Fixed breaking areas of the SDK to support the 1.31.0 ProKnow release.

v0.18.0

20 Jan 17:31
f5e5418

Choose a tag to compare

Disclaimer

All releases in the v0.x.x series are subject to breaking changes from one version to another. After the release of v1.0.0, this project will be subject to semantic versioning.

New Features and Enhancements

  • Added ability to query for audit logs using the proknow.Audit.Audit class

v0.17.1

13 Jan 13:22
c4ca0be

Choose a tag to compare

Disclaimer

All releases in the v0.x.x series are subject to breaking changes from one version to another. After the release of v1.0.0, this project will be subject to semantic versioning.

Bug Fixes

  • Fix bug preventing client from getting details about plan entities created in ProKnow

v0.17.0

08 Jan 21:44
690f98d

Choose a tag to compare

Disclaimer

All releases in the v0.x.x series are subject to breaking changes from one version to another. After the release of v1.0.0, this project will be subject to semantic versioning.

New Features and Enhancements

  • Added ability to create a plan with the proknow.Patients.PatientItem.create_plan method.
  • Entity scorecards have been replaced with patient scorecards.

Bug Fixes

  • Updated link in usage documentation related to generating API keys.
  • Some examples involving editing structure sets were not properly creating a draft before attempting attempting edits.
  • Fixed an issue that could cause upload processing updates to occasionally be missed resulting in a timeout error.

v0.16.3

26 Aug 11:51
4ce6c96

Choose a tag to compare

Disclaimer

All releases in the v0.x.x series are subject to breaking changes from one version to another. After the release of v1.0.0, this project will be subject to semantic versioning.

Bug Fixes

  • Fixed bug that preventing users without the organization-level read collections permission from interacting with organization collections

v0.16.2

19 Jun 13:17
e2decf4

Choose a tag to compare

Disclaimer

All releases in the v0.x.x series are subject to breaking changes from one version to another. After the release of v1.0.0, this project will be subject to semantic versioning.

Bug Fixes

  • Failed connection attempts will now properly retry a configurable number of times