Skip to content

Releases: scaleapi/scaleapi-python-client

v2.15.4

01 Feb 17:47
4a052e8
Compare
Choose a tag to compare

Bug Fixes


  • Fixes schema change on project templates endpoint

v2.15.3

18 Jan 03:14
39e4613
Compare
Choose a tag to compare

New Features


  • Task Batch creation now supports metadata
  • Added set_batch_metadata function to update Task Batch metadata
  • Added get_project_template function to retrieve Task Templates for TextCollection and Chat projects

v2.15.2

07 Dec 21:28
a52dcd6
Compare
Choose a tag to compare

New Features


  • Added Chat as a new enum for TaskType

v2.15.1

06 Nov 21:05
12d1721
Compare
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
Compare
Choose a tag to compare

Improvements

  • Enhanced Error Handling

v2.14.4

13 Jun 18:47
97c8940
Compare
Choose a tag to compare

Improvements

  • adds include_attachment_url option to get_tasks

Improvements

31 May 16:12
c418cad
Compare
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
Compare
Choose a tag to compare

Add sensor fusion to tasktype enum

v2.14.1

23 May 16:24
b910dc8
Compare
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
Compare
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.