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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,31 @@
1
+
# moire 3.5.0
2
+
3
+
## New Features
4
+
5
+
* Implemented maximum runtime functionality (#34)
6
+
- The user can now specify a maximum runtime for the MCMC. After the maximum runtime is reached, the MCMC will stop and the current state of the MCMC will be returned.
7
+
- Enabled by setting `max_runtime = {time in minutes}` in `run_mcmc()`
8
+
9
+
10
+
## Bug Fixes
11
+
12
+
* Fixed handling of NA values in allele frequency vector
13
+
- NA values are now replaced with 0
14
+
- Warning message added to alert users of potential MCMC chain issues or loci lacking diversity (#20)
15
+
16
+
* Fixed memory crash in `prob_any_missing()` function (#38)
17
+
18
+
## Other Changes
19
+
20
+
* Modified data loading to ungroup input data when loading long form (#37)
21
+
22
+
* Updated citation and manuscript information
23
+
24
+
* Added OpenMP detection utility
25
+
26
+
* Implement logging of individual sample log likelihoods
27
+
- May be useful for diagnosing issues with particular samples, such as those that come from different populations
0 commit comments