|
1 | 1 | -------------------- |
2 | | -[0.2.3] - 20XX-XX-XX |
| 2 | +[0.2.3] - 2019-11-22 |
3 | 3 | -------------------- |
4 | 4 |
|
5 | | -In development. |
| 5 | +Minor feature release, providing a tree distance metric and various |
| 6 | +method to manipulate tree sequence data. |
| 7 | + |
| 8 | +**New features** |
| 9 | + |
| 10 | +- Kendall-Colijn tree distance metric computed by ``Tree.kc_distance`` |
| 11 | + (:user:`awohns`, :pr:`172`). |
| 12 | +- New "timeasc" and "timedesc" orders for tree traversals |
| 13 | + (:user:`benjeffery`, :issue:`246`, :pr:`399`). |
| 14 | +- Up to 2X performance improvements to tree traversals (:user:`benjeffery`, |
| 15 | + :pr:`400`). |
| 16 | +- Add ``trim``, ``delete_sites``, ``keep_intervals`` and ``delete_intervals`` |
| 17 | + methods to edit tree sequence data. (:user:`hyanwong`, :pr:`364`, |
| 18 | + :pr:`372`, :pr:`377`, :pr:`390`). |
| 19 | +- Initial online documentation for CLI (:user:`hyanwong`, :pr:`414`). |
| 20 | +- Various documentation improvements (:user:`hyanwong`, :user:`jeromekelleher`, |
| 21 | + :user:`petrelharp`). |
| 22 | +- Rename the ``map_ancestors`` function to ``link_ancestors`` |
| 23 | + (:user:`hyanwong`, :user:`gtsambos`; :pr:`406`, |
| 24 | + :issue:`262`). The original function is retained as an deprecated alias. |
6 | 25 |
|
7 | 26 | **Bugfixes** |
8 | 27 |
|
| 28 | +- Fix height scaling issues with SVG tree drawing (:user:`jeromekelleher`, |
| 29 | + :pr:`407`, :issue:`383`, :pr:`378`). |
9 | 30 | - Do not reuse buffers in LdCalculator (:user:`jeromekelleher`). See :pr:`397` and |
10 | 31 | :issue:`396`. |
11 | 32 |
|
12 | | - |
13 | 33 | -------------------- |
14 | 34 | [0.2.2] - 2019-09-01 |
15 | 35 | -------------------- |
|
0 commit comments