tskit
tskit copied to clipboard
Population-scale genomics
## Description WIP related to #2751. This PR adds the basic functionality for a "modular" simplifier along with tests. # PR Checklist: - [ ] Tests that fully cover new/changed...
The documentation for IBD is quite sparse and preliminary. When we have implemented MRCA IBD (#2896) we should flesh it out.
The MRCA definition of IBD is useful in some cases, and it would be good for us to support it. From an API perspective, I think all that we need...
Numpy 2.0 is about to land, and might have some consequences for us at the C level. Notes on [C API changes](https://numpy.org/devdocs/numpy_2_0_migration_guide.html#c-api-changes) More importantly, [oldest-supported-numpy](https://github.com/scipy/oldest-supported-numpy) is being deprecated, so we...
Numpy 2.0 is about to drop: https://github.com/numpy/numpy/issues/24300 - [migration guide](https://numpy.org/devdocs/numpy_2_0_migration_guide.html) There is a ruff plugin which can check this as [lint](https://numpy.org/devdocs/numpy_2_0_migration_guide.html#ruff-plugin) This might be a motivation to switch to ruff...
Currently undocumented. See also #2889 Also note the parallelism, this needs some explanation.
I use these a fair bit
Say we have a true situation like this: ``` p | p | p | | | | | | | a | a | a | / \ |...
Hi there, thank you for developing a terrific library. I'm trying to perform certain matrix operations using tskit. Suppose that A is a matrix in which the number of rows...