Skip to content

Releases: TileDB-Inc/TileDB-Py

TileDB-Py 0.17.6

25 Oct 21:24
Compare
Choose a tag to compare

TileDB-Py 0.17.6 Release Notes

Bug Fixes

  • Correct writing empty/null strings to array. tiledb.main.array_to_buffer needs to resize data buffer at the end of convert_unicode; otherwise, last cell will be store with trailing nulls chars #1339
  • Revert #1326 due to issues with Context lifetime with in multiprocess settings #1372

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

TileDB-Py 0.17.5

11 Oct 13:29
8c481ad
Compare
Choose a tag to compare

TileDB-Py 0.17.5 Release Notes

Improvements

  • Move Attr from Cython to pure Python #1326

API Changes

  • Permit true-ASCII attributes in non-from-pandas dataframes #1337
  • Addition of Array.upgrade_version to upgrade array to latest version #1334
  • Attributes in query conditions no longer need to be passed to Array.query's attr arg #1333
  • ArraySchemaEvolution checks context's last error for error message #1335

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

TileDB-Py 0.17.4

23 Sep 22:39
6d91699
Compare
Choose a tag to compare

TileDB-Py 0.17.4 Release Notes

TileDB Embedded updates:

API Changes

  • Addition of FloatScaleFilter #1195

Misc Updates

  • Wheels are minimally supported for macOS 10.15 Catalina #1275

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

TileDB-Py 0.17.3

12 Sep 20:25
9ea50e9
Compare
Choose a tag to compare

TileDB-Py 0.17.3 Release Notes

API Changes

  • Add ability to pass shape tuple to empty_like #1316
  • Support retrieving MBRs of var-sized dimensions #1311

Misc Updates

  • Wheels will no longer be supported for macOS 10.15 Catalina; the minimum supported macOS version is now 11 Big Sur #1300
  • Wheels will no longer supported for Python 3.6 #1300

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

TileDB-Py 0.17.2

25 Aug 21:17
ab4e867
Compare
Choose a tag to compare

TileDB-Py 0.17.2 Release Notes

TileDB Embedded updates:

Bug Fixes

  • Fix issue where querying an array with a Boolean type when arrow=True, but is unselected in .query(attr=...), results in an error pyarrow.lib.ArrowInvalid: Invalid column index to set field. #1291
  • Use Arrow type fixed-width binary ("w:") for non-variable TILEDB_CHAR #1286

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

TileDB-Py 0.17.1

16 Aug 13:32
eac06b4
Compare
Choose a tag to compare

TileDB-Py 0.17.1 Release Notes

API Changes

  • Support datetime64 for QueryCondition #1279

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

TileDB-Py 0.17.0

08 Aug 21:16
d501664
Compare
Choose a tag to compare

TileDB-Py 0.17.0 Release Notes

TileDB Embedded updates:


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

TileDB-Py 0.16.5

08 Aug 14:13
e31e0f8
Compare
Choose a tag to compare

TileDB-Py 0.16.5 Release Notes

TileDB Embedded updates:


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

TileDB-Py 0.16.4

04 Aug 19:04
6ea0694
Compare
Choose a tag to compare

TileDB-Py 0.16.4 Release Notes

TileDB Embedded updates:

Improvements

  • setup.py revert back to retrieving core version by using ctypes by parsing tiledb_version.h; the tiledb shared object lib now returns back a full path #1226
  • Update minimum required cmake version to =>3.23; required for building libtiledb #1260

API Changes

  • Addition of in operator for QueryCondition #1214
  • Revert the regular indexer [:] to return entire array rather than nonempty domain in order to maintain NumPy semantics #1261

Bug Fixes

  • Deprecate Filestore.import_uri in lieu of Filestore.copy_from #1226

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

TileDB-Py 0.16.3

11 Jul 21:01
d9b58ca
Compare
Choose a tag to compare

TileDB-Py 0.16.3 Release Notes

Packaging Notes

  • This removes import tkinter from test_libtiledb.py which was preventing the conda package from building properly

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