Skip to content

Releases: TileDB-Inc/TileDB-Py

0.23.3

31 Oct 17:58
3946d52
Compare
Choose a tag to compare

Bug Fixes

  • Correct Enumeration.extend to handle integers, include Booleans, of different sizes

https://pypi.org/project/tiledb/0.23.3/

TileDB-Py 0.23.2

26 Oct 17:53
Compare
Choose a tag to compare

TileDB-Py 0.23.2

  • TileDB-Py 0.23.2 includes TileDB Embedded 2.17.3

Improvements

  • Add support for enumeration extension API. #1847
  • Support new set membership query condition. #1837
  • Create ArraySchemaEvolution for new operation. #1839
  • Add sparse dimension label example. #1843

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

TileDB-Py 0.23.1

28 Sep 18:09
656f54f
Compare
Choose a tag to compare

Release 0.23.1

  • TileDB-Py 0.23.1 includes TileDB Embedded 2.17.1

Improvements

  • Add support for schema evolution on enumerations #1834
  • Additional Support For Nullable Attributes #1836

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

TileDB-Py 0.23.0

14 Sep 19:16
Compare
Choose a tag to compare

Release 0.23.0

  • TileDB-Py 0.23.0 includes TileDB Embedded 2.17.0

Improvements

  • Support for "enumerated datatypes" (aka categoricals or factors). #1790
  • Introduce Array.read_subarray and Array.write_subarray APIs. #1824
  • Avoid importing Pandas until we actually use it. #1825
  • Make VFS accept path-like objects to refer to files. #1818

Bug Fixes

  • Use object equality check in buffer conversion, fixes state serialization bug in distributed use-case. #1822

TileDB-Py 0.22.3

16 Aug 02:39
Compare
Choose a tag to compare

Release 0.22.3

  • TileDB-Py 0.22.3 includes TileDB Embedded 2.16.3

Improvements

  • Wrap Delta filter. #1710

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

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