Skip to content

Commit 8d52e32

Browse files
authored
Update HISTORY for 0.25.0 against TileDB 2.19 (#1878)
1 parent 0abb5df commit 8d52e32

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

HISTORY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66

77
# Release 0.24.0
88

9+
* TileDB-Py 0.25.0 includes TileDB Embedded [2.19.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.19.0)
10+
11+
## Improvements
12+
13+
* Fix fill value for complex attributes [1872](https://github.com/TileDB-Inc/TileDB-Py/pull/1872)
14+
* Update current-release nightly target [1873](https://github.com/TileDB-Inc/TileDB-Py/pull/1873)
15+
* Add full check of attribute properties in __eq__ method [1874](https://github.com/TileDB-Inc/TileDB-Py/pull/1874)
16+
* Add all array properties to ArraySchema.__eq__ [1875](https://github.com/TileDB-Inc/TileDB-Py/pull/1875)
17+
* Error out if query condition given empty set [1877](https://github.com/TileDB-Inc/TileDB-Py/pull/1877)
18+
19+
# Release 0.24.0
20+
921
* TileDB-Py 0.24.0 includes TileDB Embedded [2.18.2](https://github.com/TileDB-Inc/TileDB/releases/tag/2.18.2)
1022

1123
## Improvements

misc/azure-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ stages:
66
LIBTILEDB_VERSION: dev
77
LIBTILEDB_SHA: dev
88
${{ else }}:
9-
TILEDBPY_VERSION: 0.24.0
9+
TILEDBPY_VERSION: 0.25.0
1010
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
11-
LIBTILEDB_VERSION: 2.18.2
12-
LIBTILEDB_SHA: 9ae6e1a855cbbeac1e51cac2e02bbc4e20195214
11+
LIBTILEDB_VERSION: 2.19.0
12+
LIBTILEDB_SHA: fa30a88abc5504ed8387e25937744afcd3802232
1313
LIBTILEDB_REPO: https://github.com/TileDB-Inc/TileDB
1414
TILEDB_SRC: "$(Build.Repository.Localpath)/tiledb_src"
1515
TILEDB_BUILD: "$(Build.Repository.Localpath)/tiledb_build"

setup.py

Lines changed: 1 addition & 1 deletion
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.18.2"
23+
TILEDB_VERSION = "2.19.0"
2424

2525
# allow overriding w/ environment variable
2626
TILEDB_VERSION = os.environ.get("TILEDB_VERSION") or TILEDB_VERSION

0 commit comments

Comments
 (0)