Releases: scaleapi/scaleapi-python-client
Releases · scaleapi/scaleapi-python-client
v2.15.4
Bug Fixes
- Fixes schema change on project templates endpoint
v2.15.3
New Features
- Task Batch creation now supports
metadata
- Added
set_batch_metadata
function to update Task Batch metadata - Added
get_project_template
function to retrieve Task Templates for TextCollection and Chat projects
v2.15.2
New Features
- Added
Chat
as a new enum forTaskType
v2.15.1
New Features
- Added
limited_response
option toget_tasks()
method.- This is a feature recently added to Scale API, which limits the fields that will be returned back from API for each task.
v2.15.0
Improvements
- Enhanced Error Handling
v2.14.4
Improvements
- adds
include_attachment_url
option to get_tasks
Improvements
Add support for sensor fusion task type
Add sensor fusion to tasktype enum
v2.14.1
Bug Fixes
- Added handling for the case of
503
errors that is returned even though task creation is successful
v2.14.0
New Features
- Added proxy support while initializing the SDK Client.
requests
package'sproxies
,cert
andverify
parameters can be passed to client to be used during API calls.