Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
Lots of changes in this PR, but only a couple are user-facing. All other
changes can be considered performance improvements that do not change
functionality.
  • Loading branch information
victorlin committed Feb 6, 2024
1 parent 4bdb1dc commit 1d52bc5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## __NEXT__

### Features

* `augur.io.read_metadata`: A new optional `columns` argument allows specifying a subset of columns to load. The default behavior still loads all columns, so this is not a breaking change. [#1294][] (@victorlin)
* filter: Add a new argument `--query-columns` allowing users to explicitly specify columns and data types for when automatic type inference behaves unexpectedly. [#1294][] (@victorlin)

### Bug Fixes

* filter: The order of rows in `--output-metadata` and `--output-strains` now reflects the order in the original `--metadata`. [#1294][] (@victorlin)
* filter, frequencies, refine: Performance improvements to reading the input metadata file. [#1294][] (@victorlin)
* For filter, this comes with increased writing times for `--output-metadata` and `--output-strains`. However, net I/O speed still decreased during testing of this change.

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

## 24.1.0 (30 January 2024)

Expand Down

0 comments on commit 1d52bc5

Please sign in to comment.