Skip to content

Releases: scaleapi/scaleapi-python-client

v2.15.1

Choose a tag to compare

@fatihkurtoglu fatihkurtoglu released this 06 Nov 21:05
12d1721

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

Choose a tag to compare

@alejandro-gonzalez-scale alejandro-gonzalez-scale released this 27 Sep 21:34
b5815c3

Improvements

  • Enhanced Error Handling

v2.14.4

Choose a tag to compare

@jonathanfeng-scale jonathanfeng-scale released this 13 Jun 18:47
97c8940

Improvements

  • adds include_attachment_url option to get_tasks

Improvements

Choose a tag to compare

@rodsca rodsca released this 31 May 16:12
c418cad

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

Choose a tag to compare

@dmchoiboi dmchoiboi released this 30 May 22:15
1aa9191

Add sensor fusion to tasktype enum

v2.14.1

Choose a tag to compare

@jonathanfeng-scale jonathanfeng-scale released this 23 May 16:24
b910dc8

Bug Fixes

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

v2.14.0

Choose a tag to compare

@fatihkurtoglu fatihkurtoglu released this 13 May 00:52
9e04b5e

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

Choose a tag to compare

@jean-lucas jean-lucas released this 10 May 12:16
a3efe50

Allow linking Nuclues datasets on Project creation.
Example:

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

New Features

Choose a tag to compare

@rodsca rodsca released this 25 Feb 16:09
4105182

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

v2.12.0

Choose a tag to compare

@jonathanfeng-scale jonathanfeng-scale released this 19 Dec 22:14
04def7c

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