Skip to content

Commit 966a03e

Browse files
authored
Release 0.15.5 Against 2.9.4 (#1175)
* Remove Note About QueryCondition OR Support
1 parent 25d33c2 commit 966a03e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

HISTORY.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
1-
# TileDB-Py 0.15.4 Release Notes
1+
# TileDB-Py 0.15.5 Release Notes
22

33
## TileDB Embedded updates:
4-
* TileDB-Py 0.15.4 includes TileDB Embedded [TileDB 2.9.4](https://github.com/TileDB-Inc/TileDB/releases/tag/2.9.4)
4+
* TileDB-Py 0.15.5 includes TileDB Embedded [TileDB 2.9.4](https://github.com/TileDB-Inc/TileDB/releases/tag/2.9.4)
55

66
## API Changes
77
* Use `bool` instead of `uint8` for Boolean dtype in `dataframe_.py` [#1154](https://github.com/TileDB-Inc/TileDB-Py/pull/1154)
8-
* Support QueryCondition OR operator [#1146](https://github.com/TileDB-Inc/TileDB-Py/pull/1146)
98
* Support `TILEDB_BLOB` dtype [#1159](https://github.com/TileDB-Inc/TileDB-Py/pull/1159)
109

1110
## Bug Fixes
1211
* Fix error where passing a `Context` to `Group` would segfault intermittenly [#1165](https://github.com/TileDB-Inc/TileDB-Py/pull/1165)
1312
* Correct Boolean values when `use_arrow=True` [#1167](https://github.com/TileDB-Inc/TileDB-Py/pull/1167)
1413

14+
# TileDB-Py 0.15.4 Release Notes
15+
16+
## Packaging Notes
17+
* Due to a packaging error, the wheels for 0.15.4 should not be used.
18+
1519
# TileDB-Py 0.15.3 Release Notes
1620

1721
## TileDB Embedded updates:

misc/azure-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stages:
66
LIBTILEDB_VERSION: dev
77
LIBTILEDB_SHA: dev
88
${{ else }}:
9-
TILEDBPY_VERSION: 0.15.4
9+
TILEDBPY_VERSION: 0.15.5
1010
LIBTILEDB_VERSION: 2.9.4
1111
LIBTILEDB_SHA: 4e14c01781820c8235c566365f77f6b0cc61b022
1212
LIBTILEDB_REPO: https://github.com/TileDB-Inc/TileDB

0 commit comments

Comments
 (0)