Skip to content

Commit

Permalink
updated NEWS and bumped minor version in DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Apr 2, 2024
1 parent c683ffa commit 2cf456f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: DAISIEprep
Type: Package
Title: Extracts Phylogenetic Island Community Data from Phylogenetic Trees
Version: 0.3.3
Version: 0.4.0
Authors@R: c(
person(given = "Joshua W.",
family = "Lambert",
Expand Down
21 changes: 21 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# News

# DAISIEprep 0.4.0

### NEW FEATURES
* The rate model (`rate_model`) can now be selected in `add_asr_node_states()`
and passed to `castor::asr_mk_model()`. Feature suggested by @rsetienne.

### MINOR IMPROVEMENTS
* `add_missing_species()` now errors when the species name supplied to
`species_to_add_to` is not found in the `island_tbl`. Suggested by @luislvalente.
* Function documentation for `add_island_colonist()` arguments has been improved.
Suggested by @rsetienne.
* Unit tests have been added for `add_asr_node_states()`.
* Unit test for `add_missing_species()` has been updated.
* Markdown formatting has been enabled for Roxygen documentation.

### BUG FIXES
* None

### DEPRECATED AND DEFUNCT
* None

# DAISIEprep 0.3.3

### NEW FEATURES
Expand Down

0 comments on commit 2cf456f

Please sign in to comment.