Skip to content

Releases: TileDB-Inc/TileDB-Py

TileDB-Py 0.6.3

17 Jun 21:41
Compare
Choose a tag to compare

TileDB-Py 0.6.3 Release Notes

Improvements

Bug fixes

  • Fix unnecessary implicit ordering requirement for multi-attribute assignment. #328

TileDB-Py 0.6.2

03 Jun 02:19
Compare
Choose a tag to compare

TileDB-Py 0.6.2 Release Notes

Bug fixes

  • Fix nonempty_domain with heterogeneous non-string dimensions (#320)

Improvements

  • Add doctest for tiledb.vacuum (#319)

TileDB-Py 0.6.1

19 May 17:46
Compare
Choose a tag to compare

TileDB-Py 0.6.1 Release Notes

Improvements

  • Bump libtiledb version to 2.0.2.

Bug fixes

  • Fix assignment order for nonempty_domain with string dimensions (#308) (test in #311)
  • Fix bug in string attribute handling for var-length attributes (#307)
  • Fix regression reading anonymous attributes from TileDB 1.7 arrays (#311)
  • Fix incorrect multi_index error when string attribute results are empty (#311)

TileDB-Py 0.6.0

04 May 21:57
Compare
Choose a tag to compare

TileDB-Py 0.6.0 contains new functionality based on the significant new features in TileDB 2.0

  • Target TileDB version 2.0
    • Added support for heterogeneous and string-typed dimensions #304
      • The zipped coords return value for indexing results has been removed; coordinates for each dimension are now directly accessible by name.
    • Added support for tiledb_array_vacuum for cleaning up consolidated fragments
  • Added Windows wheels for Python 3.7 and 3.8 on PyPI

TileDB-Py 0.5.9

30 Mar 21:48
Compare
Choose a tag to compare

Improvements

TileDB-Py 0.5.8

25 Mar 20:32
Compare
Choose a tag to compare
  • Rebuild/release due to wheel build error on linux for 0.5.7.

TileDB-Py 0.5.7

24 Mar 21:22
Compare
Choose a tag to compare

TileDB-Py 0.5.7 Release Notes

Improvements

Bug fixes

  • Fix bug writing zero-length string (#291)

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