Skip to content

Finalise alignment export #1894

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 5 commits into from
Nov 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions python/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
NotImplementedError, informing users of the change. See below for details on
``as_nexus``.

- Change default value for ``missing_data_char`` in the ``TreeSequence.haplotypes``
method from "-" to "N". This is a more idiomatic usage to indicate
missing data rather than a gap in an alignment. (:user:`jeromekelleher`,
:issue:`1893`, :pr:`1894`)

**Features**

Expand Down Expand Up @@ -86,6 +90,10 @@

- Add the ``TreeSequence.alignments`` method. (user:`jeromekelleher`, :pr:`1825`)

- Add alignment export in the FASTA and nexus formats using the
``TreeSequence.write_nexus`` and ``TreeSequence.write_fasta`` methods.
(:user:`jeromekelleher`, :user:`hyanwong`, :pr:`1894`)

- Add the ``discrete_time`` property to the TreeSequence class which is true if
all time coordinates are discrete or unknown (:user:`benjeffery`, :issue:`1839`, :pr:`1890`)

Expand Down
207 changes: 0 additions & 207 deletions python/tests/test_fasta.py

This file was deleted.

Loading