Releases: scaleapi/scaleapi-python-client
Releases · scaleapi/scaleapi-python-client
v2.15.0
Improvements
- Enhanced Error Handling
v2.14.4
Improvements
- adds
include_attachment_urloption 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
503errors that is returned even though task creation is successful
v2.14.0
New Features
- Added proxy support while initializing the SDK Client.
requestspackage'sproxies,certandverifyparameters can be passed to client to be used during API calls.
v2.13.1
Allow linking Nuclues datasets on Project creation.
Example:
client.create_project(
'myProject',
TaskType.ImageAnnotation,
datasetId='ds_ch4h7tfn3e6g07rk02n0'
)
New Features
#66 Scale Task Tags endpoints to set, add or delete tags from a given task.
v2.12.0
New Features
Implemented Scale Teams API endpoints to invite new teammates and update existing teammate roles
Implemented Scale Studio API endpoints for Studio Assignments, Studio Project Groups, and Studio Batches
v2.10.1
Bug Fixes
- Fixed platform "False 500 into 409" error on task creation
- When creating large volumes of tasks consecutively the platform can time out and return a
500error even if a task was successfully created - This triggers our retry logic which will then return a
409Duplicate Resource error as the task being retried had already been created - This specific series of events is now being handled gracefully
- When creating large volumes of tasks consecutively the platform can time out and return a