File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed
Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
1010 ci1 :
1111 uses : ./.github/workflows/daily-test-build.yml
1212 with :
13- libtiledb_version : ' 2.26 .0'
13+ libtiledb_version : ' 2.27 .0'
1414
1515 ci2 :
1616 uses : ./.github/workflows/daily-test-build.yml
1717 with :
18- libtiledb_version : ' 2.25 .0'
18+ libtiledb_version : ' 2.26 .0'
1919
2020 ci3 :
2121 uses : ./.github/workflows/daily-test-build-numpy.yml
2222 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)
4646 message (STATUS "Downloading TileDB default version ..." )
4747 # Download latest release
4848 fetch_prebuilt_tiledb(
49- VERSION 2.26.2
50- RELLIST_HASH SHA256=86c19d7c5246cb18e370a4272cead63ea84bd651789842e618de4d57d4510522
49+ VERSION 2.27.0
50+ RELLIST_HASH SHA256=8056514b1949cdab19405376e32e299578491a6d3e953321d12d761f94dc19b9
5151 )
5252 endif ()
5353 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+
113# Release 0.32.5
214
315* 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