You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,34 @@
1
+
canaper 0.0.2
2
+
===============
3
+
4
+
### BUG FIXES
5
+
6
+
*[Fix bug](https://github.com/joelnitta/canaper/commit/acb40172c2d5ffb04e13519c6cad7c6d00fa451a) where `cpr_rand_test()` was failing to return identical results after `set.seed()` when parallelization is on
7
+
1
8
canaper 0.0.1
2
9
===============
3
10
4
11
### NEW FEATURES
5
12
6
-
* Add `cpr_rand_comm()` function for generating a random community
7
-
2f3318c1d62f401d7c99bdcc16c64194359c3fbe
13
+
*[Add `cpr_rand_comm()` function](https://github.com/joelnitta/canaper/commit/2f3318c1d62f401d7c99bdcc16c64194359c3fbe) for generating a random community
8
14
9
15
* Implement user-provided community matrix randomization functions
10
16
11
17
### BREAKING CHANGES
12
18
13
-
* Use `vegan` for community matrix randomizations instead of `picante`
14
-
b0a2d47130398eb62e28eba4783057f781763645
19
+
*[Use `vegan`](https://github.com/joelnitta/canaper/commit/b0a2d47130398eb62e28eba4783057f781763645) for community matrix randomizations instead of `picante`
20
+
15
21
16
22
### BUG FIXES
17
23
18
-
* Fix error in classification of endemism types with `cpr_classify_endem()`,
24
+
*[Fix error](https://github.com/joelnitta/canaper/commit/2f3318c1d62f401d7c99bdcc16c64194359c3fbe) in classification of endemism types with `cpr_classify_endem()`,
19
25
where super-endemic cells were previously being assigned if `pe_obs_p_upper`
20
26
**or**`pe_obs_alt_p_upper` were highly significant (P > 0.99), to requiring
21
-
**both** to be highly significant 2f3318c1d62f401d7c99bdcc16c64194359c3fbe
27
+
**both** to be highly significant
22
28
23
-
* Fix calculation of RPD, RPE where alternative tree had all branch lengths
29
+
*[Fix calculation](https://github.com/joelnitta/canaper/commit/50ed6e975d14adba334f06a984d521ff69ed961c) of RPD, RPE where alternative tree had all branch lengths
24
30
converted to same value, to converting only non-zero branch lengths to same
0 commit comments