Skip to content

Releases: superannotateai/superannotate-python-sdk

Custom Metadata Feature. Improvements and Bug Fixes.

24 Jul 17:11

Choose a tag to compare

Added

  • SAClient.create_custom_fields() method to create/add new custom fields to a project’s custom field schema.
  • SAClient.get_custom_fields() method to get a project’s custom field schema.
  • SAClient.delete_custom_fields() method to remove existing custom fields from a project’s custom field schema.
  • SAClient.upload_custom_values() method to attach custom field-value pairs to items.
  • SAClient.delete_custom_values() method to remove custom field-value pairs from items.

Updated

  • the schema of classes JSON to support the new "default_value" key to set a default attribute(s) for a given attribute group.
  • SAClient.get_item_metadata() method to add a new input argument include_custom_metadata to return custom metadata in the result items.
  • SAClient.search_items() method to add a new input argument include_custom_metadata to return custom metadata in the result items.
  • SAClient.query() method to return custom metadata in the result items.

Fixed

  • SAClient class to address the system crash that occurs on instantiation via config.json file.
  • SAClient.query() method to address the issue of not returning more than 50 items.
  • SAClient.upload_annotations_from_folder_to_project() to address the issue of some fields not being auto populated after the upload is finished.
  • SAClient.get_folder_metadata(), SAClient.search_folders() to address the issue of transforming the ‘+’ sign in a folder to a whitespace.

Removed

  • superannotate.assign_images() function. Please use the SAClient.assign_items() method instead.
  • superannotate.unassign_images() function. Please use the SAClient.unassign_items() method instead.
  • superannotate.delete_images() function. Please use the SAClient.delete_items() method instead.

v4.4.1b5

21 Jul 15:40

Choose a tag to compare

v4.4.1b5 Pre-release
Pre-release

Full Changelog: v4.4.1b4...v4.4.1b5

v4.4.1b4

21 Jul 14:15

Choose a tag to compare

v4.4.1b4 Pre-release
Pre-release

Full Changelog: v4.4.1b3...v4.4.1b4

v4.4.1b3

21 Jul 13:59

Choose a tag to compare

v4.4.1b3 Pre-release
Pre-release

Full Changelog: v4.4.1b2...v4.4.1b3

v4.4.1b2

21 Jul 12:51
850d0a4

Choose a tag to compare

v4.4.1b2 Pre-release
Pre-release

What's Changed

Full Changelog: v4.4.1dev8...v4.4.1b2

v4.4.1dev9

19 Jul 12:29
be0e7d4

Choose a tag to compare

v4.4.1dev9 Pre-release
Pre-release

What's Changed

Full Changelog: v4.4.1dev8...v4.4.1dev9

4.4.1dev10

19 Jul 12:50

Choose a tag to compare

4.4.1dev10 Pre-release
Pre-release

What's Changed

Full Changelog: v4.4.1dev8...v4.4.1dev9

v4.4.1dev8

18 Jul 13:41

Choose a tag to compare

v4.4.1dev8 Pre-release
Pre-release

What's Changed

Full Changelog: v4.4.1dev4...v4.4.1dev8

v4.4.1dev7

18 Jul 10:54
778a7a2

Choose a tag to compare

v4.4.1dev7 Pre-release
Pre-release

What's Changed

Full Changelog: v4.4.1dev4...v4.4.1dev7

Fix custom values

15 Jul 14:42

Choose a tag to compare

Fix custom values Pre-release
Pre-release
v4.4.1dev6

Update version.py