Skip to content

Commit a39a818

Browse files
authored
Update HISTORY for 0.33.5 against TileDB 2.27.2 (#2173)
1 parent dd204c9 commit a39a818

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

.github/workflows/daily-tests.yml

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

1515
ci2:
1616
uses: ./.github/workflows/daily-test-build.yml
@@ -20,7 +20,7 @@ jobs:
2020
ci3:
2121
uses: ./.github/workflows/daily-test-build-numpy.yml
2222
with:
23-
libtiledb_version: '2.27.1'
23+
libtiledb_version: '2.27.2'
2424

2525
ci4:
2626
uses: ./.github/workflows/daily-test-build-numpy.yml

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.1
50-
RELLIST_HASH SHA256=ded52a6dd95ef139fed369920d2c6c6c92d9e49bca935ca65d51e6dcf9902daa
49+
VERSION 2.27.2
50+
RELLIST_HASH SHA256=b514c20cfd45c2250fea5c2efcb80facf953e647416fc1fdc6ac8133a7f8dc4d
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.33.5
2+
3+
* TileDB-Py 0.33.5 includes TileDB Embedded [2.27.2](https://github.com/TileDB-Inc/TileDB/releases/tag/2.27.2)
4+
5+
## Bug Fixes
6+
7+
* Fix `stats_reset()` behavior by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2172
8+
* Fix for query conditions that contain attributes with dot(s) when using the `in` operator by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2171
9+
10+
## Improvements
11+
* Expand `.df` Array/Query accessor to allow indexing with NumPy and PyArrow arrays by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2170
12+
* Improve the logic for using Arrow when it is not explicitly requested by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2168
13+
14+
**Full Changelog**: https://github.com/TileDB-Inc/TileDB-Py/compare/0.33.4...0.33.5
15+
116
# Release 0.33.4
217

318
* TileDB-Py 0.33.4 includes TileDB Embedded [2.27.1](https://github.com/TileDB-Inc/TileDB/releases/tag/2.27.1)

0 commit comments

Comments
 (0)