Skip to content

Commit 7bedf6a

Browse files
committed
Increment version number to 3.5.0
1 parent ade4c16 commit 7bedf6a

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: moire
22
Title: Multiplicity of Infection and Allele Frequency Recovery from Noisy Polyallelic Genetics Data
3-
Version: 3.4.0
3+
Version: 3.5.0
44
Authors@R: c(
55
person(given = "Maxwell",
66
family = "Murphy",

NEWS.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff 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
28+
129
# moire 3.4.0
230
## New features
331

0 commit comments

Comments
 (0)