Skip to content

Commit 667b5d2

Browse files
hyanwongjeromekelleher
authored andcommitted
Fixup intervals module
Rework a little to use the built-in tskit unicode and html output functions
1 parent 0f79293 commit 667b5d2

File tree

5 files changed

+168
-319
lines changed

5 files changed

+168
-319
lines changed

python/CHANGELOG.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
extra room on the canvas e.g. for long labels or repositioned graphical
2020
elements (:user:`hyanwong`, :pr:`2646`, :issue:`2645`)
2121

22+
- The ``msprime.RateMap`` class has been ported into tskit: functionality should
23+
be identical to the version in msprime, apart from minor changes in the formatting
24+
of tabular text output (:user:`hyanwong`, :pr:`2636`)
25+
2226
**Breaking Changes**
2327

2428
- the ``filter_populations``, ``filter_individuals``, and ``filter_sites``
@@ -56,7 +60,7 @@
5660

5761
- Single statistics computed with ``TreeSequence.general_stat`` are now
5862
returned as numpy scalars if windows=None, AND; samples is a single
59-
list or None (for a 1-way stat), OR indexes is None or a single list of
63+
list or None (for a 1-way stat), OR indexes is None or a single list of
6064
length k (instead of a list of length-k lists).
6165
(:user:`gtsambos`, :pr:`2417`, :issue:`2308`)
6266

@@ -71,10 +75,10 @@
7175
**Performance improvements**
7276

7377
- TreeSequence.link_ancestors no longer continues to process edges once all
74-
of the sample and ancestral nodes have been accounted for, improving memory
78+
of the sample and ancestral nodes have been accounted for, improving memory
7579
overhead and overall performance
7680
(:user:`gtsambos`, :pr:`2456`, :issue:`2442`)
77-
81+
7882
--------------------
7983
[0.5.2] - 2022-07-29
8084
--------------------

0 commit comments

Comments
 (0)