Skip to content

Releases: scaleapi/nucleus-python-client

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.

Improve retries and error messaging

23 Sep 16:25
bf8b773

Choose a tag to compare

  • Add retries for all endpoints on certain statuses
  • Add more descriptive error message for downtime
  • Clean up async job for custom indexing

Patch Release (patch to previous release)

17 Sep 00:15
b2bfa5d

Choose a tag to compare

Merge pull request #122 from scaleapi/jihan/bugfix

Fix autotag export api endpoint path

Export autotag updates

16 Sep 21:41
83bab96

Choose a tag to compare

  • Export object autotag
  • Export autotag training set positives
  • More details in export for autotag

Remove dataset item ids from ingest for better uniformity

15 Sep 21:54
8337d25

Choose a tag to compare