Skip to content

Releases: scaleapi/scaleapi-python-client

v2.13.1

10 May 12:16
a3efe50
Compare
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
Compare
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
Compare
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

v2.10.1

18 Oct 14:53
2bc8c11
Compare
Choose a tag to compare

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 500 error even if a task was successfully created
    • This triggers our retry logic which will then return a 409 Duplicate Resource error as the task being retried had already been created
    • This specific series of events is now being handled gracefully

v2.10.0

07 Oct 13:49
b7ffab5
Compare
Choose a tag to compare

New Features

Known Issues

  • The platform can sometimes generate a false 500 error even when correctly creating a task. The Scale Python Client will retry when it receives a 500, which can then lead to a 409 duplicate resource error. This behavior is most often seen when creating a high volume of tasks consecutively

v2.9.0

29 Apr 04:17
195b96a
Compare
Choose a tag to compare

New Features

Other Changes and Notes

  • Delete type of API requests are now also getting retried

v2.8.0

13 Apr 21:15
b59920f
Compare
Choose a tag to compare

New Features

  • Support for studio project creation

v2.7.0

23 Mar 20:29
bdbbd95
Compare
Choose a tag to compare

New Features

  • Support ReviewStatus.Pending ready to review in the customer dashboard

v2.6.0

08 Feb 21:57
5e4d0fe
Compare
Choose a tag to compare

Bug Fixes

  • Remove empty payloads from GET requests to avoid erroring out upon contact with an AWS WAF

v2.5.0

18 Aug 22:51
3748514
Compare
Choose a tag to compare

New Features

  • create_evaluation_task is now available for creating evaluation tasks for Scale Rapid projects.