Skip to content

Commit 8d05fdd

Browse files
authored
Release 0.16.0 Against 2.10.0 (#1192)
1 parent d3d5e49 commit 8d05fdd

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

HISTORY.md

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

36
## API Changes
47
* Addition of Filestore API [#1070](https://github.com/TileDB-Inc/TileDB-Py/pull/1070)
8+
* Use `bool` instead of `uint8` for Boolean dtype in `dataframe_.py` [#1154](https://github.com/TileDB-Inc/TileDB-Py/pull/1154)
9+
* Support QueryCondition OR operator [#1146](https://github.com/TileDB-Inc/TileDB-Py/pull/1146)
10+
511
# TileDB-Py 0.15.6 Release Notes
612

713
## TileDB Embedded updates:

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.15.6
10-
LIBTILEDB_VERSION: 2.9.5
11-
LIBTILEDB_SHA: 81e3fd10e7da582967e13650ebabb942402f65ce
9+
TILEDBPY_VERSION: 0.16.0
10+
LIBTILEDB_VERSION: 2.10.0
11+
LIBTILEDB_SHA: 0b54e51a08e1a4208e73cdd26aa2e41f67a6840f
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"

0 commit comments

Comments
 (0)