Skip to content

v0.10.1

Latest

Choose a tag to compare

@ktsitsi ktsitsi released this 04 Dec 20:28
7767537

What's Changed

Breaking Changes

Dependency replacement: tiledb-cloud removed in favor of tiledb-client towards the TileDB Carrara launch.

We have replaced tiledb-cloud with tiledb-client as the cloud connectivity library for TileDB URIs.

⚠️ Impact: This change only affects users who:

  • Install the package with the TileDB extras (e.g., pip install tiledb-ml[cloud] or tiledb-ml[full])
  • Use TileDB URIs (e.g., tiledb://namespace/array-name)

Action required: If you rely on tiledb-cloud being available as a dependency through tiledb-ml, do not upgrade to this version. You have the option of:

Staying on the previous version - Continue using the prior release if you need tiledb-cloud

Full Changelog: v0.9.7...v0.10.1