Skip to content

Releases: TileDB-Inc/TileDB-Py

TileDB-Py 0.28.0

16 Apr 14:48
d4cb13d
Compare
Choose a tag to compare

Release 0.28.0

TileDB Embedded updates

  • TileDB-Py 0.28.0 includes TileDB Embedded 2.22.0

Improvements

Build system changes


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

TileDB-Py 0.27.1

23 Mar 03:56
Compare
Choose a tag to compare

Release 0.27.1

TileDB Embedded updates

  • TileDB-Py 0.27.1 includes TileDB Embedded 2.21.1

Improvements

  • Add tests to ensure empty result on query condition for invalid enum. 1882

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

TileDB-Py 0.27.0

21 Mar 10:59
Compare
Choose a tag to compare

Release 0.27.0

  • TileDB-Py 0.27.0 includes TileDB Embedded 2.21.0

New Contributors

Full Changelog: 0.26.4...0.27.0


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

TileDB-Py 0.26.4

18 Mar 11:47
137157f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.26.3...0.26.4

TileDB-Py 0.26.3

11 Mar 02:48
ff21497
Compare
Choose a tag to compare

Release 0.26.3

New features

  • TileDB Aggregate API. #1889

Improvements

  • Fix vfs readinto when buff is not bytes. #1915
  • Update daily test builds to use single source of truth for libtiledb target versions. 1910
  • Remove Python 3.7 CI jobs. 1916

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

TileDB-Py 0.26.2

06 Mar 14:39
96fea63
Compare
Choose a tag to compare

Release 0.26.2

Improvements

  • Added API support for TileDB aggregates. #1889
  • For compatibility with fsspec and rasterio, isdir(), isfile(), and size() aliases have been added to the VFS class. #1902.

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

TileDB-Py 0.26.1

28 Feb 14:21
e3f83a7
Compare
Choose a tag to compare

Release 0.26.1

  • TileDB-Py 0.26.1 includes TileDB Embedded 2.20.1

TileDB-Py 0.26.0

15 Feb 13:53
2d56a4a
Compare
Choose a tag to compare

Release 0.26.0

  • TileDB-Py 0.26.0 includes TileDB Embedded 2.20.0

Bug Fixes

  • Add safe Group.__repr__ #1890
  • Use safe repr if ArraySchema was not properly constructed #1896

Improvements

  • Warn when os.fork() is used in the presence of a Tiledb context #1876.
  • Enable GCS in osx-arm64 wheel builds #1899

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

0.25.0

09 Jan 15:40
8d52e32
Compare
Choose a tag to compare
  • TileDB-Py 0.25.0 includes TileDB Embedded 2.19.0

What's Changed

Full Changelog: 0.24.0...0.25.0-rc0


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

TileDB-Py 0.24.0

29 Nov 20:49
521dcbf
Compare
Choose a tag to compare

Release 0.24.0

  • TileDB-Py 0.24.0 includes TileDB Embedded 2.18.2

Improvements

  • Release the GIL while consolidation. #1865
  • Add Group Metadata Consolidation and Vacuuming. #1833
  • Fix domain equality check. #1866
  • Fix reading DeltaFilter and DoubleDeltaFilter options for FilterList. #1862
  • Do not flush VFS handles on closing. #1863
  • Add context manager before enter .array_exists. #1868 (thanks, new contributor p4perf4ce!)

PyPI: https://pypi.org/project/tiledb/0.24.0/