Releases: statgenlmu/coala
Releases · statgenlmu/coala
Version 0.4.0
- Adds the
create_abc_param
andcreate_abc_sumstat
functions for converting
the simulation results into the format needed for abc::abc function (#151). - Improves the documentation significantly and adds more examples and links to
help pages (#150). - Changes name of
get_population_indiviuals
toget_population_individuals
(#150). - Adds an option to
active_msms()
to download msms' jar file (#153). - Adds support for partial models. Now, arbitrary sets of features, loci,
parameters and summary statistics can be combined via+
and then be
added to one or more models later (#155).
Version 0.3.0
Version 0.2.2
Version 0.2.1
Version 0.2.0
Major improvements
- Adds support for distribution independent repetitions on multiple CPU
cores (#116). - Improves support for polyploid models. The
ploidy
parameter is now
provided in thecoal_model
instead of infeat_unphased
(#115). - Adds the MCMF summary statistic (#94).
- Adds support for the omega statistic using OmegaPlus (#109).
Small Changes
- Adds option to calculate iHS in
sumstat_ihh()
and made the statistic return
adata.frame
instead of a list. - Adds optional support for calculating the JSFS per locus instead of
globally (#112). - Adds optional in-place transformation of summary statistics (#110).
- Adds support for simulating a fixed number of mutations with ms and
msms (#19). - Writes seq-gen output into memory instead of in files before it is
parsed (#99). - Adds optional support for parameter zero inflation for a deterministic
fraction of loci instead of a random number. Can be used by setting
random = FALSE
inpar_zero_inflation
(#97). get_outgroup
now returnsNA
if the model has no outgroup rather than
throwing an error.
Bug Fixes
Version 0.1.1
- Fix a memory corruption that occured only in tests (#90).
- Update
README.md
. - Correct various typos.
Version 0.1.0
- Initial submission to CRAN