Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
huddlej committed Dec 19, 2024
1 parent eb94041 commit 5b717d6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@

## __NEXT__

- Explicitly specify how the root and ambiguous states are handled during sequence reconstruction and mutation counting. Fixes issue [#1689][] (@rneher) and was resolved in PR [#1690][].
### Features

* ancestral: Add `--seed` argument to enable deterministic inference of root states by TreeTime. [#1690][] (@huddlej)

### Bug Fixes

* ancestral, refine: Explicitly specify how the root and ambiguous states are handled during sequence reconstruction and mutation counting. [#1690][] (@rneher)

[#1689]: https://github.com/nextstrain/augur/pull/1689
[#1690]: https://github.com/nextstrain/augur/pull/1690

## 26.2.0 (20 November 2024)

### Features

- This is the first version to officially support Python 3.12 and Pandas v2. [#1671] [#1678] (@corneliusroemer, @victorlin)
- curate: change output metadata to [RFC 4180 CSV-like TSVs][] to match the TSV format output by other Augur subcommands and the Nextstrain ecosystem as discussed in [#1566][]. [#1565][] (@joverlee521)
* This is the first version to officially support Python 3.12 and Pandas v2. [#1671] [#1678] (@corneliusroemer, @victorlin)
* curate: change output metadata to [RFC 4180 CSV-like TSVs][] to match the TSV format output by other Augur subcommands and the Nextstrain ecosystem as discussed in [#1566][]. [#1565][] (@joverlee521)

[#1565]: https://github.com/nextstrain/augur/pull/1565
[#1566]: https://github.com/nextstrain/augur/issues/1566
Expand Down

0 comments on commit 5b717d6

Please sign in to comment.