File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
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
+
1
6
# TileDB-Py 0.15.5 Release Notes
2
7
3
8
## TileDB Embedded updates:
4
9
* TileDB-Py 0.15.5 includes TileDB Embedded [ TileDB 2.9.4] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.9.4 )
5
10
6
11
## API Changes
7
- * Use ` bool ` instead of ` uint8 ` for Boolean dtype in ` dataframe_.py ` [ #1154 ] ( https://github.com/TileDB-Inc/TileDB-Py/pull/1154 )
8
12
* Support ` TILEDB_BLOB ` dtype [ #1159 ] ( https://github.com/TileDB-Inc/TileDB-Py/pull/1159 )
9
13
10
14
## Bug Fixes
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.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
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"
Original file line number Diff line number Diff line change 23
23
### DO NOT USE ON CI
24
24
25
25
# 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 "
27
27
# allow overriding w/ environment variable
28
28
TILEDB_VERSION = os .environ .get ("TILEDB_VERSION" ) or TILEDB_VERSION
29
29
You can’t perform that action at this time.
0 commit comments