Skip to content

v0.12.30

Compare
Choose a tag to compare
@sgillies sgillies released this 15 Nov 20:57
· 16 commits to main since this release
9817329

New read/write/delete organization role, SOMA ingestion improvements, and better user experience for the tiledb namespace

Version 0.12.30 allows use of the TileDB platform's new "read_write_delete" (permission to read, write, and delete assets) organization role. It's one step less privileged than the existing "admin" role.

The tiledb.cloud.soma.ingest module has been refactored and a defect in registering multiple SOMA groups has been fixed. The cloud storage location of output groups has changed slightly. All groups are now output to OUTPUT_URI/NAME, where OUTPUT_URI is the given parameter, like s3://bucket/prefix/, and NAME is the base/stem of an H5ad file.

Lastly, tiledb is a namespace package, and in your environment may include modules from tiledb, tiledb.vector_search and tiledb.cloud distributions. Previously, importing tiledb or tiledb.vector_search in an environment where tiledb.cloud is also installed would trigger a warning about your need to login, even if you don't have any intent to use tiledb.cloud methods. This warning no longer happens needlessly and only shows up when appropriate.

What's Changed

Full Changelog: v0.12.29...v0.12.30