Skip to content

Releases: scaleapi/nucleus-python-client

Update items_and_annotation_generator

20 Jul 18:55
3537ba8

Choose a tag to compare

  • Fix Slice.items_and_annotation_generator() bug
  • Add Dataset.items_and_annotation_generator() method for parity

v0.14.9

14 Jul 17:33
eeb9949

Choose a tag to compare

- NoneType errors in Validate eval history

Query via API

08 Jul 04:21
22aea22

Choose a tag to compare

Support running structured queries and retrieving item results via API

0.14.6

08 Jul 00:50
e103fbd

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

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

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

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

Choose a tag to compare

Added

  • Segmentation functions to Validate

Fix Poetry dependency

02 Jun 17:51
b7ebcd8

Choose a tag to compare

Minor fixes to release

Export Scale Task Info

02 Jun 15:11
84bbd4a

Choose a tag to compare

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