Skip to content

Commit cf29b8c

Browse files
hyanwongbenjeffery
authored andcommitted
Fixup intervals module
Rework a little to use the built-in tskit unicode and html output functions
1 parent 1fc3ce8 commit cf29b8c

File tree

6 files changed

+171
-322
lines changed

6 files changed

+171
-322
lines changed

python/CHANGELOG.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
or is an isolated non-sample node.
2626
(:user:`szhan`, :pr:`2618`, :issue:`2616`)
2727

28+
- The ``msprime.RateMap`` class has been ported into tskit: functionality should
29+
be identical to the version in msprime, apart from minor changes in the formatting
30+
of tabular text output (:user:`hyanwong`, :user:`jeromekelleher`, :pr:`2678`)
31+
2832
**Breaking Changes**
2933

3034
- the ``filter_populations``, ``filter_individuals``, and ``filter_sites``
@@ -62,7 +66,7 @@
6266

6367
- Single statistics computed with ``TreeSequence.general_stat`` are now
6468
returned as numpy scalars if windows=None, AND; samples is a single
65-
list or None (for a 1-way stat), OR indexes is None or a single list of
69+
list or None (for a 1-way stat), OR indexes is None or a single list of
6670
length k (instead of a list of length-k lists).
6771
(:user:`gtsambos`, :pr:`2417`, :issue:`2308`)
6872

@@ -77,10 +81,10 @@
7781
**Performance improvements**
7882

7983
- TreeSequence.link_ancestors no longer continues to process edges once all
80-
of the sample and ancestral nodes have been accounted for, improving memory
84+
of the sample and ancestral nodes have been accounted for, improving memory
8185
overhead and overall performance
8286
(:user:`gtsambos`, :pr:`2456`, :issue:`2442`)
83-
87+
8488
--------------------
8589
[0.5.2] - 2022-07-29
8690
--------------------

0 commit comments

Comments
 (0)