|
19 | 19 | extra room on the canvas e.g. for long labels or repositioned graphical
|
20 | 20 | elements (:user:`hyanwong`, :pr:`2646`, :issue:`2645`)
|
21 | 21 |
|
| 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 | + |
22 | 26 | **Breaking Changes**
|
23 | 27 |
|
24 | 28 | - the ``filter_populations``, ``filter_individuals``, and ``filter_sites``
|
|
56 | 60 |
|
57 | 61 | - Single statistics computed with ``TreeSequence.general_stat`` are now
|
58 | 62 | 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 |
60 | 64 | length k (instead of a list of length-k lists).
|
61 | 65 | (:user:`gtsambos`, :pr:`2417`, :issue:`2308`)
|
62 | 66 |
|
|
71 | 75 | **Performance improvements**
|
72 | 76 |
|
73 | 77 | - 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 |
75 | 79 | overhead and overall performance
|
76 | 80 | (:user:`gtsambos`, :pr:`2456`, :issue:`2442`)
|
77 |
| - |
| 81 | + |
78 | 82 | --------------------
|
79 | 83 | [0.5.2] - 2022-07-29
|
80 | 84 | --------------------
|
|
0 commit comments