From d80663f3a73b1192247c27629babce70eb8ba09d Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Wed, 29 Nov 2023 11:54:08 -0600 Subject: [PATCH 1/2] Use TileDB 2.18.2 --- tools/tiledbVersion.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tiledbVersion.txt b/tools/tiledbVersion.txt index 8997dcb716..6bf6ea6880 100644 --- a/tools/tiledbVersion.txt +++ b/tools/tiledbVersion.txt @@ -1,2 +1,2 @@ -version: 2.18.1 -sha: fe4544c +version: 2.18.2 +sha: 9ae6e1a From 6f2126876b4070923dc02bb6c6e8dce10e9c1ab9 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Wed, 29 Nov 2023 15:29:51 -0600 Subject: [PATCH 2/2] Update NEWS [ci skip] --- NEWS.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 166cb15bfc..ed6b4ae29d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,12 @@ # ongoing development -* This release of the R package builds against [TileDB 2.18.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.18.0) and [TileDB 2.18.1](https://github.com/TileDB-Inc/TileDB/releases/tag/2.18.1), , and has also been tested against earlier releases as well as the development version (#620,#621) +* This release of the R package builds against [TileDB 2.18.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.18.0), [TileDB 2.18.1](https://github.com/TileDB-Inc/TileDB/releases/tag/2.18.1), [TileDB 2.18.2](https://github.com/TileDB-Inc/TileDB/releases/tag/2.18.2) and has also been tested against earlier releases as well as the development version (#620,#621,#624) ## Improvements -* Use of TileDB Embedded was upgraded to release 2.18.0 (#620) and 2.18.1 (#621) +* Use of TileDB Embedded was upgraded to release 2.18.0 (#620), 2.18.1 (#621), and 2.18.2 (#624) + +* Support for Aggregates has been added (#623) ## Bug Fixes @@ -14,6 +16,8 @@ * Some tests were refactored slightly for greater robustness (#618) +* Support for download and build with an external TileDB Core source tarball has been added (#622) + ## Documentation * The README now contains badges for the r-universe and Anaconda versions (in addition to CRAN) (#617)