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.30.0 (submitted to CRAN). From NEWS.md (with 'lowered' headline levels for display here):
tiledb 0.30.0
Improvements
Error messages displayed when a mismatched external pointer is detected now show both expected and encountered types (More informative error in case of XPtr misuse #740)
NDRectangle
objects can now instantiate from more domain data types (Support more NDRectangle domain types, extend tests #741, Support ndrectangle setter and getter for float{32,64} #742)NDRectangle
objects can now return their number of dimensions and dimension data types (Extend NDRectangle support #743)FragmentInfo
objects are dump via the<<
stringstream operator instead of a now-deprecateddump()
method (No longer rely on now-deprecated dump() for fragment info #753)Documentation
Build and Test Systems
The nighly valgrind matrix now includes release 2.26.0 (Roll nightly valgrind to 2.26.0, retire 2.24.0 #744)
The continuous integration script has been updated reflecting external changes (Update vendored r-ci.sh script #746)
Removals
as.data.frame
,as.matrix
andas.array
to thetiledb_array()
accessor, deprecated in release 0.20.0 in July 2023 in favor of the more generalreturn_as="..."
form, have been removed. (Remove long-deprecated args 'as.data.frame', 'as.matrix', 'as.array' #751)Deprecation
as.data.frame
it was temporarily re-admitted as an argument. It is expected to be removed following the upcoming 3.20 release of BioConducto.r (Temporarily re-admitas.data.frame=TRUE
in tiledb_array() #752)