Skip to content

Releases: scaleapi/nucleus-python-client

Query via API

08 Jul 04:21
22aea22
Compare
Choose a tag to compare

Support running structured queries and retrieving item results via API

0.14.6

08 Jul 00:50
e103fbd
Compare
Choose a tag to compare

Dataset.delete_annotations now defaults reference_ids to an empty list and keep_history to true

0.14.3

22 Jun 07:54
a65a079
Compare
Choose a tag to compare

Fix CLI installation in environments without Shapely+GDAL installed.

Add/Remove Tags to Model Projects

16 Jun 20:06
076bb6e
Compare
Choose a tag to compare
  • Allow creation/deletion of model tags on new and existing models, eg:
# on model creation
model = client.create_model(name="foo_model", reference_id="foo-model-ref", tags=["some tag"])
# on existing models
existing_model = client.models[0]
existing_model.add_tags(['tag a', 'tag b'])
# remove tag
existing_model.remove_tags(['tag a'])

Guard against invalid skeleton indexes in KeypointsAnnotation

16 Jun 01:00
3e799a7
Compare
Choose a tag to compare
v0.13.5

Throw error if index in skeleton is greater than number of keypoints …

v0.13.0

08 Jun 14:30
8646aaa
Compare
Choose a tag to compare

Added

  • Segmentation functions to Validate

Fix Poetry dependency

02 Jun 17:51
b7ebcd8
Compare
Choose a tag to compare

Minor fixes to release

Export Scale Task Info

02 Jun 15:11
84bbd4a
Compare
Choose a tag to compare

New Dataset and Slice methods to export associated Scale task info at either the item or scene level.

Upload evaluation results into scenario tests for Validate

02 Jun 14:35
19fc293
Compare
Choose a tag to compare
v0.12.2

patch version bump for release (#309)

Video backward compatibility

25 May 22:48
05a695e
Compare
Choose a tag to compare

Restored backward compatibility of video constructor by adding back deprecated attachment_type argument