TileDB-Py 0.4.2
TileDB-Py 0.4.2 contains several improvements as well as bug-fixes associated with the TileDB 1.5.1 release.
New features
- support for NumPy complex types (#142)
Bug fixes
- fixed query buffer memory leak (#151)
- fixed segfault during consolidation (TileDB #1213)
- note: to receive this fix, conda and source builds should be updated to TileDB 1.5.1. TileDB-Py 0.4.2 binaries on PyPI bundle the updated TileDB 1.5.1 library.
- fixed indexing with array dtype different from the platform default (#146)
- fixed
VFS.is_bucket
when VFS is initialized with a Ctx object (#148) - fixed
schema_like
to correctly forward a Ctx keyword arg (#148)