Skip to content

Commit

Permalink
TileDB-Py 0.28.0 against TileDB 2.22.0 (#1951)
Browse files Browse the repository at this point in the history
* TileDB-Py 0.28.0 against TileDB 2.22.0

* Update misc/azure-release.yml

Co-authored-by: nguyenv <[email protected]>

---------

Co-authored-by: nguyenv <[email protected]>
  • Loading branch information
ihnorton and nguyenv authored Apr 16, 2024
1 parent 53cd41a commit d4cb13d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
23 changes: 23 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Release 0.28.0

## TileDB Embedded updates

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

## Improvements

* Update type signature for VFS::readinto by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1937
* Show enumerated value-types in enum-printer by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1936
* Add wrapping for new consolidation plan API by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1935
* Add test for Group constructor invalid uri object type by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1941
* Update doc for tiledb.consolidate by @ihnorton in https://github.com/TileDB-Inc/TileDB-Py/pull/1946
* Improve documentation of from_numpy function by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1942

## Build system changes

* Exclude .pytest_cache and .hypothesis files by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1932
* Remove modular building option by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1938
* Fix wrong version number for Python API docs by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1947
* Remove conditional code for TileDB < 2.16 by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1949
* Update nightly test target to 2.21 by @ihnorton in https://github.com/TileDB-Inc/TileDB-Py/pull/1950

# Release 0.27.1

## TileDB Embedded updates
Expand Down
7 changes: 3 additions & 4 deletions misc/azure-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ stages:
LIBTILEDB_VERSION: dev
LIBTILEDB_SHA: dev
${{ else }}:
TILEDBPY_VERSION: 0.27.1
TILEDBPY_VERSION: 0.28.0
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
LIBTILEDB_VERSION: "2.21.1"
LIBTILEDB_VERSION: "2.22.0"
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
LIBTILEDB_SHA: acd5c50ecc50bb64c4786508c145febb156f3525
# kick the hash
LIBTILEDB_SHA: 52e981ee9ce92eaceaf13a79a5a95820eca0673b
LIBTILEDB_REPO: https://github.com/TileDB-Inc/TileDB
TILEDB_SRC: "$(Build.Repository.Localpath)/tiledb_src"
TILEDB_BUILD: "$(Build.Repository.Localpath)/tiledb_build"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# - this is for builds-from-source
# - release builds are controlled by `misc/azure-release.yml`
# - this should be set to the current core release, not `dev`
TILEDB_VERSION = "2.21.1"
TILEDB_VERSION = "2.22.0"

# allow overriding w/ environment variable
TILEDB_VERSION = (
Expand Down

0 comments on commit d4cb13d

Please sign in to comment.