Skip to content

TileDB-Py 0.16.2

Compare
Choose a tag to compare
@nguyenv nguyenv released this 08 Jul 15:44
· 341 commits to dev since this release
494798d

TileDB-Py 0.16.2 Release Notes

TileDB Embedded updates:

Improvements

  • setup.py retrieves core version by using ctypes to call tiledb_version rather than parsing tiledb_version.h #1191

Bug Fixes

  • Set nonempty domain of string dimension to (None, None) for empty array #1182

API Changes

  • Support QueryCondition for dense arrays #1198
  • Querying dense array with [:] returns shape that matches nonempty domain, consistent with .df[:] and .multi_index[:] #1199
  • Addition of from_numpy support for mode={ingest,schema_only,append} #1185

https://pypi.org/project/tiledb/0.16.2/