tskit icon indicating copy to clipboard operation
tskit copied to clipboard

Population-scale genomics

Results 291 tskit issues
Sort by recently updated
recently updated
newest added

## 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.

documentation

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...

enhancement

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...

C API
Infrastructure and tools

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.

documentation

Currently undocumented. Requires #2888

documentation

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...