Skip to content

Releases: scaleapi/nucleus-python-client

v0.14.27

15 Nov 19:02
6779b9a

Choose a tag to compare

  • Support for scene-level external evaluation functions
  • Support for uploading custom scene-level metrics

v0.14.26

01 Nov 22:54
12a7d0a

Choose a tag to compare

Added

  • Support for fetching scene from a DatasetItem.reference_id. Example:
dataset = client.get_dataset("<dataset_id>")
assert dataset.is_scene  # only works on scene datasets
some_item = dataset.iloc(0)
dataset.get_scene_from_item_ref_id(some_item['item'].reference_id) 

v0.14.25

31 Oct 18:01
830e225

Choose a tag to compare

Updated

  • Items of a slice can be retrieved by Slice property .item
  • The type of items returned from .items is based on the slice type:
    • slice.type == 'dataset_item' => list of DatasetItem objects
    • slice.type == 'object' => list of Annotation/Prediction objects
    • slice.type == 'scene' => list of Scene objects

v0.14.24

19 Oct 10:29
adda9a9

Choose a tag to compare

  • Late imports for seldomly used heavy libraries. Sped up CLI invocation and autocomplation. If you had shell completions installed before we recommend removeing them from your .(bash|zsh)rc file and reinstalling with nu install-completions.

v0.14.23

17 Oct 14:57
d045384

Choose a tag to compare

Added support for building slices via Nucleus' Smart Sample

v0.14.22

14 Oct 15:24
0055cf6

Choose a tag to compare

  • Trigger for calculating Validate metrics for a model. This allows underperforming slice discovery and more model analysis

v0.14.21

28 Sep 15:56
506355a

Choose a tag to compare

Support for context_attachment metadata values.

v0.14.20

17 Sep 00:25
719b95c

Choose a tag to compare

Fix autotag items by score api

Fix .items_and_annotation_generator, tests, and CI deps install

16 Aug 17:10
95681af

Choose a tag to compare

  • Fix AsyncJob status payload keys causing test failures
  • Fix AsyncJob export test
  • Fix page_size for {Dataset,Slice}.items_and_annotatation_generator()
  • Change to simple dependency install step to fix CircleCI caching failures

v0.14.16

12 Aug 11:26
b6b8432

Choose a tag to compare

  • Scene categorization support