Conversation
|
This pull request has been linked to Shortcut Story #23838: R package release 0.17.0. |
|
As before, this is two commits with the first narrow and focused (just the version and NEWS.md update) and the second overwhelming as it updates the documentation site. So if you browse, browse by commit. No new code in either commit. |
|
Oh, and I plan to keep this open til I hear from CRAN where the package has been submitted. We are in excellent standing so I expect no surprises ... but one never knows ex ante. |
|
Merging as the package is now at CRAN. I had left this line in DESCRIPTION which lead to the need for a human to review delaying this by a few hours: Line 34 in 928719a The line was only needed as we waited for the |
This PR updates the package to release 0.17.0. From NEWS.md (with 'lowered' headline levels for display here)
tiledb 0.17.0
Improvements
Support for testing group URIs on being relative has been added (Add support for is_relative test on group uris #478)
Logging support at the R and C++ level has been added (Add support for spdlog #479, Simpler logging via spdl #487, More efficient string creation for spdlog #489)
Use of TileDB Embedded was upgraded to release 2.12.1, and 2.12.2 (Use TileDB 2.12.1 #480, Use TileDB 2.12.2 #481)
Sparse array queries via tiledb_array and '[]' access use an UNORDERED query layout (Default sparse read via tiledb_array to UNORDERED #488)
Use of TileDB Embedded was upgraded to release 2.13.0 (Use TileDB 2.13.0 #490)
Support for selecting dimensions by discrete points has been added (Add selected_points interface to select dimensions #491)
Bug Fixes
Accomodate possible zero sized allocation estimates for attributes (Accomodate zero buffer size estimate #482)
Detect missing columns in a write-attempt with partial data (Add check for missing column in array write #483)
Build and Test Systems
Update check-out action to version three suppressing a warning (Update yaml files to version three of the checkout action #477)
Code Coverage reports are now generated and available at codecov.io (Add code coverage #484)
Small internal changes renaming two files and conditioning tests under two older releases (Miscellaneous small package cleanups #485)