Commit c7c32d9
Update tskit submodule
1 parent 7dfd4a5 commit c7c32d9
File tree
5 files changed
+8
-7
lines changed- git-submodules
- lib
- subprojects
- tests
- tests
5 files changed
+8
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
- .gitignore+1-1
- README.md+31-22
- c/CHANGELOG.rst+23
- c/VERSION.txt+1-1
- c/tests/test_core.c+38-42
- c/tests/test_file_format.c+2-1
- c/tests/test_genotypes.c+582-3
- c/tests/test_stats.c+9-1
- c/tests/test_tables.c+187
- c/tests/test_trees.c+8
- c/tskit/core.c+74-51
- c/tskit/core.h+33-23
- c/tskit/genotypes.c+231-8
- c/tskit/tables.c+47-4
- c/tskit/tables.h+15-1
- c/tskit/trees.c+333-245
- c/tskit/trees.h+54-5
- docs/data-model.md+47-24
- docs/development.md+7
- docs/export.md+69-21
- docs/file-formats.md+16-7
- docs/introduction.md+8-9
- docs/python-api.md+5-13
- docs/stats.md+12-7
- python/CHANGELOG.rst+68-29
- python/_tskitmodule.c+4.9k-7.9k
- python/lwt_interface/dict_encoding_testlib.py+3-3
- python/lwt_interface/test_example_c_module.py+1-1
- python/pyproject.toml+1-1
- python/tests/conftest.py+12
- python/tests/test_combinatorics.py+5
- python/tests/test_divmat.py+48
- python/tests/test_fileobj.py+3
- python/tests/test_genotypes.py+619-71
- python/tests/test_highlevel.py+92-17
- python/tests/test_ibd.py+1-1
- python/tests/test_immutable_table_collection.py+717
- python/tests/test_ld_matrix.py+2
- python/tests/test_lowlevel.py+273-47
- python/tests/test_metadata.py+29
- python/tests/test_phylo_formats.py+2-6
- python/tests/test_relatedness_vector.py+88-22
- python/tests/test_tables.py+476-105
- python/tests/test_threads.py+1-1
- python/tests/test_topology.py+104-31
- python/tests/test_wright_fisher.py+2-2
- python/tests/tsutil.py+4-4
- python/tskit/_version.py+1-1
- python/tskit/combinatorics.py+6
- python/tskit/exceptions.py+8
- python/tskit/genotypes.py+23-20
- python/tskit/metadata.py+104
- python/tskit/tables.py+1.0k-469
- python/tskit/text_formats.py+4
- python/tskit/trees.py+395-235
- python/tskit/util.py+3-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
| 443 | + | |
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
| |||
0 commit comments