Skip to content

Releases: scaleapi/scaleapi-python-client

v2.15.1

06 Nov 21:05
12d1721

Choose a tag to compare

New Features

  • Added limited_response option to get_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

27 Sep 21:34
b5815c3

Choose a tag to compare

Improvements

  • Enhanced Error Handling

v2.14.4

13 Jun 18:47
97c8940

Choose a tag to compare

Improvements

  • adds include_attachment_url option to get_tasks

Improvements

31 May 16:12
c418cad

Choose a tag to compare

Added an exclude_archived additional filter to remove archived batches on retrieval. + Readme and version bump #74 #76

Add support for sensor fusion task type

30 May 22:15
1aa9191

Choose a tag to compare

Add sensor fusion to tasktype enum

v2.14.1

23 May 16:24
b910dc8

Choose a tag to compare

Bug Fixes

  • Added handling for the case of 503 errors that is returned even though task creation is successful

v2.14.0

13 May 00:52
9e04b5e

Choose a tag to compare

New Features

  • Added proxy support while initializing the SDK Client. requests package's proxies, cert and verify parameters can be passed to client to be used during API calls.

v2.13.1

10 May 12:16
a3efe50

Choose a tag to compare

Allow linking Nuclues datasets on Project creation.
Example:

client.create_project(
   'myProject',
   TaskType.ImageAnnotation, 
   datasetId='ds_ch4h7tfn3e6g07rk02n0'
)

New Features

25 Feb 16:09
4105182

Choose a tag to compare

#66 Scale Task Tags endpoints to set, add or delete tags from a given task.

v2.12.0

19 Dec 22:14
04def7c

Choose a tag to compare

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