From d502874c78c1fe3468ba92554528a4e22acc838e Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Tue, 19 Nov 2024 17:31:19 -0800 Subject: [PATCH 1/2] Add missing link to PR --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a31aabad8..b37375c1c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ ### Features -- support Python 3.12 (@corneliusroemer) +- support Python 3.12 [#1678] (@corneliusroemer) - support Pandas v2. [#1671] (@corneliusroemer and @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) From f00655bb65999ea88be4bdc1f90a321d2e899b06 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Tue, 19 Nov 2024 17:32:24 -0800 Subject: [PATCH 2/2] Merge version bump changelog entries This conveys all upgrade-related changes to the user in a single entry. --- CHANGES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b37375c1c..22fd27af1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,8 +4,7 @@ ### Features -- support Python 3.12 [#1678] (@corneliusroemer) -- support Pandas v2. [#1671] (@corneliusroemer and @victorlin) +- 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