Msprime

Latest version: v1.3.3

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

0.7.1b1

Early release making DTWF code available to beta testers.

0.7.0

Separation of tskit from msprime. Msprime is now solely dedicated to simulating
the coalescent, and all infrastructure for working with succinct tree sequences
is now provided by tskit. To ensure compatibility, msprime now imports code
from tskit under the old names, which should ensure that all code continues
to work without changes.

**New features**

- Ability to record the full ARG ({user}`jerekoskela`; {issue}`665`)

**Bug fixes**:

- Fix deprecation warning ({issue}`695`).

0.7.0a1

Alpha release for testing the tskit/msprime split.

0.6.2

Minor bugfix release.

**New features**:

- Add provenance recording option to simplify (601)
- Minor performance improvement (598)

**Bug fixes**:

- Fix performance regression in replication (608)

0.6.1

Significant features for integration with forwards-time simulators plus
improvements and bugfixes.

**Breaking changes**:

- Change in the semantics of how populations are treated by simplify. By
default, populations that are not referenced will now be removed from the
data model. This can be avoided by setting `filter_populations=False`.
- Simplify now raises an error if called on a set of tables that contain
one or more migrations.

**New features**:

- The simulate() function now supports a `from_ts` argument allowing
msprime to complete the ancestry in tree sequences generated by
forward simulations (503, 541, 572, 581).
- Add start_time and end_time parameters to the `mutate` function (508).
- Add `reduce_to_site_topology` argument to simplify. This allows us to
find the minimal tree sequence that would be visible from a given set
of sites, and is also a useful compression method if we are only interested
in the observed sequences. (545, 307).
- Simplify generalised to support individuals, and the `filter_populations`,
`filter_individuals` and `filter_sites` parameters added to allow
filtering of unreferenced objects from the data model. (567).
- Default random seeds are now generated from a sequence initialised by
a system source of randomness (534). Random seeds should also be safely generated
across multiple processes.
- Full text I/0 support for Individuals and Populations (498, 555)
- Substantially improved performance in `msprime.load` for large tables
and significant refactoring of C code (559, 567, 569).
- Improved performance of generating genotypes (580).
- Formal schema for tree sequence provenance (566, 583).
- Many updates to documentation.

**Bug fixes**:

- Throw a more intelligible error during simulation if a topology is produced
where the time of a parent is equal to the time of the child. (570, 87).
- Pickle supported in the TableCollection object. (574, 577).

**Deprecated**:

- The `filter_zero_mutation_sites` parameter for simplify has been deprecated
in favour of `filter_sites`.

0.6.0

This release is focused on ensuring interoperability with the forthcoming SLiM

Page 4 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.