Skip to content

Commit 494798d

Browse files
authored
Release 0.16.2 Against 2.10.2 (#1213)
1 parent 353f2d1 commit 494798d

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

HISTORY.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# In Progress
1+
# TileDB-Py 0.16.2 Release Notes
2+
3+
## TileDB Embedded updates:
4+
* TileDB-Py 0.16.2 includes TileDB Embedded [TileDB 2.10.2](https://github.com/TileDB-Inc/TileDB/releases/tag/2.10.2)
25

36
## Improvements
47
* `setup.py` retrieves core version by using `ctypes` to call `tiledb_version` rather than parsing `tiledb_version.h` [#1191](https://github.com/TileDB-Inc/TileDB-Py/pull/1191)

misc/azure-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ stages:
66
LIBTILEDB_VERSION: dev
77
LIBTILEDB_SHA: dev
88
${{ else }}:
9-
TILEDBPY_VERSION: 0.16.1
10-
LIBTILEDB_VERSION: 2.10.1
11-
LIBTILEDB_SHA: 6535d4cfdd6cc520b52a760b4185a26aa14c3354
9+
TILEDBPY_VERSION: 0.16.2
10+
LIBTILEDB_VERSION: 2.10.2
11+
LIBTILEDB_SHA: 9ab84f907fa5bbbc22099df220ac86f1391509f1
1212
LIBTILEDB_REPO: https://github.com/TileDB-Inc/TileDB
1313
TILEDB_SRC: "$(Build.Repository.Localpath)/tiledb_src"
1414
TILEDB_BUILD: "$(Build.Repository.Localpath)/tiledb_build"

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
### DO NOT USE ON CI
2222

2323
# Target branch: Note that this should be set to the current core release, not `dev`
24-
TILEDB_VERSION = (
25-
"6535d4cfdd6cc520b52a760b4185a26aa14c3354" # Update after 2.10.1 tagged
26-
)
24+
TILEDB_VERSION = "2.10.2"
2725
# allow overriding w/ environment variable
2826
TILEDB_VERSION = os.environ.get("TILEDB_VERSION") or TILEDB_VERSION
2927

0 commit comments

Comments
 (0)