Skip to content

v0.16.6

Compare
Choose a tag to compare
@jean-lucas jean-lucas released this 01 Nov 15:45
· 38 commits to master since this release
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.