Skip to content

Releases: scaleapi/nucleus-python-client

v0.16.6

Choose a tag to compare

@jean-lucas jean-lucas released this 01 Nov 15:45
317d2bf

Added

  • Allow datasets to be created in "privacy mode". For example, client.create_dataset('name', use_privacy_mode=True).
  • Privacy Mode lets customers use Nucleus without sensitive raw data ever leaving their servers.
  • When set to True, you can submit URLs to Nucleus that link to raw data assets like images or point clouds, instead of transferring that data to Scale. Access control is then completely in the hands of users: URLs may optionally be protected behind your corporate VPN or an IP whitelist. When you load a Nucleus web page, your browser will directly fetch the raw data from your servers without it ever being accessible to Scale.

v0.16.5

Choose a tag to compare

@ntamas92 ntamas92 released this 30 Oct 17:27
3b0abe7

What's Changed

Full Changelog: v0.16.4...v0.16.5

v0.16.4

Choose a tag to compare

@ntamas92 ntamas92 released this 23 Oct 20:08
c641abb

What's Changed

Full Changelog: v0.16.3...v0.16.4

v0.16.3

Choose a tag to compare

@jean-lucas jean-lucas released this 10 Oct 16:59
27c7dfd

Added

  • Added a query_scenes method on the Dataset class.
  • Example
>>> ds = client.get_dataset('ds_id')
>>> scenes = ds.query_scenes('scene.metadata.foo = "baz"')
[Scene(reference_id="", metadata={}, ...), ...]

v0.16.2

Choose a tag to compare

@gatli gatli released this 06 Oct 12:57
e812ebf

0.16.2 - 2023-10-03

Fixed

  • Raise error on all error states for AsyncJob.sleep_until_complete(). Before it only handled the deprecated "Errored"

v0.16.1

Choose a tag to compare

@ntamas92 ntamas92 released this 21 Sep 08:32
22d3c1b

What's Changed

  • Add support for asynchronous embeddings export by @ntamas92 in #394

Full Changelog: v0.15.11...v0.16.1

v0.16.0

Choose a tag to compare

@pfmark pfmark released this 19 Sep 17:55
36d1315

What's Changed

  • add raw export for object slice by @pfmark in #391
  • Fix development issues and poetry install (specifically related to arm64/Apply Silicon) - Drop Python 3.6 support" by @gatli in #392

Full Changelog: v0.15.10...v0.16.0

v0.15.10

Choose a tag to compare

@jean-lucas jean-lucas released this 21 Jul 17:03
6399ccd
Fix Nucleus export_predictions_generator not returning confidences (#…

v0.15.8

Choose a tag to compare

@jean-lucas jean-lucas released this 23 Jun 10:10
d00089c
Remove limits from point fetches (#388)

v0.15.7

Choose a tag to compare

@jean-lucas jean-lucas released this 12 Jun 13:47
7906b22
Download lidar frame (#386)