Skip to content

Commit ef701d8

Browse files
committed
Update HISTORY for 0.36.1 against TileDB 2.30.1
1 parent c1918c9 commit ef701d8

3 files changed

Lines changed: 16 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.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 }}
@@ -20,7 +20,7 @@ jobs:
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 }}

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.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)

HISTORY.md

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

0 commit comments

Comments
 (0)