Skip to content

Releases: scaleapi/scaleapi-python-client

v2.10.0

07 Oct 13:49
b7ffab5

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

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

Choose a tag to compare

New Features

  • Support for studio project creation

v2.7.0

23 Mar 20:29
bdbbd95

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

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

Choose a tag to compare

New Features

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

v2.4.0

18 Aug 22:26
5d004df

Choose a tag to compare

Upgrade Steps

  • instruction_batch param for create_batch renamed to calibration_batch.

New Features

  • self_label_batch param being added for create_batch to create self-label batch on Rapid projects.

v2.3.0

29 Jul 04:18
7ba150e

Choose a tag to compare

Upgrade Steps

  • The param self_serve for create_project is now renamed to rapid

v2.2.0

30 Jun 23:26
d4f75f8

Choose a tag to compare

Upgrade Steps

  • ScaleDuplicateTask exception renamed as ScaleDuplicateResource. You should start using the new exception (or replacing old one) after upgrading to the latest version.

New Features

  • ScaleClient now supports feeding another base URL for API during initialization
  • A new method get_tasks_count() added to return the number of tasks for the given parameters

Other Changes and Notes

  • Readme updates
  • Release Notes Template is added

v2.1.0

17 May 23:59
9ea606f

Choose a tag to compare

New Features

Improvements

Other Changes and Notes

  • Readme updated with Files endpoint examples