Skip to content

Releases: scaleapi/nucleus-python-client

Minor improvements

03 Aug 23:34
d66a77b
Compare
Choose a tag to compare
  • Local upload bug fix for use within colab + support for update=True for local upload
  • Add functionality to list all jobs
  • Add functionality to delete annotations
  • Updated custom indexing functionality to match new API

Get Model by ID

03 Jul 01:47
906060f
Compare
Choose a tag to compare
  • Get model by id
  • Better error messages for trying to upload local segmentation masks (which is not supported)

Batch export for model runs

01 Jul 00:23
c25d271
Compare
Choose a tag to compare

Makes it easier/faster to get the full set of predictions uploaded for a given model run

Support for slashes in custom ids/names

28 Jun 19:38
a1f87ef
Compare
Choose a tag to compare
Merge pull request #80 from scaleapi/da-escape-chars

Escape Characters

Batch Export

23 Jun 21:09
947be07
Compare
Choose a tag to compare

Model prediction class probability distribution bugfix

16 Jun 23:25
58cdcde
Compare
Choose a tag to compare
  • Fixes a bug where model prediction uploads would error out if the class_pdf field was not set, even though it's optional.

Remove grequests, better error handling

14 Jun 23:17
c89989f
Compare
Choose a tag to compare
  • Remove grequests as a dependency
  • Switch to using aiohttp for local file uploads
  • Add warning for large uploads
  • Local file uploads will now crash loudly if anything goes wrong on any batch instead of silently proceeding with errors
  • Disallow sending NaNs for now since that would mess up querying
  • Match all dependency requirements with colab so we stop getting errors when trying to use the client in colab

Async annotation ingest + Send to scale

03 Jun 18:58
003d2cd
Compare
Choose a tag to compare
  • Support for large batch asynchronous ingest of annotations/groundtruth/segmentations
  • Support for sending a slice to labeling project via API

Async Prediction Ingest

26 May 12:47
b664115
Compare
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
Compare
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