- Removed support for Python 3.6 and 3.7 - Added support for Python 3.11
0.11.0
- Added automatic retries with backoff for failed requests - Fixed added files to display sets
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
0.9.0
- Removed `create_display_sets_from_images` utitlity function in favor of `add_cases_to_reader_study` - Added support for all interface types in `add_cases_to_reader_study`
0.8.0
- Dropped reader study answer POST data validation - Added support for angle answer types
0.7.0
- `page()` now returns a `PageResponse(list)` object rather than a `list`, which adds the attributes `offset`, `limit` and `total_count` - Fix uploading files from `str` paths - Remove deprecated keys from reader study API - Updates `httpx` to `0.22`