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 updates the package to release 0.19.0. From NEWS.md (with 'lowered' headline levels for display here):
tiledb 0.19.0
version (Use TileDB 2.14.1 #516, Use TileDB 2.15.0 #521).
Breaking Changes
r.legacy_validity_modetotrue; the option also permits to write to an older installation. A conversion helper script is provided inscripts/legacy_validity_convert.r. (Correct nullable string validity map treatment #517)Improvements
Attributes can now be created, written and read from in (explicit) UTF8 types (and CHAR and ASCII already behaved correctly with respect to utf8 data) (Additional UTF8 attribute support #510)
Compilation under
clang++no longer complains about two unused member variables (Silence clang++ by using member variables #512)Query conditions for character columns can now be expressed using the
%in%operator and a vector of values (Support %in% member condition on ASCII columns #513)Use of TileDB Embedded was upgraded to releases 2.14.1 and 2.15.0 (Use TileDB 2.14.1 #516, Use TileDB 2.15.0 #521)
Safer checking of
NAsintiledb_config()to support R 4.2 conditional lengths (Safer check for NAs intiledb_config()#519)Query conditions can now be combined using
&and|(in addition to&&and||) (Generalise query condition parser for boolean AND and OR to single char #526)Bug Fixes
Build and Test Systems
The TileDB Embedded version is now used to determine whether a dampener is needed for the deprecation warning (Refined deprecation toggle #511)
One of the test data sets included with Correct nullable string validity map treatment #517 has been regenerated under an older TileDB version in order to test on more systems (Update test data to be useable also by older TileDB versions #523)
Documentation for Metadata accessors no longer states URIs strings are accepted (Correction to Metadata argument 'arr' description #527)
Deprecations
Removals