Skip to content

Releases: TileDB-Inc/TileDB-Py

TileDB-Py 0.22.2

04 Aug 20:07
Compare
Choose a tag to compare

TileDB-Py 0.22.2

  • TileDB-Py 0.22.2 includes TileDB Embedded 2.16.2

PyPI release: https://pypi.org/project/tiledb/0.22.2/

TileDB-Py 0.22.1

31 Jul 15:42
Compare
Choose a tag to compare

TileDB-Py 0.22.1

  • TileDB-Py 0.22.1 includes TileDB Embedded 2.16.1

TileDB-Py 0.22.0

17 Jul 21:41
Compare
Choose a tag to compare

Release 0.22.0

  • TileDB-Py 0.22.0 includes TileDB Embedded 2.16.0

Improvements

  • Added support for variable-length dimension label reads #1802

Bug Fixes

  • Fix online help typo, and clarify. #1803
  • Fix bad memory access for dimension label tile. #1804

TileDB-Py 0.21.6

26 Jun 13:09
2b44d40
Compare
Choose a tag to compare

TileDB-Py 0.21.6

  • Fix group.close to work on 2.16. #1793
  • Fix sc-30787, VFS S3 write failure #1794
  • Fix macOS deployment target mismatch in nightly test build by @ihnorton in #1798

Full Changelog: 0.21.5...0.21.6

TileDB-Py 0.21.5

26 Jun 03:05
b058832
Compare
Choose a tag to compare

What's Changed

  • Handle empty string passed to Query condition by @Shelnutt2 in #1774
  • Update comments and output in sparse/dense query examples by @endast in #1773

New Contributors

Full Changelog: 0.21.4...0.21.5

TileDB-Py 0.21.4

24 May 02:59
Compare
Choose a tag to compare

Release 0.21.4

TileDB Embedded updates

  • TileDB-Py 0.21.4 includes TileDB Embedded 2.15.3

TileDB-Py 0.21.3

27 Apr 02:03
Compare
Choose a tag to compare

TileDB-Py 0.21.3

TileDB Embedded updates

  • TileDB-Py 0.21.3 includes TileDB Embedded 2.15.2

Improvements

Bug Fixes

TileDB-Py 0.21.2

05 Apr 12:36
Compare
Choose a tag to compare

Release 0.21.2

TileDB Embedded updates

  • TileDB-Py 0.21.2 includes TileDB Embedded 2.15.1

Improvements

  • Addition of Group(config=...) and Group.set_config #1715

TileDB-Py 0.21.1

14 Mar 02:06
Compare
Choose a tag to compare

Release 0.21.1

TileDB Embedded updates

  • TileDB-Py 0.21.1 includes TileDB Embedded 2.15.0

Improvements

  • Move ArraySchema from Cython to pure Python #1340

Bug Fixes

  • Correct Attr.fill for UTF-8 #1594

Notes

  • 0.21.0 tag was invalid and thus deleted before PyPI release.
  • 0.21.1 was re-tagged on GitHub to correctly target the SHA feb8dadd20 used in the 0.21.1 release source tarball and wheel builds on PyPI.

TileDB-Py 0.20.0

19 Jan 21:17
93df0be
Compare
Choose a tag to compare

Release 0.20.0

  • TileDB-Py 0.20.0 includes TileDB Embedded 2.14.0
    • Includes support for binary comparison QueryConditions on UTF-8 (TILEDB_STRING_UTF8) attributes.

Bug Fixes

  • Introduce safe repr for classes for Filter, FilterList, Dim, Domain, and Attr. #1545, #1555