Skip to content

Releases: TileDB-Inc/TileDB-Cloud-Py

v0.12.31

21 Nov 17:31
9dd8695
Compare
Choose a tag to compare

Run VCF queries as TileDB batch task graphs

This option enables the tiledb.cloud.vcf.read distributed query to use batch task graphs (as opposed to realtime), which is slower but more robust.

What's Changed

  • Add a batch_mode flag to VCF scalable queries by @gspowley in #683

Full Changelog: v0.12.30...v0.12.31

v0.12.30

15 Nov 20:57
9817329
Compare
Choose a tag to compare

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

v0.12.29

21 Oct 22:38
ef512ad
Compare
Choose a tag to compare

Bio-imaging and SOMA ingestion improvements

Finer control over the resources used to run UDFs during Bio-imaging and SOMA data ingestion, and full support for ingesting folders of multiple H5ad files are highlights of this release.

The Bio-imaging, SOMA, and VCF ingestion entry points now all take an ingest_resources argument. Its value is the same as the existing resources argument. The new ingest_resources argument isn't consumed by task graph construction and is propagated to the most resource-intensive tasks of ingestion graphs.

The previous version of this package allowed ingestion of single H5ad files. Now, folders of multiple files can be ingested by passing the URI of the folder and a pattern argument, such as *.h5ad, that matches only H5ad files in the folder.

What's Changed

  • Adding PNG support and enabling experimental reader in kwargs by @ktsitsi in #654
  • Add Panel dashboard wrapper for Voila by @gspowley in #667
  • Add a tag name check for releases and some words about releases by @sgillies in #668
  • Propagate resources to ingest_h5ad node by @sgillies in #669
  • Skip sub-folders and make pattern matching more useful by @sgillies in #670
  • Add ingest_resources for use with UI by @sgillies in #671
  • Remove value registration wrappers by @sgillies in #672
  • Tests have been xpass-ing, no longer need xfail marks by @sgillies in #673

Full Changelog: v0.12.28...v0.12.29

v0.12.28

08 Oct 16:34
3e9ff2b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.27...v0.12.28

v0.12.27

25 Sep 14:18
76ab094
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.26...v0.12.27

v0.12.26

17 Sep 06:47
7f220a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.25...v0.12.26

v0.12.25

16 Sep 07:21
514ad4e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.24...v0.12.25

v0.12.24

12 Sep 07:21
c88608e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.23...v0.12.24

v0.12.23

09 Aug 14:05
fb6bc2f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.22...v0.12.23

v0.12.22

03 Aug 15:22
7ede511
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.21...v0.12.22