Skip to content

Commit

Permalink
Add NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed May 8, 2023
1 parent 3d8bdb5 commit 82aa4ea
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
38 changes: 38 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# dwctaxon 1.0.0.9000

## Breaking Changes

- Allow for self-mapping between taxonID and acceptedNameUsageID (https://github.com/joelnitta/dwctaxon/pull/60)

- Don't provide aliases for DwC terms (https://github.com/joelnitta/dwctaxon/pull/63)

## New features

- Full MD5 hash used for generating values of taxonID, with option to use shorter lengths (https://github.com/joelnitta/dwctaxon/pull/45)

- Add option to allow extra (non-DwC) columns (https://github.com/joelnitta/dwctaxon/pull/61)

- Add function to drop rows (https://github.com/joelnitta/dwctaxon/pull/71)

## Documentation

- Add Statement of Need to README (https://github.com/joelnitta/dwctaxon/pull/55)

- Add vignette showing how to fetch data (https://github.com/joelnitta/dwctaxon/pull/62)

- Standardize capitalization of "DwC" in documentation (https://github.com/joelnitta/dwctaxon/pull/64)

- Clarify when new columns are added in documentation (https://github.com/joelnitta/dwctaxon/pull/69)

## Bug fixes

- Fix dct_fill_col() mistakenly allowing use of a missing column for fill_from (https://github.com/joelnitta/dwctaxon/pull/54)

## Other

- Reduce cyclomatic complexity by splitting out subfunctions and removing `if()` calls when possible (https://github.com/joelnitta/dwctaxon/issues/50)

# dwctaxon 1.0.0

- Working version of package with functionality for editing and validating
dataframes in Darwin Core (DwC) Taxon format
3 changes: 3 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Copel
crassum
cre
ctb
cyclomatic
dat
dct
de
Expand Down Expand Up @@ -102,6 +103,7 @@ purrr
Qiang
Queljoe
Radford
README
readr
reprex
rlang
Expand All @@ -127,6 +129,7 @@ Stokely
stringi
stringr
styler
subfunctions
sublicense
Suruceanu
taxastand
Expand Down

0 comments on commit 82aa4ea

Please sign in to comment.