Releases: scaleapi/scaleapi-python-client
Releases · scaleapi/scaleapi-python-client
v2.8.0
v2.7.0
New Features
- Support ReviewStatus.Pendingready to review in the customer dashboard
v2.6.0
Bug Fixes
- Remove empty payloads from GET requests to avoid erroring out upon contact with an AWS WAF
v2.5.0
New Features
- create_evaluation_taskis now available for creating evaluation tasks for Scale Rapid projects.
v2.4.0
Upgrade Steps
- instruction_batchparam for- create_batchrenamed to- calibration_batch.
New Features
- self_label_batchparam being added for- create_batchto create self-label batch on Rapid projects.
v2.3.0
Upgrade Steps
- The param self_servefor create_project is now renamed torapid
v2.2.0
Upgrade Steps
- ScaleDuplicateTaskexception renamed as- ScaleDuplicateResource. You should start using the new exception (or replacing old one) after upgrading to the latest version.
New Features
- ScaleClientnow supports feeding another base URL for API during initialization
- A new method get_tasks_count()added to return the number of tasks for the given parameters
Other Changes and Notes
- Readme updates
- Release Notes Template is added
v2.1.0
New Features
- Added support for Scale API /filesendpoint: https://docs.scale.com/reference#file-overview- Two new methods are now available in the SDK: upload_fileandimport_file
- Refer to Readme's Files section for more details.
 
- Two new methods are now available in the SDK: 
Improvements
- Added instruction_batchparameter as an option while creating new batches.- This parameter is used for self-serve projects. https://docs.scale.com/reference#batch-overview
 
Other Changes and Notes
- Readme updated with Files endpoint examples
v2.0.5
New Features
- Project creation now supports self_serveoption.
Improvements
- Extended list of retry codes with 408and Cloudflare5xxcodes
Other Changes and Notes
- Readme updates
v2.0.4
Improvements
- Extended auto-retry with Cloudflare response codes 5xx
- Improved default exception handling
Other Changes and Notes
- Type hinting for Exception map