Skip to content

Commit

Permalink
Release 0.22 against TileDB 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Jul 17, 2023
1 parent 29ebd72 commit 758ebac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Release 0.22.0

* TileDB-Py 0.22.0 includes TileDB Embedded [2.16.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.16.0)

## Improvements

* Added support for variable-length dimension label reads [#1802](https://github.com/TileDB-Inc/TileDB-Py/pull/1802)

## Bug Fixes

* Fix online help typo, and clarify. [#1803](https://github.com/TileDB-Inc/TileDB-Py/pull/1803)
* Fix bad memory access for dimension label tile. [#1804](https://github.com/TileDB-Inc/TileDB-Py/pull/1804)

# Release 0.21.6

## Bug Fixes
Expand Down
1 change: 1 addition & 0 deletions misc/azure-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ stages:
TILEDB_INSTALL: "$(Pipeline.Workspace)/.libtiledb_dist/$(LIBTILEDB_SHA)"
condition: or(startsWith(variables['Build.SourceBranch'], 'refs/tags'), startsWith(variables['Build.SourceBranchName'], 'release-'), startsWith(variables['Build.SourceBranchName'], 'azure-wheel-test-'))

# NFC build bump 1
jobs:
- job: build1_libtiledb
timeoutInMinutes: 120
Expand Down

0 comments on commit 758ebac

Please sign in to comment.