Skip to content

Commit

Permalink
Bump version 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed Oct 26, 2021
1 parent 1b383e1 commit 43a9f0a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: canaper
Title: Categorical Analysis of Neo- And Paleo-Endemism
Version: 0.0.0.9000
Version: 0.0.1
Authors@R:
c(
person(given = "Joel H.",
Expand Down
28 changes: 27 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
canaper 0.0.0.9000
canaper 0.0.1
===============

### NEW FEATURES

* Add `cpr_rand_comm()` function for generating a random community
2f3318c1d62f401d7c99bdcc16c64194359c3fbe

* Implement user-provided community matrix randomization functions

### BREAKING CHANGES

* Use `vegan` for community matrix randomizations instead of `picante`
b0a2d47130398eb62e28eba4783057f781763645

### BUG FIXES

* Fix error in classification of endemism types with `cpr_classify_endem()`,
where super-endemic cells were previously being assigned if `pe_obs_p_upper`
**or** `pe_obs_alt_p_upper` were highly significant (P > 0.99), to requiring
**both** to be highly significant 2f3318c1d62f401d7c99bdcc16c64194359c3fbe

* Fix calculation of RPD, RPE where alternative tree had all branch lengths
converted to same value, to converting only non-zero branch lengths to same
value 50ed6e975d14adba334f06a984d521ff69ed961c

canaper 0.0.0.9000
===============

### NEW FEATURES
Expand Down

0 comments on commit 43a9f0a

Please sign in to comment.