Releases: scaleapi/scaleapi-python-client
Releases · scaleapi/scaleapi-python-client
v2.15.1
New Features
- Added
limited_responseoption 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_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