Releases: TileDB-Inc/TileDB-Py
Releases · TileDB-Inc/TileDB-Py
TileDB-Py 0.17.6
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 ofconvert_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
TileDB-Py 0.17.5
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
'sattr
arg #1333 ArraySchemaEvolution
checks context's last error for error message #1335
TileDB-Py 0.17.4
TileDB-Py 0.17.4 Release Notes
TileDB Embedded updates:
- TileDB-Py 0.17.4 includes TileDB Embedded TileDB 2.11.3
API Changes
- Addition of
FloatScaleFilter
#1195
Misc Updates
- Wheels are minimally supported for macOS 10.15 Catalina #1275
TileDB-Py 0.17.3
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
TileDB-Py 0.17.2
TileDB-Py 0.17.2 Release Notes
TileDB Embedded updates:
- TileDB-Py 0.17.2 includes TileDB Embedded TileDB 2.11.1
Bug Fixes
- Fix issue where querying an array with a Boolean type when
arrow=True
, but is unselected in.query(attr=...)
, results in an errorpyarrow.lib.ArrowInvalid: Invalid column index to set field.
#1291 - Use Arrow type fixed-width binary ("w:") for non-variable TILEDB_CHAR #1286
TileDB-Py 0.17.1
TileDB-Py 0.17.0
TileDB-Py 0.17.0 Release Notes
TileDB Embedded updates:
- TileDB-Py 0.17.0 includes TileDB Embedded TileDB 2.11.0
TileDB-Py 0.16.5
TileDB-Py 0.16.5 Release Notes
TileDB Embedded updates:
- TileDB-Py 0.16.5 includes TileDB Embedded TileDB 2.10.4
TileDB-Py 0.16.4
TileDB-Py 0.16.4 Release Notes
TileDB Embedded updates:
- TileDB-Py 0.16.4 includes TileDB Embedded TileDB 2.10.3
Improvements
setup.py
revert back to retrieving core version by usingctypes
by parsingtiledb_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 forQueryCondition
#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 ofFilestore.copy_from
#1226
TileDB-Py 0.16.3
TileDB-Py 0.16.3 Release Notes
Packaging Notes
- This removes
import tkinter
fromtest_libtiledb.py
which was preventing the conda package from building properly