TileDB-Py v0.5.3
TileDB-Py 0.5.3 includes a number of improvements and bug fixes.
PyPI packages: https://pypi.org/project/tiledb/0.5.3/
Improvements
- Reduce i/o overhead of
tiledb.open
and array constructors. #239, #240 - Internal support for retrying incomplete queries in all array indexing modes. #238, #252
- Eliminate reference cycles to improve Ctx cleanup. #249
- Support for retrieving compressor level from filter. #234