From 96fea63460794903454acba2df37e65e780b373f Mon Sep 17 00:00:00 2001 From: Isaiah Norton <ihnorton@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:38:01 -0500 Subject: [PATCH] Update HISTORY for 0.26.2 (#1913) Update HISTORY and version for 0.26.2 --- HISTORY.md | 5 +++-- misc/azure-release.yml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index a906724790..33d96718ff 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,9 @@ -# Next +# Release 0.26.1 ## Improvements -* For compatibility with fsspec and rasterio, `isdir()`, `isfile()`, and `size()` aliases have been added to the `VFS` class (#1902). +* Added API support for TileDB aggregates. [#1889](https://github.com/TileDB-Inc/TileDB-Py/pull/1889) +* For compatibility with fsspec and rasterio, `isdir()`, `isfile()`, and `size()` aliases have been added to the `VFS` class. [#1902](https://github.com/TileDB-Inc/TileDB-Py/pull/1902). # Release 0.26.1 diff --git a/misc/azure-release.yml b/misc/azure-release.yml index 03c7caa008..2e0be78125 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.0 + TILEDBPY_VERSION: 0.26.2 # NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA LIBTILEDB_VERSION: "2.20.1" # NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA