NEWS
junctions 2.1.0 (2024-02-13)
- updated tbb::task_scheduler_init to tbb::global_control
- improved linting of cpp code
- sped up tests
- added CITATION file
- added NEWS file
junctions 2.0.2
junctions 2.0
- merged many functions with similar functionality
- added vignette that provides overview of all functionality.
junctions 1.9
- added c++ versions of the unphased and phased likelihoods.
junctions 1.8
- added multithreading using the TBB / RcppParallel library.
junctions 1.7
- further improved the recombination function following Hanno Hildenbrandt's
suggestions
junctions 1.6
- improved the recombination function to run twice as fast
junctions 1.5.1
- added option to track the true number of junctions
junctions 1.5
- added support for inferring the time since admixture based on phased and
unphased data.
- included simulation functions to simulate appropriate data (e.g. phased and
unphased).
junctions 1.4
- added support for estimating the number of junctions under a backcrossing
scheme
- added support for simulating the number of junctions under a backcrossing
scheme
- both based on the code supplied in Lavretsky et al. 2019.
junctions 1.3
- added support for estimating the time since admixture using unphased data.
- added individual based simulations returning phased and unphased data.
- Updated entire package to Roxygen.
junctions 1.2
- added support for estimating the expected number of junctions for
arbitrarily distributed markers.
junctions 1.1 (2018-08-13)
- updated underlying random number generator for picking recombination sites.
The previous generator had limited precision, which could generate duplicate
recombination sites. This update fixes that.