File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Release 0.29.1
2
+
3
+ ## Improvements
4
+
5
+ * Expose WebP enums by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1974
6
+ * Add Array.query in docs and improve docs in general by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1965
7
+ * Add support for creating WKB/WKT attributes by @jp-dark in https://github.com/TileDB-Inc/TileDB-Py/pull/1912
8
+ * Add wrapping for ls recursive by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1968
9
+ * Fix compatibility for delete_fragments by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1966
10
+
11
+ ## Build system changes
12
+
13
+ * Add support for numpy2 by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1969
14
+ * Fix syntax error in nightly build workflow by @ihnorton in https://github.com/TileDB-Inc/TileDB-Py/pull/1970
15
+ * Set an upper bound for numpy to dodge 2.0 by @sgillies in https://github.com/TileDB-Inc/TileDB-Py/pull/1963
16
+
1
17
# Release 0.29.0
2
18
3
19
* TileDB-Py 0.29.0 includes TileDB Embedded [ 2.23.0] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.23.0 )
Original file line number Diff line number Diff line change 6
6
LIBTILEDB_VERSION : dev
7
7
LIBTILEDB_SHA : dev
8
8
${{ else }} :
9
- TILEDBPY_VERSION : 0.29.0
9
+ TILEDBPY_VERSION : 0.29.1
10
10
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
11
11
LIBTILEDB_VERSION : " 2.23.0"
12
12
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
You can’t perform that action at this time.
0 commit comments