From 00df835b44594dd7215b93caf799714db554cee3 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Fri, 17 Feb 2023 08:44:45 -0600 Subject: [PATCH] Updated news, moved script [ci skip] --- NEWS.md | 2 +- .../scripts/legacy_validity_convert.r | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tools/legacy_validyt_convert.r => inst/scripts/legacy_validity_convert.r (100%) diff --git a/NEWS.md b/NEWS.md index 9b63e12c21..ea83ba39cc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ ## Breaking Changes -* The validity map coding of nullable strings has been corrected, but previously written arrays with missing values can not be read as should exported and re-written (#517) +* The validity map coding of nullable strings has been corrected: validity map values of one are now interpreted as valid/non-null for full compatibility with other TileDB projects. Previously written arrays with nullable strings can be read by setting the config option `r.legacy_validity_mode` to `true`; the option also permits to write to an older installation. A conversion helper script is provided in `scripts/legacy_validity_convert.r`. (#517) ## Improvements diff --git a/tools/legacy_validyt_convert.r b/inst/scripts/legacy_validity_convert.r similarity index 100% rename from tools/legacy_validyt_convert.r rename to inst/scripts/legacy_validity_convert.r