Skip to content

Commit 96fea63

Browse files
authored
Update HISTORY for 0.26.2 (#1913)
Update HISTORY and version for 0.26.2
1 parent 4f5e260 commit 96fea63

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

HISTORY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# Next
1+
# Release 0.26.1
22

33
## Improvements
44

5-
* For compatibility with fsspec and rasterio, `isdir()`, `isfile()`, and `size()` aliases have been added to the `VFS` class (#1902).
5+
* Added API support for TileDB aggregates. [#1889](https://github.com/TileDB-Inc/TileDB-Py/pull/1889)
6+
* 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).
67

78
# Release 0.26.1
89

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.26.0
9+
TILEDBPY_VERSION: 0.26.2
1010
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
1111
LIBTILEDB_VERSION: "2.20.1"
1212
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA

0 commit comments

Comments
 (0)