Skip to content

Releases: proknow/proknow-python

v0.23.0

Choose a tag to compare

@kyleburnett kyleburnett released this 03 Oct 20:25

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

Choose a tag to compare

@kyleburnett kyleburnett released this 12 May 19:26

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

Choose a tag to compare

@kyleburnett kyleburnett released this 20 Sep 19:40
872a845

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

Choose a tag to compare

@kyleburnett kyleburnett released this 07 Jul 01:11

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

Choose a tag to compare

@kyleburnett kyleburnett released this 23 Mar 20:06
ef825da

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

Choose a tag to compare

@kyleburnett kyleburnett released this 20 Jan 17:31
f5e5418

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

Choose a tag to compare

@kyleburnett kyleburnett released this 13 Jan 13:22
c4ca0be

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

Choose a tag to compare

@kyleburnett kyleburnett released this 08 Jan 21:44
690f98d

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

Choose a tag to compare

@kyleburnett kyleburnett released this 26 Aug 11:51
4ce6c96

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

Choose a tag to compare

@kyleburnett kyleburnett released this 19 Jun 13:17
e2decf4

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