File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ # Release 0.33.1
2+
3+ ## Packaging Notes
4+ This version eliminates the Cython dependency, and communication with core is now handled exclusively with pybind11.
5+
6+ ## Improvements
7+
8+ * Remove Cython Dependency by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2118
9+ * Factor _ write_array out of Cython by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2115
10+ * Factor write_direct_dense out of Cython by @kounelisagis and @nguyenv in https://github.com/TileDB-Inc/TileDB-Py/pull/2109
11+ * Remove indexing.pyx by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2108
12+ * Move Query to pure Python by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2106
13+ * Merge Metadata and GroupMetadata into one Python class by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2099
14+ * Move _ setitem_impl_sparse to Python by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2092
15+ * Move Array to pure Python by @kounelisagis , @nguyenv , and @teo-tsirpanis in https://github.com/TileDB-Inc/TileDB-Py/pull/2076
16+
117# Release 0.33.0
218
319* TileDB-Py 0.33.0 includes TileDB Embedded [ 2.27.0] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.27.0 )
420
5- ## What's Changed
21+ ## Improvements
622
723* Fix ` stats_dump ` broken return value type by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2104
824* Enable builds for Python 3.13 by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2107
You can’t perform that action at this time.
0 commit comments