Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR formalises release 0.29.0 (submitted to CRAN). From NEWS.md (with 'lowered' headline levels for display here):
tiledb 0.29.0
Improvements
Three deprecated calls to
dump()
methods for TileDB Embedded objects now use the preferred streaming alternatives (Refactor three removed dump() calls into stringstream and << use #727)Two already deprecated functions that are removed in TileDB 2.26.0 are no longer used (Encrypted read / write no longer uses deprecated / removed function #732)
The vendored nanoarrow has been updated to its release 0.5.0 (Use nanoarrow 0.5.0 #733)
Fragments can now be removed by supplying a vector of fragment URIs (Support fragment deletion by uri vector #734)
NDRectangle
andCurrentDomain
objects are supported (with 2.25.0 or newer) and can be used withArraySchema
andArraySchemeEvolution
domain of (Support CurrentDomain and NDRectangle #735, Complete CurrentDomain support #737)Build and Test Systems