0.7.2
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)