Skip to content

Releases: scaleapi/nucleus-python-client

Release Model CI SDK

09 Dec 17:27
7335bdc
Compare
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
Compare
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
Compare
Choose a tag to compare

Object Indexing and Prediction Categorizations

19 Oct 02:09
286c2cd
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Autocurate

04 Sep 00:56
cf0ce3a
Compare
Choose a tag to compare
  • Mean entropy autocurate + example scripts
  • Export embeddings from API
  • Privacy mode (upload_to_scale=False)
  • Delete autotags from API