Skip to content

Commit

Permalink
Increment version number to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-murphy committed Oct 30, 2024
1 parent ade4c16 commit 7bedf6a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: moire
Title: Multiplicity of Infection and Allele Frequency Recovery from Noisy Polyallelic Genetics Data
Version: 3.4.0
Version: 3.5.0
Authors@R: c(
person(given = "Maxwell",
family = "Murphy",
Expand Down
28 changes: 28 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# moire 3.5.0

## New Features

* Implemented maximum runtime functionality (#34)
- 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.
- Enabled by setting `max_runtime = {time in minutes}` in `run_mcmc()`


## Bug Fixes

* Fixed handling of NA values in allele frequency vector
- NA values are now replaced with 0
- Warning message added to alert users of potential MCMC chain issues or loci lacking diversity (#20)

* Fixed memory crash in `prob_any_missing()` function (#38)

## Other Changes

* Modified data loading to ungroup input data when loading long form (#37)

* Updated citation and manuscript information

* Added OpenMP detection utility

* Implement logging of individual sample log likelihoods
- May be useful for diagnosing issues with particular samples, such as those that come from different populations

# moire 3.4.0
## New features

Expand Down

0 comments on commit 7bedf6a

Please sign in to comment.