Skip to content

Commit

Permalink
Update HISTORY for 0.26.4 against TileDB 2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Mar 18, 2024
1 parent a80f297 commit 9cd6481
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Release 0.26.4

## Bug Fixes

* Fix VFS `read`, `seek` with numpy integer sizes. [#1927](https://github.com/TileDB-Inc/TileDB-Py/pull/1927)
* Remove erroneous `_ctx` check for GroupMetadata [#1925](https://github.com/TileDB-Inc/TileDB-Py/pull/1925)

# Release 0.26.3

## Improvements
Expand Down
2 changes: 1 addition & 1 deletion misc/azure-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stages:
LIBTILEDB_VERSION: dev
LIBTILEDB_SHA: dev
${{ else }}:
TILEDBPY_VERSION: 0.26.3
TILEDBPY_VERSION: 0.26.4
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
LIBTILEDB_VERSION: "2.20.1"
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
Expand Down

0 comments on commit 9cd6481

Please sign in to comment.