Releases: TileDB-Inc/TileDB-Py
Releases · TileDB-Inc/TileDB-Py
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
TileDB-Py 0.4
This release builds TileDB-Py against TileDB 1.5
Breaking changes:
-
the
Ctx
argument is now a keyword argument, simplifying API use in the common case (#122)for example:
tiledb.DenseArray(ctx, uri, ...)
becomes:tiledb.DenseArray(uri, ...)
Major features of TileDB-Py 0.4 include:
- support for variable-length arrays (#120)
TileDB-Py v0.3.1
Build against 1.4.2 release tag
TileDB-Py v0.3.0
TileDB-Py 0.3.0
TileDB-Py v0.2.1
Use TileDB 1.3.2
TileDB-Py v0.2.0
Add 3.4 to supported versions; add to Travis and Tox. PR #67 (cherry picked from commit 7c484f348c4caeec6f7447245643d25818acfc1c)
TileDB-Py v0.1.1
remove version check
TileDB-Py v0.1.0
set version