From ff2149738a5daeee2c11d7660b3c7631fe1a293e Mon Sep 17 00:00:00 2001 From: Isaiah Norton Date: Sun, 10 Mar 2024 22:45:43 -0400 Subject: [PATCH] Update HISTORY for 0.26.3 against TileDB 2.20 (#1917) --- HISTORY.md | 10 +++++++++- misc/azure-release.yml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 33d96718f..2cafaec9c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,12 @@ -# Release 0.26.1 +# Release 0.26.3 + +## Improvements + +* Fix vfs readinto when buff is not bytes. [#1915](https://github.com/TileDB-Inc/TileDB-Py/pull/1915) +* Update daily test builds to use single source of truth for libtiledb target versions. [1910](https://github.com/TileDB-Inc/TileDB-Py/pull/1910) +* Remove Python 3.7 CI jobs. [1916](https://github.com/TileDB-Inc/TileDB-Py/pull/1916) + +# Release 0.26.2 ## Improvements diff --git a/misc/azure-release.yml b/misc/azure-release.yml index f14ab2709..3f17ead41 100644 --- a/misc/azure-release.yml +++ b/misc/azure-release.yml @@ -6,7 +6,7 @@ stages: LIBTILEDB_VERSION: dev LIBTILEDB_SHA: dev ${{ else }}: - TILEDBPY_VERSION: 0.26.2 + TILEDBPY_VERSION: 0.26.3 # NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA LIBTILEDB_VERSION: "2.20.1" # NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA