Skip to content

TileDB-Py 0.16.4

Compare
Choose a tag to compare
@nguyenv nguyenv released this 04 Aug 19:04
· 331 commits to dev since this release
6ea0694

TileDB-Py 0.16.4 Release Notes

TileDB Embedded updates:

Improvements

  • setup.py revert back to retrieving core version by using ctypes by parsing tiledb_version.h; the tiledb shared object lib now returns back a full path #1226
  • Update minimum required cmake version to =>3.23; required for building libtiledb #1260

API Changes

  • Addition of in operator for QueryCondition #1214
  • Revert the regular indexer [:] to return entire array rather than nonempty domain in order to maintain NumPy semantics #1261

Bug Fixes

  • Deprecate Filestore.import_uri in lieu of Filestore.copy_from #1226

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