TileDB-Py 0.33.1
Release 0.33.1
Packaging Notes
This version eliminates the Cython dependency, and communication with the TileDB Arrays library (libtiledb) is now handled exclusively with pybind11.
Improvements
- Remove Cython Dependency by @kounelisagis in #2118
- Factor _write_array out of Cython by @kounelisagis in #2115
- Factor write_direct_dense out of Cython by @kounelisagis and @nguyenv in #2109
- Remove indexing.pyx by @kounelisagis in #2108
- Move Query to pure Python by @kounelisagis in #2106
- Merge Metadata and GroupMetadata into one Python class by @kounelisagis in #2099
- Move _setitem_impl_sparse to Python by @kounelisagis in #2092
- Move Array to pure Python by @kounelisagis, @nguyenv, and @teo-tsirpanis in #2076
PyPI release: https://pypi.org/project/tiledb/0.33.1/