|
1 | | -# Rogue v2.1.6 |
| 1 | +# Rogue v2.1.6.9000 (2025-04-14) |
| 2 | + |
| 3 | +- Improve tip instability calculation in identical tree sets |
| 4 | + ([#29](https://github.com/ms609/Rogue/issues/29)). |
| 5 | + |
| 6 | + |
| 7 | +# Rogue v2.1.6 (2023-11-29) |
2 | 8 |
|
3 | 9 | - Legend annotations in documentation. |
4 | 10 | - Disable parallel evaluation by default in `TipInstability()`, |
5 | 11 | adding `parallel` parameter to allow user to override. |
6 | 12 | - Use format string in REprintf(). |
7 | 13 |
|
8 | 14 |
|
9 | | -# Rogue v2.1.5 |
| 15 | +# Rogue v2.1.5 (2023-03-20) |
10 | 16 |
|
11 | 17 | - Call C functions using symbols, not strings. |
12 | 18 |
|
13 | 19 |
|
14 | | -# Rogue v2.1.4 |
| 20 | +# Rogue v2.1.4 (2023-01-16) |
15 | 21 |
|
16 | 22 | - C2X compliant function prototypes. |
17 | 23 |
|
18 | 24 | - Remove unused `sprintf()` calls. |
19 | 25 |
|
20 | 26 |
|
21 | | -# Rogue v2.1.3 |
| 27 | +# Rogue v2.1.3 (2022-09-26) |
22 | 28 |
|
23 | 29 | - `ColByStability()` gains `pal` argument to allow specification of custom |
24 | 30 | palettes. |
25 | 31 |
|
26 | 32 |
|
27 | | -# Rogue v2.1.2 |
| 33 | +# Rogue v2.1.2 (2022-08-16) |
28 | 34 |
|
29 | 35 | - Faster rogue detection when edge lengths provided, per report by Joe Keating. |
30 | 36 |
|
31 | 37 | - Don't list `neverDrop` in `QuickRogue(fullSeq = TRUE)`. |
32 | 38 |
|
33 | 39 |
|
34 | | -# Rogue v2.1.1 |
| 40 | +# Rogue v2.1.1 (2022-07-20) |
35 | 41 |
|
36 | 42 | - Handle `ColByStability(trees = NULL)`. |
37 | 43 |
|
38 | 44 |
|
39 | | -# Rogue v2.1.0 |
| 45 | +# Rogue v2.1.0 (2022-01-13) |
40 | 46 |
|
41 | 47 | - Early termination of `QuickRogue()` when no further improvement possible. |
42 | 48 |
|
|
49 | 55 | - New vignette detailing rogue detection with Bayesian tree samples. |
50 | 56 |
|
51 | 57 |
|
52 | | -# Rogue v2.0.0 |
| 58 | +# Rogue v2.0.0 (2021-09-13) |
53 | 59 |
|
54 | 60 | - Information theoretic rogue detection (per Smith, 2022). |
55 | 61 |
|
56 | 62 |
|
57 | | -# Rogue v1.0.0 |
| 63 | +# Rogue v1.0.0 (2021-06-28) |
58 | 64 |
|
59 | 65 | - R interface to RogueNaRok. |
0 commit comments