Releases: TileDB-Inc/TileDB-Py
Releases · TileDB-Inc/TileDB-Py
TileDB-Py 0.14.5
TileDB-Py 0.14.5 Release Notes
TileDB Embedded updates:
- TileDB-Py 0.14.5 includes TileDB Embedded TileDB 2.8.3
TileDB-Py 0.14.4
TileDB-Py 0.14.3
TileDB-Py 0.14.3 Release Notes
Improvements
- Refactor display of TileDB objects in Jupyter notebooks to be more readable #1049
- Improve documentation for
Filter
,FilterList
,VFS
,FileIO
,Group
, andQueryCondition
#1043, #1058
Bug Fixes
Dim.shape
correctly errors out if type is not integer or datetime #1055- Correctly check dtypes in
from_pandas
for supported versions of NumPy <1.20 #1054 - Fix Arrow Table lifetime issues when using
.query(return_arrow=True)
#1056
TileDB-Py 0.14.2
TileDB-Py 0.14.2 Release Notes
TileDB Embedded updates:
- TileDB-Py 0.14.2 includes TileDB Embedded TileDB 2.8.2
Improvements
- Add
Group
andObject
to docs #1040
Bug Fixes
- Correct
Group.__repr__
to call correct_dump
function #1040 - Check type of
ctx
infrom_pandas
andfrom_csv
#1042 - Only allow use of
.df
indexer for.query(return_arrow=True)
; error out with meaningful error message otherwise #1045
TileDB-Py 0.14.1
TileDB-Py 0.14.1 Release Notes
TileDB Embedded updates:
- TileDB-Py 0.14.1 includes TileDB Embedded TileDB 2.8.1
TileDB-Py 0.14.0
TileDB-Py 0.14.0 Release Notes
TileDB Embedded updates:
- TileDB-Py 0.14.0 includes TileDB Embedded TileDB 2.8.0
API Changes
- Addition of
Group
andObject
classes to support improved groups #1022
TileDB-Py 0.13.3
TileDB-Py 0.13.3
TileDB Embedded updates:
- The Python 3.10 / manylinux2014 wheels for TileDB-Py 0.13.3 include TileDB Embedded TileDB 2.7.2 built with GCS support
Improvements
- Move
VFS
,FileIO
, andFileHandle
classes from Cython to Pybind11 #934
TileDB-Py 0.13.2
TileDB-Py 0.13.2
TileDB Embedded updates:
- TileDB-Py 0.13.2 includes TileDB Embedded TileDB 2.7.2
Improvements
- Move
FilterList
andFilter
classes from Cython to Pybind11 #921
Bug Fixes
- Fix default validity for write to nullable attribute #994
- Reduce query time for dense var-length arrays by including extra offset element in initial buffer allocation #1005
- Fix round-trippable repr for dimension tile #998
API Changes
- Addition of
ArraySchema.version
to get version of array schema #949 - Deprecate
coords_filters
fromArraySchema
#993 - Allow setting
ascii
incolumn_type
forfrom_pandas
/from_csv
#999
TileDB-Py 0.12.4
TileDB-Py 0.12.4 Release Notes
TileDB Embedded updates:
- TileDB-Py 0.12.4 includes TileDB Embedded TileDB 2.6.4
TileDB-Py 0.13.1
TileDB-Py 0.13.1 Release Notes
TileDB Embedded updates:
- TileDB-Py 0.13.1 includes TileDB Embedded TileDB 2.7.1