Skip to content

Latest commit

 

History

History
428 lines (280 loc) · 14 KB

CHANGELOG.rst

File metadata and controls

428 lines (280 loc) · 14 KB

[0.2.1a] - 2024-07-06

Bug fixes:

  • Updates to SLiM support: updated the active flag in the SLiM code to be integer.`
  • Factor of two error fixed in HomSap/Gamma_K17 DFE (:user:`RyanGutenkunst`, :pr:`1478`)

Breaking changes:

  • The time_units attribute of tree sequence metadata is now set to "generations"
    for SLiM output, avoiding the "time units mismatch warning". (:user:`nspope`, :pr:`1567`)
  • Previously, Contigs specified with left and right arguments produced simulations having coordinates shifted so they were relative to left. This is no longer the case: coordinates in resulting simulations retain the original chromosome's coordinates. As a result, regions outside [left, right) will now have missing data. To produce simulation output with the previous behavior, use the .trim() method of the resulting TreeSequence. So, the Contig's .original_coordinates attribute is now called .coordinates, and several methods (e.g., Contig.basic_contig()) now take left and right arguments as well as length. Finally, arguments such as relative_coordinates=True/False to Contig.dfe_breakpoints() are no longer necessary and are deprecated. (:user:`petrelharp`, :pr:`1570`)
  • To add the possibility for a relationship between dominance and selection
    coefficient, now each stdpopsim MutationType might have more than one underlying SLiM mutation type; so, where this is recorded in top-level metadata (under ts.metadata["stdpopsim"]["DFEs"]) is now a list instead of a single value. This will not affect anyone who is not parsing the metadata related to DFEs.
  • SLiM extended events and selective sweep infrastructure have been moved from the stdpopsim.ext namespace into stdpopsim proper

New features:

  • Relationship between dominance and selection coefficient:
    Added the dominance_coeff_list argument to MutationType, allowing for DFEs with a discretized relationship between h and s. (:user:`petrelharp`, :pr:`1498`)

New species:

New DFEs:

New demographic models:

New annotations:

[0.2.0] - 2022-11-01

Major feature release adding many new species and models, as well as support for simulating selection via SLiM.

Bug fixes:

Breaking changes:

  • Removed GeneticMap class from public API (:user:`jeromekelleher`, :pr:`713`).
  • Samples are now specified via population/individual pairs, using species/chromosome ploidy. The old API for specifying haploid samples via population index has been retained, but is deprecated and will be removed at some point (:user:`nspope`, :pr:`1361`).

New species:

New models:

New genetic maps:

New features:

Additions to CLI:

  • Sample specification has switched from positional and haploid (e.g. stdpopsim HomSap -d OutOfAfrica_3G09 6 0 10) to named with species-specific ploidy (equivalent to stdpopsim HomSap -d OutOfAfrica_3G09 YRI:3 CEU:0 CHB:5). Positional sample specification is still supported but will raise a deprecation warning.
  • Arguments --dfe, --dfe-interval, --dfe-bed-file, --help-dfe for specifying DFEs (:user:`izabelcavassim`, :pr:`1052`).
  • Arguments --help-annotations, --dfe-annotation for associating annotation tracks with DFEs (:user:`andrewkern`, :pr:`1117`).
  • Argument --length for simulating from a generic contig (:user:`apragsdale`, :pr:`664`).
  • Arguments --inclusion-mask, --exclusion-mask for masking simulated sequences (:user:`apragsdale`, :pr:`664`).
  • Arguments --left and --right for simulating an interval on a named chromosome (:user:`nspope`, :pr:`1348`)
  • Argument --keep-mutation-ids-as-alleles retains SLiM mutation IDs for allele codes instead of converting these to nucleotides (:user:`nspope`, :pr:`1356`).

Catalog maintenance infrastructure:

New annotations:

New DFEs:

[0.1.2] - 2020-05-29

Important bugfix and feature release, recommended for all users.

Significant errors in the HomSap/OutOfAfrica_3G09 and HomSap/OutOfAfrica_2T12 models have been fixed. We recommend repeating any analyses performed using these models. See here for more details on the error in the three population Out of Africa model and analysis of the differences from the correct model.

The recombination rate for AraTha was also off by a factor of 10. We recommend repeating any analyses performed using this species.

Bug fixes:

New species:

New models:

New features:

Breaking changes:

[0.1.1] - 2020-01-02

Bugfix release. Fixes some distribution issues and temporarily removes the PonPyg species.

Bug fixes:

New features:

Breaking changes:

  • Temporarily remove the PonPyg species from the catalog to provide time to fix issues with genomes and multi-species models (:issue:`365`).

[0.1.0] - 2019-12-18

Initial release.