File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ # TileDB-Py 0.16.5 Release Notes
2
+
3
+ ## TileDB Embedded updates:
4
+ * TileDB-Py 0.16.5 includes TileDB Embedded [ TileDB 2.10.4] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.10.4 )
5
+
1
6
# TileDB-Py 0.16.4 Release Notes
2
7
3
8
## 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.16.4
10
- LIBTILEDB_VERSION : 2.10.3
11
- LIBTILEDB_SHA : 7a5d1cd5d89cb3e1bee39e28c9f268384b86ad3b
9
+ TILEDBPY_VERSION : 0.16.5
10
+ LIBTILEDB_VERSION : 2.10.4
11
+ LIBTILEDB_SHA : f2b5d11119b2b3dacd41215a71c0c1320bdb2e7e
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 21
21
### DO NOT USE ON CI
22
22
23
23
# Target branch: Note that this should be set to the current core release, not `dev`
24
- TILEDB_VERSION = "2.10.3 "
24
+ TILEDB_VERSION = "2.10.4 "
25
25
# allow overriding w/ environment variable
26
26
TILEDB_VERSION = os .environ .get ("TILEDB_VERSION" ) or TILEDB_VERSION
27
27
You can’t perform that action at this time.
0 commit comments