File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- # TileDB-Py 0.15.4 Release Notes
1
+ # TileDB-Py 0.15.5 Release Notes
2
2
3
3
## 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 )
5
5
6
6
## API Changes
7
7
* 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 )
9
8
* Support ` TILEDB_BLOB ` dtype [ #1159 ] ( https://github.com/TileDB-Inc/TileDB-Py/pull/1159 )
10
9
11
10
## Bug Fixes
12
11
* Fix error where passing a ` Context ` to ` Group ` would segfault intermittenly [ #1165 ] ( https://github.com/TileDB-Inc/TileDB-Py/pull/1165 )
13
12
* Correct Boolean values when ` use_arrow=True ` [ #1167 ] ( https://github.com/TileDB-Inc/TileDB-Py/pull/1167 )
14
13
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
+
15
19
# TileDB-Py 0.15.3 Release Notes
16
20
17
21
## TileDB Embedded updates:
Original file line number Diff line number Diff line change 6
6
LIBTILEDB_VERSION : dev
7
7
LIBTILEDB_SHA : dev
8
8
${{ else }} :
9
- TILEDBPY_VERSION : 0.15.4
9
+ TILEDBPY_VERSION : 0.15.5
10
10
LIBTILEDB_VERSION : 2.9.4
11
11
LIBTILEDB_SHA : 4e14c01781820c8235c566365f77f6b0cc61b022
12
12
LIBTILEDB_REPO : https://github.com/TileDB-Inc/TileDB
You can’t perform that action at this time.
0 commit comments