Skip to content

Commit ab4e867

Browse files
authored
Release 0.17.2 Against 2.11.1 (#1296)
1 parent a40c66b commit ab4e867

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
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.17.2 Release Notes
2+
3+
## TileDB Embedded updates:
4+
* TileDB-Py 0.17.2 includes TileDB Embedded [TileDB 2.11.1](https://github.com/TileDB-Inc/TileDB/releases/tag/2.11.1)
25

36
## Bug Fixes
47
* Fix issue where querying an array with a Boolean type when `arrow=True`, but is unselected in `.query(attr=...)`, results in an error `pyarrow.lib.ArrowInvalid: Invalid column index to set field.` [#1291](https://github.com/TileDB-Inc/TileDB-Py/pull/1291)

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.17.1
10-
LIBTILEDB_VERSION: 2.11.0
11-
LIBTILEDB_SHA: 34e5dbc25d8718d6a93558497ce41a380a449b37
9+
TILEDBPY_VERSION: 0.17.2
10+
LIBTILEDB_VERSION: 2.11.1
11+
LIBTILEDB_SHA: 15a11618e43459d9e5582971752584d44bd401c4
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +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 = "2.11.0"
24+
TILEDB_VERSION = "2.11.1"
2525

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

0 commit comments

Comments
 (0)