File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- # In Progress
1
+ # TileDB-Py 0.15.4 Release Notes
2
+
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 )
2
5
3
6
## API Changes
4
7
* Use ` bool ` instead of ` uint8 ` for Boolean dtype in ` dataframe_.py ` [ #1154 ] ( https://github.com/TileDB-Inc/TileDB-Py/pull/1154 )
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.3
10
- LIBTILEDB_VERSION : 2.9.3
11
- LIBTILEDB_SHA : 9f4129befa55860768906b992f7dfb35a4265c0d
9
+ TILEDBPY_VERSION : 0.15.4
10
+ LIBTILEDB_VERSION : 2.9.4
11
+ LIBTILEDB_SHA : 4e14c01781820c8235c566365f77f6b0cc61b022
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.3 "
26
+ TILEDB_VERSION = "2.9.4 "
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