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.27.0 (also submitted to CRAN). From NEWS.md (with 'lowered' headline levels for display here):
tiledb 0.27.0
Improvements
Group elements can now be deleted (Support deletion of groups #702)
Two error messages now show the human-readable type representation instead of the enum counter value (Tweak two error messages to display text rather than enum counter #705)
Build and Test Systems
The test files receives a minor refactoring absorbing two files (Small refactoring of existing tests #698)
The nightly valgrind run was updated to include release 2.23.0, release 2.21 has been removed (Roll to release 2.23 in valgrind nightly, retire out 2.21 #703)
Deprecations
libtiledb_array_create_with_key
, accessing a deprecated Core function, is now insrc/deprecated.cpp
and will be removed at later point (Move one function (plus one helper) to deprecation.cpp #699)Removals
libtiledb_query_add_range_with_type
andlibtiledb_query_add_range
, deprecated in release 0.17.1 in January 2023, have been now removed (Remove deprecated functions libtiledb_query_add_range{,_with_type} #700).