Skip to content

Releases: scaleapi/nucleus-python-client

List Dataset Scenes

07 Jan 22:53
a090b7a

Choose a tag to compare

  • Add Dataset.scenes property that fetches the Scale-generated ID, reference ID, type, and metadata of all scenes in the Dataset.

Export raw Slice items

05 Jan 04:51
18f7ccd

Choose a tag to compare

  • Add Slice.export_raw_items(), which exports accessible (signed) URLs pointing to the raw item on Scale's servers

Categorization Improvements

04 Jan 01:19
6012b08

Choose a tag to compare

  • Updatable category taxonomies
  • Improved error messages for categorization

QoL Improvements for Slices

17 Dec 17:40
c5162e3

Choose a tag to compare

  • Add Slice.name
  • Add Slice.items
  • Speed up Slice.info by not fetching Slice items
  • Deprecate NucleusClient.slice_info in favor of Slice.info

Differentiation between sequence and item-level datasets

14 Dec 05:17
bfde0d0

Choose a tag to compare

The changes in this PR introduce a new category of Nucleus Dataset: the scene dataset. The purpose of the is_scene parameter to the NucleusDataset constructor is to differentiate between datasets composed of sequences and datasets composed of individual items. Scenes can only be uploaded to datasets created by setting the is_scene=True, and vice versa, items can only be added to datasets where is_scene=False

Release Model CI SDK

09 Dec 17:27
7335bdc

Choose a tag to compare

Adds an extension to the Nucleus Client for newly introduced Model CI functionality. With the Model CI, extension, users can use Nucleus slice’s to define test cases that describe critical edge case scenarios. A unit test can have one or more evaluation criteria, which define how to apply evaluation functions to a unit test. The newly introduced classes are:

UnitTest
EvaluationFunction
UnitTest Evaluation
UnitTestMetric
Documentation can be found at: Nucleus API Reference

Happy Coding!

Default category taxonomies

07 Dec 22:07
272faeb

Choose a tag to compare

Category annotations and predictions can be uploaded without first adding a taxonomy and without specifying taxonomy_name.

Public image indexing, API Docstrings, and stability

04 Dec 02:04
1d9b237

Choose a tag to compare

Object Indexing and Prediction Categorizations

19 Oct 02:09
286c2cd

Choose a tag to compare

  • Users with permissions can now generate object indexes on their datasets
  • Adds support for Category Predictions

Remove need to use model run abstraction

12 Oct 23:41
6a0e6e0

Choose a tag to compare

Starting with this release it should be possible to entirely avoid the model run abstraction.