File tree 3 files changed +17
-5
lines changed
3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
10
10
ci1 :
11
11
uses : ./.github/workflows/daily-test-build.yml
12
12
with :
13
- libtiledb_version : ' 2.26 .0'
13
+ libtiledb_version : ' 2.27 .0'
14
14
15
15
ci2 :
16
16
uses : ./.github/workflows/daily-test-build.yml
17
17
with :
18
- libtiledb_version : ' 2.25 .0'
18
+ libtiledb_version : ' 2.26 .0'
19
19
20
20
ci3 :
21
21
uses : ./.github/workflows/daily-test-build-numpy.yml
22
22
with :
23
- libtiledb_version : ' 2.25 .0'
23
+ libtiledb_version : ' 2.26 .0'
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ if (NOT TileDB_FOUND)
46
46
message (STATUS "Downloading TileDB default version ..." )
47
47
# Download latest release
48
48
fetch_prebuilt_tiledb(
49
- VERSION 2.26.2
50
- RELLIST_HASH SHA256=86c19d7c5246cb18e370a4272cead63ea84bd651789842e618de4d57d4510522
49
+ VERSION 2.27.0
50
+ RELLIST_HASH SHA256=8056514b1949cdab19405376e32e299578491a6d3e953321d12d761f94dc19b9
51
51
)
52
52
endif ()
53
53
find_package (TileDB REQUIRED)
Original file line number Diff line number Diff line change
1
+ # Release 0.33.0
2
+
3
+ * TileDB-Py 0.33.0 includes TileDB Embedded [ 2.27.0] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.27.0 )
4
+
5
+ ## What's Changed
6
+
7
+ * Fix ` stats_dump ` broken return value type by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2104
8
+ * Enable builds for Python 3.13 by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2107
9
+ * Implement serialization functionality for ` Config ` and ` VFS ` objects by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2110
10
+
11
+ ** Full Changelog** : https://github.com/TileDB-Inc/TileDB-Py/compare/0.32.5...0.33.0
12
+
1
13
# Release 0.32.5
2
14
3
15
* TileDB-Py 0.32.5 includes TileDB Embedded [ 2.26.2] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.26.2 )
You can’t perform that action at this time.
0 commit comments