Releases: DIAGNijmegen/rse-gcapi
Releases · DIAGNijmegen/rse-gcapi
Version 0.12.0
Version 0.11.0
- Added automatic retries with backoff for failed requests
- Fixed added files to display sets
Version 0.10.0
- Removed client-side json validation, which is instead handled by Grand Challenge
- Algorithm jobs can be created with inputs that have an interface with superkind file
Version 0.9.0
What's changed
- Removed
create_display_sets_from_images
utitlity function in favor ofadd_cases_to_reader_study
- Added support for all interface types in
add_cases_to_reader_study
Full Changelog: v0.8.0...v0.9.0
Version 0.8.0
What's Changed
- Fix upload cases by @miriam-groeneveld in #131
- Update conftest for recent Grand Challenge development changes by @jmsmkn in #132
- Remove POST Validation by @jmsmkn in #134
- Add ANGLE and MULTIPLE_ANGLE answer schemas by @HarmvZ in #135
Full Changelog: v0.7.0...v0.8.0
Version 0.7.0
page()
now returns aPageResponse(list)
object rather than alist
, which adds the attributesoffset
,limit
andtotal_count
- Fix uploading files from
str
paths - Remove deprecated keys from reader study API
- Updates
httpx
to0.22
Version 0.6.3
- Added support for display items
Release 0.6.2
- Added line answer types to other schemas
- Fixed flaky test
Version 0.6.1
- Added line answer types to reader study schema
Version 0.6.0
- Breaking Change Removed
_IMAGE
answer types - Added support for python 3.9 and 3.10
- Added line answer types