Skip to content

Commit bd3cf2c

Browse files
authored
Release 0.15.6 Against 2.9.5 (#1184)
1 parent e6c5cb6 commit bd3cf2c

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

HISTORY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
# TileDB-Py 0.15.6 Release Notes
2+
3+
## TileDB Embedded updates:
4+
* TileDB-Py 0.15.6 includes TileDB Embedded [TileDB 2.9.5](https://github.com/TileDB-Inc/TileDB/releases/tag/2.9.5)
5+
16
# TileDB-Py 0.15.5 Release Notes
27

38
## TileDB Embedded updates:
49
* TileDB-Py 0.15.5 includes TileDB Embedded [TileDB 2.9.4](https://github.com/TileDB-Inc/TileDB/releases/tag/2.9.4)
510

611
## API Changes
7-
* Use `bool` instead of `uint8` for Boolean dtype in `dataframe_.py` [#1154](https://github.com/TileDB-Inc/TileDB-Py/pull/1154)
812
* Support `TILEDB_BLOB` dtype [#1159](https://github.com/TileDB-Inc/TileDB-Py/pull/1159)
913

1014
## Bug Fixes

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.5
10-
LIBTILEDB_VERSION: 2.9.4
11-
LIBTILEDB_SHA: 4e14c01781820c8235c566365f77f6b0cc61b022
9+
TILEDBPY_VERSION: 0.15.6
10+
LIBTILEDB_VERSION: 2.9.5
11+
LIBTILEDB_SHA: 81e3fd10e7da582967e13650ebabb942402f65ce
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
@@ -23,7 +23,7 @@
2323
### DO NOT USE ON CI
2424

2525
# Target branch: Note that this should be set to the current core release, not `dev`
26-
TILEDB_VERSION = "2.9.4"
26+
TILEDB_VERSION = "2.9.5"
2727
# allow overriding w/ environment variable
2828
TILEDB_VERSION = os.environ.get("TILEDB_VERSION") or TILEDB_VERSION
2929

0 commit comments

Comments
 (0)