Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Jan 29, 2025
1 parent 42a5b6f commit 9476797
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@
* export v2: The string "none" is now an invalid value for `--color-by-metadata` and `--metadata-columns` options and will be ignored to prevent clashes with Auspice's internal use of "none". [#1113][] (@joverlee521)
* schema: The string "none" is now an invalid branch label, node_attr key, and coloring key. [#1113][] (@joverlee521)

### Features

* All commands: Support compressed formats for input sequence files. This was already the case for most commands. Internal standardization extends the support to all other commands. [#1730][] (@victorlin)

### Internal changes

* Added a new function `augur.io.sequences.read_single_sequence` as a wrapper around `Bio.SeqIO.read` with support for compressed formats, similar to the `augur.io.sequences.read_sequences` wrapper around `Bio.SeqIO.parse`. [#1730][] (@victorlin)

[#1113]: https://github.com/nextstrain/augur/pull/1113
[#1730]: https://github.com/nextstrain/augur/pull/1730

## 27.2.0 (22 January 2025)

Expand Down

0 comments on commit 9476797

Please sign in to comment.