Skip to content

Commit 7e09b6a

Browse files
committed
0.3.0 release prep
1 parent 030fb41 commit 7e09b6a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

python/CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------------------
2-
[0.3.0] - 2020-07-29
2+
[0.3.0] - 2020-08-27
33
--------------------
44

55
Major feature release for metadata schemas, set-like operations, mutation times,
@@ -30,7 +30,7 @@ SVG drawing improvements and many others.
3030
- The arguments to ``TreeSequence.genotype_matrix``, ``TreeSequence.haplotypes``
3131
and ``TreeSequence.variants`` must now be keyword arguments, not positional. This
3232
is to support the change from ``impute_missing_data`` to ``isolated_as_missing``
33-
in the arguments to these methods
33+
in the arguments to these methods. (:user:`benjeffery`, :issue:`716`, :pr:`794`)
3434

3535
**New features**
3636

@@ -150,6 +150,7 @@ SVG drawing improvements and many others.
150150
and ``TreeSequence.variants`` the ``impute_missing_data`` argument is deprecated
151151
and replaced with ``isolated_as_missing``. Note that to get the same behaviour
152152
``impute_missing_data=True`` should be replaced with ``isolated_as_missing=False``.
153+
(:user:`benjeffery`, :issue:`716`, :pr:`794`)
153154

154155
--------------------
155156
[0.2.3] - 2019-11-22

python/tskit/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Definitive location for the version number.
22
# During development, should be x.y.z.devN
33
# For beta should be x.y.zbN
4-
tskit_version = "0.3.0b2"
4+
tskit_version = "0.3.0"

0 commit comments

Comments
 (0)