Skip to content

TileDB-Py v0.5.3

Compare
Choose a tag to compare
@ihnorton ihnorton released this 13 Dec 20:11

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

Bug fixes

  • multi_index result buffer calculation bug. #232
  • Variable-length indexing error. #236
  • Race condition initializing tiledb.cloud mixin from thread pool. #246