- Add Glicko ratings to anonymized battle logs.
- Fix argument parsing
- Anonymization: output each format into its own directory
- Support saving/loading anonymizer state (mapping of players <=> ID numbers)
- Fix a bug when parsing ELOs.
- Ties are now properly anonymized.
- ELO is now included in anonymized logs, but is rounded to the nearest 50 ELO.
- A
--no-log
option has been added to the anonymization subcommand to remove thelog
andinputLog
attributes to save space.