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
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,18 @@
1
+
# 3.6.1
2
+
- added support for having a different number of concealed states compared to
3
+
the number of observed states when creating a q_matrix using `q_doubletrans`.
4
+
1
5
# 3.6.0
2
6
- changed the default integration method to "odeint::runge_kutta_cash_karp54",
3
7
although a bit slower, this method is more numerically stable.
4
8
- fixed lack of sorting of numeric traits in the function `q_doubletrans`
5
-
- fixed an error in preparing the state matrices when NAs were present in the traits
6
-
- ML and LL functions now optionally also return the root state, which in turn can be used to in `secsse_sim` as a starting point at the root / crown of the tree.
7
-
- updated simulations to sample species using a binary search, instead of using stochastic acceptance
9
+
- fixed an error in preparing the state matrices when NAs were present in the
10
+
traits
11
+
- ML and LL functions now optionally also return the root state, which in turn
12
+
can be used to in `secsse_sim` as a starting point at the root / crown of the
13
+
tree.
14
+
- updated simulations to sample species using a binary search, instead of using
15
+
stochastic acceptance
8
16
- better documentation of output of ML and LL functions.
9
17
# 3.5.0
10
18
Version 3.5.0 uses a separate calculation for 1 - E, e.g. one minus the local
0 commit comments