Skip to content

Commit

Permalink
2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Apr 27, 2022
1 parent f76bcb0 commit 6082bc6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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),
<doi:10.1146/annurev.ecolsys.37.091305.110031>.
Version: 2.0.5
Version: 2.0.6
Authors@R: c(
person("Carl", "Boettiger",
email = "cboettig@gmail.com",
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6082bc6

Please sign in to comment.