Skip to content

Commit d4cb13d

Browse files
ihnortonnguyenv
andauthored
TileDB-Py 0.28.0 against TileDB 2.22.0 (#1951)
* 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]>
1 parent 53cd41a commit d4cb13d

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

HISTORY.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# Release 0.28.0
2+
3+
## TileDB Embedded updates
4+
5+
* TileDB-Py 0.28.0 includes TileDB Embedded [2.22.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.22.0)
6+
7+
## Improvements
8+
9+
* Update type signature for VFS::readinto by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1937
10+
* Show enumerated value-types in enum-printer by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1936
11+
* Add wrapping for new consolidation plan API by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1935
12+
* Add test for Group constructor invalid uri object type by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1941
13+
* Update doc for tiledb.consolidate by @ihnorton in https://github.com/TileDB-Inc/TileDB-Py/pull/1946
14+
* Improve documentation of from_numpy function by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1942
15+
16+
## Build system changes
17+
18+
* Exclude .pytest_cache and .hypothesis files by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1932
19+
* Remove modular building option by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1938
20+
* Fix wrong version number for Python API docs by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1947
21+
* Remove conditional code for TileDB < 2.16 by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1949
22+
* Update nightly test target to 2.21 by @ihnorton in https://github.com/TileDB-Inc/TileDB-Py/pull/1950
23+
124
# Release 0.27.1
225

326
## TileDB Embedded updates

misc/azure-release.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ stages:
66
LIBTILEDB_VERSION: dev
77
LIBTILEDB_SHA: dev
88
${{ else }}:
9-
TILEDBPY_VERSION: 0.27.1
9+
TILEDBPY_VERSION: 0.28.0
1010
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
11-
LIBTILEDB_VERSION: "2.21.1"
11+
LIBTILEDB_VERSION: "2.22.0"
1212
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
13-
LIBTILEDB_SHA: acd5c50ecc50bb64c4786508c145febb156f3525
14-
# kick the hash
13+
LIBTILEDB_SHA: 52e981ee9ce92eaceaf13a79a5a95820eca0673b
1514
LIBTILEDB_REPO: https://github.com/TileDB-Inc/TileDB
1615
TILEDB_SRC: "$(Build.Repository.Localpath)/tiledb_src"
1716
TILEDB_BUILD: "$(Build.Repository.Localpath)/tiledb_build"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# - this is for builds-from-source
2121
# - release builds are controlled by `misc/azure-release.yml`
2222
# - this should be set to the current core release, not `dev`
23-
TILEDB_VERSION = "2.21.1"
23+
TILEDB_VERSION = "2.22.0"
2424

2525
# allow overriding w/ environment variable
2626
TILEDB_VERSION = (

0 commit comments

Comments
 (0)