Skip to content

0.7.2

Compare
Choose a tag to compare
@aaronwolen aaronwolen released this 25 Jan 20:03
40228d5

Notable

This release includes several updates to the Python API related to TileDB-VCF dataset creation and sample ingestion. See the Python API reference for complete documentation about these new options.

Core

Changed

  • Double buffering is now only used for queries larger than 200Mb (#250)

Python

Added

  • Gained option to list only materialized attributes (#249)
  • New create_dataset() method that exposes arguments for customizing the creation of new TileDB-VCF datasets (#243)
  • New unit test added for validating larger exports (#220)

Changed

  • The ingest_samples() method gains several new arguments for customizing the number of threads used, thread task size, memory budget, and max buffer size during sample ingestion (#243)

Spark

Added

  • Gained option list materialized attributes (#249)
  • Add verbose output and logging of buffer sizes (#247)