22.2.0
These release notes are automatically extracted from the full changelog.
Features
- Adds a new sub-command augur curate titlecase. The titlecase command is intended to apply titlecase to string fields in a metadata record (e.g. BRAINE-LE-COMTE, FRANCE -> Braine-le-Comte, France). Previously, this was available in the transform-string-fields script within the monkeypox repo.
#1197 (@j23414 and @joverlee521)
Bug fixes
- export v2: Previously, when
strainwas not used as the metadata ID column, node attributes might have gone missing from the final Auspice JSON. This has been fixed. #1260, #1262 (@victorlin, @joverlee521) - export v1: Added a deprecation warning for this command. #1265 (@victorlin)
- export v1: The recently introduced flag
--metadata-id-columnsdid not work properly due to the sameexport v2bug that was fixed in this release. Instead of fixing it inexport v1, drop the broken feature since this command is no longer being maintained. #1265 (@victorlin) - filter: Expose internal Pandas errors from
--querywhich may be useful to users. #1267 (@victorlin) - filter: Previously,
--querywould fail when numerical comparisons were used on columns with missing values. This has been fixed. #1269 (@victorlin)