Skip to content

Commit

Permalink
Use TileDB 2.18.2 (#624)
Browse files Browse the repository at this point in the history
* Use TileDB 2.18.2

* Update NEWS [ci skip]
  • Loading branch information
eddelbuettel authored Nov 29, 2023
1 parent 20e0ca4 commit e308954
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions tools/tiledbVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version: 2.18.1
sha: fe4544c
version: 2.18.2
sha: 9ae6e1a

0 comments on commit e308954

Please sign in to comment.