Skip to content

Commit 23eec31

Browse files
authored
Update HISTORY for 0.35.2 against TileDB 2.29.2 (#2267)
1 parent aa5d1a0 commit 23eec31

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

.github/workflows/daily-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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 }}
@@ -20,7 +20,7 @@ jobs:
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 }}

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

HISTORY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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)

0 commit comments

Comments
 (0)