From c7091cea4ec34f63ff13837194b0bd7a48dd04c8 Mon Sep 17 00:00:00 2001 From: james hadfield Date: Tue, 2 Jul 2024 11:14:57 +1200 Subject: [PATCH] changelog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4f5ad277f..7b969727b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,7 @@ * Added a new sub-command `augur curate parse-genbank-location` to parse the `geo_loc_name` field from GenBank reconds. Previously, this was available as the `translate-genbank-location` script within the nextstrain/ingest repo. [#1485][] (@genehack) * curate format-dates: Added defaults to `--expected-date-formats` so that ISO 8601 dates (`%Y-%m-%d`) and its various masked forms (e.g. `%Y-XX-XX`) are automatically parsed by the command. [#1501][] (@joverlee521) * Added a new sub-command `augur curate translate-strain-name` to filter strain names based on matching a regular expression. Previously, this was available as the `translate-strain-names` script within the nextstrain/ingest repo. [#1514][] (@genehack) +* Added a new sub-command `augur curate rename` to rename field / column names. Previously, a similar version was available as the `translate-field-names` script within the nextstrain/ingest repo however the behaviour is slightly changed here. [#1506][] (@jameshadfield) ### Bug Fixes @@ -32,6 +33,7 @@ [#1509]: https://github.com/nextstrain/augur/pull/1509 [#1514]: https://github.com/nextstrain/augur/pull/1514 [#1518]: https://github.com/nextstrain/augur/pull/1518 +[#1506]: https://github.com/nextstrain/augur/pull/1506 ## 24.4.0 (15 May 2024)