Skip to content

Commit 842996b

Browse files
Merge pull request #421 from jeromekelleher/release-0.2.3
Release 0.2.3
2 parents 80b2fea + a6da966 commit 842996b

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

python/CHANGELOG.rst

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,35 @@
11
--------------------
2-
[0.2.3] - 20XX-XX-XX
2+
[0.2.3] - 2019-11-22
33
--------------------
44

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.
625

726
**Bugfixes**
827

28+
- Fix height scaling issues with SVG tree drawing (:user:`jeromekelleher`,
29+
:pr:`407`, :issue:`383`, :pr:`378`).
930
- Do not reuse buffers in LdCalculator (:user:`jeromekelleher`). See :pr:`397` and
1031
:issue:`396`.
1132

12-
1333
--------------------
1434
[0.2.2] - 2019-09-01
1535
--------------------

python/tskit/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Definitive location for the version number.
22
# During development, should be x.y.z.devN
3-
tskit_version = "0.2.3.dev0"
3+
tskit_version = "0.2.3"

0 commit comments

Comments
 (0)