Skip to content

Commit 6082bc6

Browse files
committed
2.0.6
1 parent f76bcb0 commit 6082bc6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Description: Work with Ecological Metadata Language ('EML') files.
55
'EML' is a widely used metadata standard in the ecological and
66
environmental sciences, described in Jones et al. (2006),
77
<doi:10.1146/annurev.ecolsys.37.091305.110031>.
8-
Version: 2.0.5
8+
Version: 2.0.6
99
Authors@R: c(
1010
person("Carl", "Boettiger",
1111
email = "[email protected]",

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# EML 2.0.6
2+
3+
* 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.
4+
* 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.
5+
* Extended `set_taxonomicCoverage` when called with `expand=TRUE` to support multiple values (See https://github.com/ropensci/EML/pull/329)
6+
* Fixed a minor typographical issue in the Working with Units vignette (See https://github.com/ropensci/EML/commit/eb1604817809d2cbea5405ed6909c0e046e31a3e)
7+
* 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)
8+
* Extends `get_attributes`, `set_attributes`, and `shiny_attributes` to support attribute-level semantic annotations (See https://github.com/ropensci/EML/issues/318)
9+
* 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)
10+
111
# EML 2.0.5
212

313
* migrate upstream namespace changes units::as.units -> units::as_units

0 commit comments

Comments
 (0)