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.25.0 (to be submitted to CRAN). From NEWS.md (with 'lowered' headline levels for display here):
tiledb 0.25.0
and has also been tested against earlier releases as well as the development version (Use 2.20.1 #661, Use TiledDB 2.21.0-rc0 (with tweaks to build setup) #666, Use TileDB 2.21.0-rc1 (reverting previous tweaks) #668, Use 2.21.0 #676)
Improvements
The vendored nanoarrow sources have been update to release 0.4.0, and use of its facilities has been extended (Update nanoarrow and expand use #663)
Query conditions can be expressed against non-existing enumeration (i.e.,
factor
) values when TileDB Core 2.21.0 or later is used (Add unit test for non-existing enum in QCs (for 2.21.0 or later) #674)The
tiledb_array_upgrade_version
helper function to upgrade an schema version is now available (Expose tiledb_array_upgrade_version #675)Bug Fixes
The
tiledb_get_query_range_var()
accessor now correctly calls the range getter for variable-sized dimensions (Correct tiledb_query_get_range_var call #662)The nighly valgrind check now installs to require
nanoarrow
package (Install req'd nanoarrow for valgrind nightlies, also install arrow #664)Variable cell numbers can now set consistently for all attribute types (Correct treatment of ncells=NA for non-character columns #670)
Object walk traversal order detection has been corrected (Correct postorder walk argument check #671)
Build and Test Systems
The nighly valgrind run was updated to include release 2.21 (Updates to CI scripts including roll to release 2.21 in nightly #669)
Unit tests have been added for the TileDB 'object' functions (Correct postorder walk argument check #671, Update documentation for object walk change #672)
Obsolete checks for an ancient Windows version have been removed from the unit tests (In a distant past we needed to avoid tests on Windows Server 2008 #673)