Skip to content

Commit

Permalink
CHANGES: Move merge's table-specific id columns and delimiters to "Fe…
Browse files Browse the repository at this point in the history
…atures"

It's not a bug fix, really.
  • Loading branch information
tsibley committed Aug 30, 2024
1 parent d51e402 commit ade798b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

## __NEXT__

### Features

* merge: Table-specific id columns and delimiters may now be specified, e.g. `--metadata-id-columns X=id Y=strain` and `--metadata-delimiters X=, Y=';'`, to allow more precise behaviour and avoid ordering issues. [#1594][] (@tsibley)

### Bug Fixes

* filter: Improved warning and error messages in the case of missing columns. [#1604] (@victorlin)
* merge: Any user-customized `~/.sqliterc` file is now ignored so it doesn't break `augur merge`'s internal use of SQLite. [#1608][] (@tsibley)
* merge: Non-id columns in metadata inputs that would conflict with the output id column are now forbidden and will cause an error if present. Previously they would overwrite values in the output id column, causing incorrect output. [#1593][] (@tsibley)
* merge: Table-specific id columns and delimiters may now be specified, e.g. `--metadata-id-columns X=id Y=strain` and `--metadata-delimiters X=, Y=';'`, to allow more precise behaviour and avoid ordering issues. [#1594][] (@tsibley)

[#1593]: https://github.com/nextstrain/augur/pull/1593
[#1594]: https://github.com/nextstrain/augur/pull/1594
Expand Down

0 comments on commit ade798b

Please sign in to comment.