Releases: TileDB-Inc/TileDB-Py
Releases · TileDB-Inc/TileDB-Py
TileDB-Py 0.5.5
TileDB-Py 0.5.4
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
Bug fixes
TileDB-Py 0.5.2
- This release contains a bug-fix for
multi_index
queries #232
TileDB-Py 0.5.1
Bump libtiledb version to 1.7.1
Bug fixes:
Misc:
TileDB-Py 0.5.0
PyPI packages: https://pypi.org/project/tiledb/0.5.0/
TileDB-Py 0.4.4
Bump release target to TileDB 1.6.3.
TileDB-Py 0.4.3
Bump TileDB core version to 1.6.
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)
TileDB-Py 0.4.1
TileDB-Py 0.4.1 features:
- several high-level API additions (tiledb.open, .save, .empty_like, .schema_like), and serialization improvements including pickling support for DenseArray objects (#129)
- manylinux1 wheels for Python 2.7, 3.5, 3.6, and 3.7 are available on PyPI: https://pypi.org/project/tiledb/#files