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
This release of the R package builds against TileDB 2.23.0, and has also been tested against earlier releases as well as the development version (#701, #704)
Improvements
Group elements can now be deleted (#702)
Two error messages now show the human-readable type representation instead of the enum counter value (#705)
Build and Test Systems
The test files receives a minor refactoring absorbing two files (#698)
The nightly valgrind run was updated to include release 2.23.0, release 2.21 has been removed (#703)
Deprecations
Function libtiledb_array_create_with_key, accessing a deprecated Core function, is now in src/deprecated.cpp and will be removed at later point (#699)
Removals
Functions libtiledb_query_add_range_with_type and libtiledb_query_add_range, deprecated in release 0.17.1 in January 2023, have been now removed (#700).
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 (#702)
Two error messages now show the human-readable type representation instead of the enum counter value (#705)
Build and Test Systems
The test files receives a minor refactoring absorbing two files (#698)
The nightly valgrind run was updated to include release 2.23.0, release 2.21 has been removed (#703)
Deprecations
libtiledb_array_create_with_key
, accessing a deprecated Core function, is now insrc/deprecated.cpp
and will be removed at later point (#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 (#700).