From 6082bc6cdc8d3ea0b764e5772a9673547d7780dc Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Wed, 27 Apr 2022 14:08:48 -0800 Subject: [PATCH] 2.0.6 --- DESCRIPTION | 2 +- NEWS.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5d294a0..afdc20e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,7 +5,7 @@ Description: Work with Ecological Metadata Language ('EML') files. 'EML' is a widely used metadata standard in the ecological and environmental sciences, described in Jones et al. (2006), . -Version: 2.0.5 +Version: 2.0.6 Authors@R: c( person("Carl", "Boettiger", email = "cboettig@gmail.com", diff --git a/NEWS.md b/NEWS.md index 310077b..88412a8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +# EML 2.0.6 + +* Improved performance of `shiny_attribtues` by caching calls to `units::valid_udunits_prefixes` (See https://github.com/ropensci/EML/issues/332). This should dramatically improve performance of the Shiny application for certain use cases. +* Changed how `set_taxonomicCoverage` works to follow the EML schema's guidance on handling species names (See https://github.com/ropensci/EML/issues/328). Species named are now stored as-is rather than split into genus and species. +* Extended `set_taxonomicCoverage` when called with `expand=TRUE` to support multiple values (See https://github.com/ropensci/EML/pull/329) +* Fixed a minor typographical issue in the Working with Units vignette (See https://github.com/ropensci/EML/commit/eb1604817809d2cbea5405ed6909c0e046e31a3e) +* Modified how `set_attributes` sets storageType on numeric columns so it will accept `integer` when provided by the user while still defaulting to `float` (See https://github.com/ropensci/EML/issues/324) +* Extends `get_attributes`, `set_attributes`, and `shiny_attributes` to support attribute-level semantic annotations (See https://github.com/ropensci/EML/issues/318) +* The test suite will now skip tests dependent on [taxadb](https://cran.r-project.org/web/packages/taxadb/index.html) when it's not installed (See https://github.com/ropensci/EML/issues/320) + # EML 2.0.5 * migrate upstream namespace changes units::as.units -> units::as_units