Skip to content

Commit b55f628

Browse files
authored
Update HISTORY and version for 0.29.1 (#1978)
1 parent 6af0b5c commit b55f628

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

HISTORY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
# Release 0.29.0
218

319
* TileDB-Py 0.29.0 includes TileDB Embedded [2.23.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.23.0)

misc/azure-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stages:
66
LIBTILEDB_VERSION: dev
77
LIBTILEDB_SHA: dev
88
${{ else }}:
9-
TILEDBPY_VERSION: 0.29.0
9+
TILEDBPY_VERSION: 0.29.1
1010
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
1111
LIBTILEDB_VERSION: "2.23.0"
1212
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA

0 commit comments

Comments
 (0)