Skip to content

Releases: scaleapi/scaleapi-python-client

v2.0.0

05 Apr 19:42
22827ba
Compare
Choose a tag to compare

What's New in v2

Please refer to latest README and Migration Guide for detailed documentation.

New Ways to Interact with Scale API:

  • Introduced get_tasks() to retrieve tasks easier by handling pagination, tokens, offsets, and timeouts
  • create_TaskType_task(...) methods are replaced with create_task(TaskType, ...) by supporting new Task Types like Lidar
  • A new method as_dict() introduced to access objects as a dictionary
  • Deprecated some methods (fetch_task and list_batches) to avoid naming confusion
  • Object models are updated for Task, Project, and Batch

API and Infrastructure Improvements:

Documentation Updates:

For Developers:

  • New coding standards are applied via Pylint, flake8, and black
  • Integrated pre-commit for a better/consistent developer experience
  • publish.sh introduced for an automated publish to PyPI
  • New pytest test cases are added

v1.0.4

22 Mar 16:33
d45b10a
Compare
Choose a tag to compare
  • Updates to the Batch object model
  • Enabled an option to extend UserAgent parameter
  • Bug fixing for batch_status and unquoted name parameters for the endpoint

Readme and instructions for the v1.0.4

v1.0.3

26 Feb 19:16
ada216a
Compare
Choose a tag to compare
  • Fixed bugs related to project methods
  • Enabled User-Agent parameter in request headers with module, Python and OS versions

v1.0.2

25 Feb 16:15
Compare
Choose a tag to compare
  • Add support for tags and unique_id filters in task retrieval

v1.0.1

23 Feb 01:54
e58aad2
Compare
Choose a tag to compare
  • Fixes changes to binary distribution
  • Adds missing task type textcollection
  • Fixes typo in Readme

v1.0.0

17 Feb 06:18
121ad8f
Compare
Choose a tag to compare

Major overhaul, adding full support for Projects, Batches, and our current set of labeling endpoints.

0.1.10

25 Jul 00:08
Compare
Choose a tag to compare
add 'layers' to api

0.1.9

07 Jul 22:16
Compare
Choose a tag to compare
fix download_url