Releases: scaleapi/nucleus-python-client
Releases · scaleapi/nucleus-python-client
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.
Upload evaluation results into scenario tests for Validate
v0.12.2 patch version bump for release (#309)
Video backward compatibility
Restored backward compatibility of video constructor by adding back deprecated attachment_type argument