Releases: proknow/proknow-python
v0.23.0
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.querymethod for ProKnow v2.0.7.0 changes
v0.22.0
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_versionmethod. - Ensure that
RtvRequestorcalls use the current API versions. - Add basic features for interacting with SROs.
v0.21.0
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, andPlanItem.get_delivery_informationmethods to call into componentized RT Visualization service. - Corrected test for role with updated permission list.
v0.20.0
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.queryroute 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.
sixandfutureswere also removed as required modules.
v0.19.0
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
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.Auditclass
v0.17.1
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
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_planmethod. - 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
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
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