Skip to content

Commit 5b5e6bc

Browse files
authored
Update HISTORY for 0.35.0 against TileDB 2.29.0 (#2247)
1 parent d84ea26 commit 5b5e6bc

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed

.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.28.0'
13+
libtiledb_version: '2.29.0'
1414

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

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

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

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.28.1
50-
RELLIST_HASH SHA256=e16928305ab3a9d48422d33de6af1b0516cf45a5cabb126465e72c0a76cbe5aa
49+
VERSION 2.29.0
50+
RELLIST_HASH SHA256=dcd46ae9fe9fee00bfd9b92f83606b73135c90df46e3246603d06074e28c7e99
5151
)
5252
endif()
5353
find_package(TileDB REQUIRED)

HISTORY.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Release 0.35.0
2+
3+
* TileDB-Py 0.35.0 includes TileDB Embedded [2.29.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.29.0)
4+
5+
## Bug Fixes
6+
* Fix `numpy.sum` overflow in aggregate tests by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2245
7+
* Upcast sum aggregation results to prevent overflows by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2244
8+
* Escape quotes in query condition test strings by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2243
9+
* Fix: respect context params during vacuum when no config is provided by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2236
10+
11+
## Improvements
12+
* Fix numpy comparisons; use `==` for dtypes and `isinstance` for arrays by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2235
13+
* Remove outdated lock handling from `create_array_from_fragments` by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2229
14+
* Add backwards compatibility support for variable-length point ranges by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2226
15+
16+
## Build system changes
17+
* Re-enable libtiledb grafting with auditwheel by @ktsitsi in https://github.com/TileDB-Inc/TileDB-Py/pull/2238
18+
119
# Release 0.34.2
220

321
## Improvements

0 commit comments

Comments
 (0)