Skip to content

Commit

Permalink
Prepare for release: Bump version number, update news
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
dfalster committed May 6, 2024
1 parent 96b8267 commit 41b4a78
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: APCalign
Title: Resolving Plant Taxon Names Using the Australian Plant Census
Version: 0.1.5
Version: 1.0.0
Authors@R: c(
person(given = "Daniel", family = "Falster", role = c("aut", "cre", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-9814-092X")),
person(given = "Elizabeth", family = "Wenk", role = c("aut", "ctb"), email = "[email protected]", comment = c(ORCID = "0000-0001-5640-5910")),
Expand Down
36 changes: 26 additions & 10 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,37 @@
# APCalign 1.0.0

First major release of APCalign. A preprint is available at
https://www.biorxiv.org/content/10.1101/2024.02.02.578715v1.
Article has been accepted for publication at Australian journal of Botany.

Following review, a number of changes have been implemented. These have sped &
streamlined the package.

* Update function documentation
* Speed up `extract_genus`
* Write a replacement function for `stringr::word` that is much faster.
* Addional speed up `fuzzy_match` function by
- restricting reference list to names with the same first letter as input string.
- Switch from using `util:dist` to `stringdist:stringdist(method = "dl")`
* Rework `standardise_names` to remove punctuation from the start of the string
* Rework `strip_names_extra` (previously `strip_names_2`) to just perform
additional functions to `strip_names`, rather than repeating those performed by `strip_names`.
* Avoid importing entire packages by using package::function format throughout
and removing functions from @import
* Add fuzzy match arguments to `create_taxonomic_update_lookup`
* Add 3 additional family-level APC matches to `match_taxa`.
* Refine tests
* Make messages to console optional
* Fix issue with fails when github is down (https://github.com/traitecoevo/APCalign/issues/205)

# APCalign 0.1.5


* Update installation instructions

* Added how to cite and version APCalign as an article

* Exported `default_version`

* Add citing method for R package

* Update GitHub Actions

* Improved family alignments

* Added `standardise_taxon_rank`

* Improved messaging during alignment



0 comments on commit 41b4a78

Please sign in to comment.