File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 name : Daily Test Build (libtiledb ${{ matrix.libtiledb_version }})
1212 strategy :
1313 matrix :
14- libtiledb_version : ['2.30.0 ', '2.29.2']
14+ libtiledb_version : ['2.30.1 ', '2.29.2']
1515 uses : ./.github/workflows/daily-test-build.yml
1616 with :
1717 libtiledb_version : ${{ matrix.libtiledb_version }}
2020 name : Daily Test Build NumPy (libtiledb ${{ matrix.libtiledb_version }})
2121 strategy :
2222 matrix :
23- libtiledb_version : ['2.30.0 ', '2.29.2']
23+ libtiledb_version : ['2.30.1 ', '2.29.2']
2424 uses : ./.github/workflows/daily-test-build-numpy.yml
2525 with :
2626 libtiledb_version : ${{ matrix.libtiledb_version }}
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.30.0
50- RELLIST_HASH SHA256=39277332a23ab6158b20b6e080468b0128f8dfafbc2e727be3313b1b3deccf6b
49+ VERSION 2.30.1
50+ RELLIST_HASH SHA256=818c4d52974ec6ff506180524f2c6724b673a7b45891d7679d263034435aec6a
5151 )
5252 endif ()
5353 find_package (TileDB REQUIRED )
Original file line number Diff line number Diff line change 1+ # Release 0.36.1
2+
3+ * TileDB-Py 0.36.1 includes TileDB Embedded [ 2.30.1] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.30.1 )
4+
5+ ## Bug Fixes
6+ * Fix Arrow validity buffer lifetime in ` PyQuery ` by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2294
7+
8+ ## Build system changes
9+ * Restrict pandas version to below 3 by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2292
10+
11+ ** Full Changelog** : https://github.com/TileDB-Inc/TileDB-Py/compare/0.36.0...0.36.1
12+
113# Release 0.36.0
214
315* TileDB-Py 0.36.0 includes TileDB Embedded [ 2.30.0] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.30.0 )
You can’t perform that action at this time.
0 commit comments