Releases: scaleapi/nucleus-python-client
Releases · scaleapi/nucleus-python-client
Update items_and_annotation_generator
- Fix
Slice.items_and_annotation_generator()bug - Add
Dataset.items_and_annotation_generator()method for parity
v0.14.9
Query via API
Support running structured queries and retrieving item results via API
0.14.6
Dataset.delete_annotations now defaults reference_ids to an empty list and keep_history to true
0.14.3
Add/Remove Tags to Model Projects
- 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
v0.13.5 Throw error if index in skeleton is greater than number of keypoints …
v0.13.0
Fix Poetry dependency
Minor fixes to release
Export Scale Task Info
New Dataset and Slice methods to export associated Scale task info at either the item or scene level.