Releases: scaleapi/nucleus-python-client
Releases · scaleapi/nucleus-python-client
Async Prediction Ingest
- Adds support for ingesting predictions of all types asynchronously in order to unblock large uploads.
Async Dataset Item ingest
- 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
v0.1.2
April 21st Release
- Improve repr for all objects
- Increase client-side timeout to reduce upload flakiness
- Add slice.items()