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.29.1 ', '2.28.1']
14+ libtiledb_version : ['2.29.2 ', '2.28.1']
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.29.1 ', '2.28.1']
23+ libtiledb_version : ['2.29.2 ', '2.28.1']
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.29.1
50- RELLIST_HASH SHA256=fb78a3e36570b4b4ca603a1752979de36ab1fe0904bc1ec5236c03ab2b34c8c1
49+ VERSION 2.29.2
50+ RELLIST_HASH SHA256=fac1cb516793815de989bda43c6cedde453e464ed0fb273e3de786c43ffbb55f
5151 )
5252 endif ()
5353 find_package (TileDB REQUIRED )
Original file line number Diff line number Diff line change 1+ # Release 0.35.2
2+
3+ * TileDB-Py 0.35.2 includes TileDB Embedded [ 2.29.2] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.29.2 )
4+
5+ ## Packaging Notes
6+ * Added support for Python 3.14 by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2266
7+
8+ ## Improvements
9+ * Fix dtype setting of an Array that's been limited to a specific attribute by @kylemann16 in https://github.com/TileDB-Inc/TileDB-Py/pull/2262
10+ * Add global order write tests by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2259
11+
12+ ** Full Changelog** : https://github.com/TileDB-Inc/TileDB-Py/compare/0.35.1...0.35.2
13+
114# Release 0.35.1
215
316* TileDB-Py 0.35.1 includes TileDB Embedded [ 2.29.1] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.29.1 )
You can’t perform that action at this time.
0 commit comments