TileDB-Py 0.14.4 Release Notes
Misc Updates
* Update `MACOSX_DEPLOYMENT_TARGET` from 10.14 to 10.15 [1080](https://github.com/TileDB-Inc/TileDB-Py/pull/1080)
Bug Fixes
* Correct handling of Arrow cell count with all empty result [1082](https://github.com/TileDB-Inc/TileDB-Py/pull/1082)
TileDB-Py 0.14.3 Release Notes
Improvements
* Refactor display of TileDB objects in Jupyter notebooks to be more readable [1049](https://github.com/TileDB-Inc/TileDB-Py/pull/1049)
* Improve documentation for `Filter`, `FilterList`, `VFS`, `FileIO`, `Group`, and `QueryCondition` [1043](https://github.com/TileDB-Inc/TileDB-Py/pull/1043), [#1058](https://github.com/TileDB-Inc/TileDB-Py/pull/1058)
Bug Fixes
* `Dim.shape` correctly errors out if type is not integer or datetime [1055](https://github.com/TileDB-Inc/TileDB-Py/pull/1055)
* Correctly check dtypes in `from_pandas` for supported versions of NumPy <1.20 [1054](https://github.com/TileDB-Inc/TileDB-Py/pull/1054)
* Fix Arrow Table lifetime issues when using`.query(return_arrow=True)` [1056](https://github.com/TileDB-Inc/TileDB-Py/pull/1056)
TileDB-Py 0.14.2 Release Notes
TileDB Embedded updates: