File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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 )
2
5
3
6
## API Changes
4
7
* 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
+
5
11
# TileDB-Py 0.15.6 Release Notes
6
12
7
13
## 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.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
12
12
LIBTILEDB_REPO : https://github.com/TileDB-Inc/TileDB
13
13
TILEDB_SRC : " $(Build.Repository.Localpath)/tiledb_src"
14
14
TILEDB_BUILD : " $(Build.Repository.Localpath)/tiledb_build"
You can’t perform that action at this time.
0 commit comments