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.26.0 (already submitted to CRAN). From NEWS.md (with 'lowered' headline levels for display here):
tiledb 0.26.0
Improvements
The display of a
filter_list
is now labeled correctly as a filter list (@cgiachalis in Cumulative documentation improvements #681 addressing tiledb_dim() prints argument 'filter_list' as 'filters' #678)The Arrow integration has been simplified using nanoarrow returning a single
nanoarrow
object; an unexported helper functionnanoarrow2list()
is provided to matching the previous interface (Additional nanoarrow refactoring #682, Update documentation fornanoarrow
refactor, deprecate helpers #685)An new accessor for recursive listings of (currently S3-only) URI is now available (with TileDB Core >= 2.22.0) (Add tiledb_vfs_ls_recursive() #691)
Initial support for TILEDB_GEOM_WKB and TILEB_GEOM_WKT has been added (with TileDB Core >= 2.21.0) (Add initial minimal support for GEOM types #692)
Bug Fixes
data.frame
returns bytiledb_object_walk
(Correct the column content with the column header for object_walk (closes #683) #684 closing tiledb_object_walk() column contents has to be swapped #683)Build and Test Systems
The
configure
andMakevars.in
received a minor update correcting small issues (Update configure and Makevars.in #680)The nightly valgrind run was updated to include release 2.22.0 (Include 2.22 in nightly valgrind #687), release 2.19 and 2.20 have been removed (Remove 2.19 and 2.20 branches from valgrind matrix #695)
Documentation
Deprecations
Functions
tiledb_arrow_array_ptr()
,tiledb_arrow_schmea_ptr()
,tiledb_arrow_array_del()
andtiledb_arrow_schema_del()
are deprecated (in favor of using the correspondingnanoarrow
functions) and will be removed in a future release (Update documentation fornanoarrow
refactor, deprecate helpers #685)The function
tiledb_query_submit_async()
is marked as deprecated (as is the underlying C++ function) and slated for removal in a future release (Deprecate tiledb_query_submit_async() #694)