Skip to content

Releases: TileDB-Inc/TileDB-Py

TileDB-Py 0.5.5

20 Jan 18:46
Compare
Choose a tag to compare

TileDB-Py 0.5.5 is a minor release featuring:

  • bump target libtiledb version to 1.7.4
  • return coordinates from Array.multi_index by default #259

TileDB-Py 0.5.4

08 Jan 21:24
Compare
Choose a tag to compare

TileDB-Py 0.5.4 is a minor release featuring:

  • bump target libtiledb version to 1.7.3
  • default Ctx initialization is now lazy #256

TileDB-Py v0.5.3

13 Dec 20:11
Compare
Choose a tag to compare

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

  • multi_index result buffer calculation bug. #232
  • Variable-length indexing error. #236
  • Race condition initializing tiledb.cloud mixin from thread pool. #246

TileDB-Py 0.5.2

27 Nov 16:21
Compare
Choose a tag to compare
  • This release contains a bug-fix for multi_index queries #232

TileDB-Py 0.5.1

TileDB-Py 0.5.0

13 Nov 15:29
Compare
Choose a tag to compare

TileDB-Py 0.4.4

20 Oct 01:32
Compare
Choose a tag to compare

Bump release target to TileDB 1.6.3.

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