Skip to content

Releases: scaleapi/nucleus-python-client

Async Prediction Ingest

26 May 12:47
b664115

Choose a tag to compare

  • Adds support for ingesting predictions of all types asynchronously in order to unblock large uploads.

Async Dataset Item ingest

12 May 23:44
37afc9f

Choose a tag to compare

  • Dataset.append force argument replaced with update (was inconsistent with documentation)
  • Async ingest option available (dataset.append now has an asynchronous flag)
  • Async Job object added which can poll status
  • Error check for ingesting duplicate reference ids

v0.1.3

26 Apr 23:36
ec69608

Choose a tag to compare

  • Fixed bug leading to confusing errors on trying to create an empty slice.
  • Fixed bug with ndjson serialization.

v0.1.2

26 Apr 23:09
40f9531

Choose a tag to compare

  • Export autotag scores from dataset object
  • Better error surfacing for errors from API
  • Bugfixes to GCS urls

April 21st Release

21 Apr 22:00
2e515a4

Choose a tag to compare

  • Improve repr for all objects
  • Increase client-side timeout to reduce upload flakiness
  • Add slice.items()