Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Nov 12, 2024
1 parent b1dedd8 commit 910160b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Features

* Support pandas v2. [#1671] (@corneliusroemer and @victorlin)
* ancestral, translate: Add `--skip-validation` as an alias to `--validation-mode=skip`. [#1656][] (@victorlin)
* clades: Allow customizing the validation of input node data JSON files with `--validation-mode` and `--skip-validation`. [#1656][] (@victorlin)
* tree: When using iqtree, check for all synonyms of default args when detecting potential conflicts, e.g. `--threads-max` is equivalent to `-ntmax`. Previously, we were only checking for the latter. Also use new, preferred IQtree2 option names (e.g. `--polytomy` instead of `-czb` etc.). [#1547][] (@corneliusroemer)
Expand All @@ -12,11 +13,14 @@

* index: Previously specifying a directory that does not exist in the path to `--output` would result in an incorrect error stating that the input file does not exist. It now shows the correct path responsible for the error. [#1644][] (@victorlin)
* curate format-dates: Update help docs and improve failure messages to show use of `--expected-date-formats`. [#1653][] (@joverlee521)
* parse: fix test failure with pandas 2.2. [#1471] (@emollier)

[#1644]: https://github.com/nextstrain/augur/issues/1644
[#1547]: https://github.com/nextstrain/augur/pull/1547
[#1653]: https://github.com/nextstrain/augur/pull/1653
[#1656]: https://github.com/nextstrain/augur/pull/1656
[#1671]: https://github.com/nextstrain/augur/pull/1671
[#1471]: https://github.com/nextstrain/augur/pull/1471

## 26.0.0 (17 September 2024)

Expand Down

0 comments on commit 910160b

Please sign in to comment.