Skip to content

Commit 08659e3

Browse files
committed
2.1.6.9000
1 parent 665e972 commit 08659e3

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: Rogue
22
Title: Identify Rogue Taxa in Sets of Phylogenetic Trees
3-
Version: 2.1.6
3+
Version: 2.1.6.9000
44
Authors@R: c(person("Martin R.", 'Smith',
55
email = "[email protected]",
66
role = c("aut", "cre", "cph"),

NEWS.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,48 @@
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)
28

39
- Legend annotations in documentation.
410
- Disable parallel evaluation by default in `TipInstability()`,
511
adding `parallel` parameter to allow user to override.
612
- Use format string in REprintf().
713

814

9-
# Rogue v2.1.5
15+
# Rogue v2.1.5 (2023-03-20)
1016

1117
- Call C functions using symbols, not strings.
1218

1319

14-
# Rogue v2.1.4
20+
# Rogue v2.1.4 (2023-01-16)
1521

1622
- C2X compliant function prototypes.
1723

1824
- Remove unused `sprintf()` calls.
1925

2026

21-
# Rogue v2.1.3
27+
# Rogue v2.1.3 (2022-09-26)
2228

2329
- `ColByStability()` gains `pal` argument to allow specification of custom
2430
palettes.
2531

2632

27-
# Rogue v2.1.2
33+
# Rogue v2.1.2 (2022-08-16)
2834

2935
- Faster rogue detection when edge lengths provided, per report by Joe Keating.
3036

3137
- Don't list `neverDrop` in `QuickRogue(fullSeq = TRUE)`.
3238

3339

34-
# Rogue v2.1.1
40+
# Rogue v2.1.1 (2022-07-20)
3541

3642
- Handle `ColByStability(trees = NULL)`.
3743

3844

39-
# Rogue v2.1.0
45+
# Rogue v2.1.0 (2022-01-13)
4046

4147
- Early termination of `QuickRogue()` when no further improvement possible.
4248

@@ -49,11 +55,11 @@
4955
- New vignette detailing rogue detection with Bayesian tree samples.
5056

5157

52-
# Rogue v2.0.0
58+
# Rogue v2.0.0 (2021-09-13)
5359

5460
- Information theoretic rogue detection (per Smith, 2022).
5561

5662

57-
# Rogue v1.0.0
63+
# Rogue v1.0.0 (2021-06-28)
5864

5965
- R interface to RogueNaRok.

0 commit comments

Comments
 (0)