Skip to content

Commit 97a56d4

Browse files
authored
Update HISTORY for 0.34.0 against TileDB 2.28.0 (#2193)
1 parent bbb8360 commit 97a56d4

3 files changed

Lines changed: 21 additions & 6 deletions

File tree

.github/workflows/daily-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ jobs:
1010
ci1:
1111
uses: ./.github/workflows/daily-test-build.yml
1212
with:
13-
libtiledb_version: '2.27.2'
13+
libtiledb_version: '2.28.0'
1414

1515
ci2:
1616
uses: ./.github/workflows/daily-test-build.yml
1717
with:
18-
libtiledb_version: '2.26.2'
18+
libtiledb_version: '2.27.2'
1919

2020
ci3:
2121
uses: ./.github/workflows/daily-test-build-numpy.yml
2222
with:
23-
libtiledb_version: '2.27.2'
23+
libtiledb_version: '2.28.0'
2424

2525
ci4:
2626
uses: ./.github/workflows/daily-test-build-numpy.yml
2727
with:
28-
libtiledb_version: '2.26.2'
28+
libtiledb_version: '2.27.2'

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.27.2
50-
RELLIST_HASH SHA256=b514c20cfd45c2250fea5c2efcb80facf953e647416fc1fdc6ac8133a7f8dc4d
49+
VERSION 2.28.0
50+
RELLIST_HASH SHA256=40c8a0b5b7ddfe6150e3ce390fd95761d2b7d5910ea3fd5c7dfb67d431e64660
5151
)
5252
endif()
5353
find_package(TileDB REQUIRED)

HISTORY.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Release 0.34.0
2+
3+
* TileDB-Py 0.34.0 includes TileDB Embedded [2.28.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.28.0)
4+
5+
## Improvements
6+
7+
* Add Building from Source docs by @nickvigilante in https://github.com/TileDB-Inc/TileDB-Py/pull/2190
8+
* Remove support for HDFS by @jdblischak, @kounelisagis, and @teo-tsirpanis in https://github.com/TileDB-Inc/TileDB-Py/pull/2185, https://github.com/TileDB-Inc/TileDB-Py/pull/2184, and https://github.com/TileDB-Inc/TileDB-Py/pull/2191
9+
* Consider index passed, even if the current domain is present by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2178
10+
11+
## Build system changes
12+
* Set manylinux images to `manylinux_2_28` for build wheels workflow by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2192
13+
14+
**Full Changelog**: https://github.com/TileDB-Inc/TileDB-Py/compare/0.33.6...0.34.0
15+
116
# Release 0.33.6
217

318
## Bug Fixes

0 commit comments

Comments
 (0)