Skip to content

Releases: TileDB-Inc/TileDB-Py

TileDB-Py 0.4.3

18 Jul 14:04
Compare
Choose a tag to compare

Bump TileDB core version to 1.6.

TileDB-Py 0.4.2

20 May 20:36
Compare
Choose a tag to compare

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

10 Apr 13:34
Compare
Choose a tag to compare

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

02 Apr 20:28
Compare
Choose a tag to compare

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

19 Feb 21:03
Compare
Choose a tag to compare
Build against 1.4.2 release tag

TileDB-Py v0.3.0

26 Oct 18:12
Compare
Choose a tag to compare
TileDB-Py 0.3.0

TileDB-Py v0.2.1

14 Aug 16:55
Compare
Choose a tag to compare
Use TileDB 1.3.2

TileDB-Py v0.2.0

10 Jul 17:26
Compare
Choose a tag to compare
Add 3.4 to supported versions; add to Travis and Tox.

PR #67

(cherry picked from commit 7c484f348c4caeec6f7447245643d25818acfc1c)

TileDB-Py v0.1.1

14 Mar 17:08
Compare
Choose a tag to compare
remove version check

TileDB-Py v0.1.0

28 Feb 14:17
Compare
Choose a tag to compare
set version