This PR formalises release 0.28.0 (submitted to CRAN). From NEWS.md (with 'lowered' headline levels for display here):
tiledb 0.28.0
This release of the R package builds against TileDB 2.24.0, and has also been tested against earlier releases as well as the development version (#714, #715, #717)
Improvements
Three internal and unexported helper functions now document more clearly how they can be called explicitly. (#709)
Reading and writing of text- and binary files supported by a VFS backend is now supported. (#710)
Build and Test Systems
Building TileDB Embedded from source now uses tiledb install-tiledb as targets in a single CMake step. (#711, #713)
The time-travel tests now uses absolute (given) timestamps for writes as well as reads. (#716)
This PR formalises release 0.28.0 (submitted to CRAN). From NEWS.md (with 'lowered' headline levels for display here):
tiledb 0.28.0
Improvements
Three internal and unexported helper functions now document more clearly how they can be called explicitly. (#709)
Reading and writing of text- and binary files supported by a VFS backend is now supported. (#710)
Build and Test Systems
Building TileDB Embedded from source now uses
tiledb install-tiledb
as targets in a single CMake step. (#711, #713)The time-travel tests now uses absolute (given) timestamps for writes as well as reads. (#716)