mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-25 23:28:18 +01:00
CHANGELOG.md: add note about dropping invalid AGROVOC values
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b7efe2de40
commit
e1b270cf83
@ -5,15 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
## Changed
|
### Changed
|
||||||
- Perform fix for "unnecessary" Unicode characters after we try to fix encoding
|
- Perform fix for "unnecessary" Unicode characters after we try to fix encoding
|
||||||
issues with ftfy
|
issues with ftfy
|
||||||
- ftfy heuristics to use `is_bad()` instead of `sequence_weirdness()`
|
- ftfy heuristics to use `is_bad()` instead of `sequence_weirdness()`
|
||||||
- ftfy `fix_text()` to *not* change “smart quotes” to "ASCII quotes"
|
- ftfy `fix_text()` to *not* change “smart quotes” to "ASCII quotes"
|
||||||
|
|
||||||
## Updated
|
### Updated
|
||||||
- Python dependencies
|
- Python dependencies
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Ability to drop invalid AGROVOC values with `-d` when checking AGROVOC values
|
||||||
|
with `-a <field.name>`
|
||||||
|
|
||||||
## [0.5.0] - 2021-12-08
|
## [0.5.0] - 2021-12-08
|
||||||
### Added
|
### Added
|
||||||
- Ability to check for, and fix, "mojibake" characters using [ftfy](https://github.com/LuminosoInsight/python-ftfy)
|
- Ability to check for, and fix, "mojibake" characters using [ftfy](https://github.com/LuminosoInsight/python-ftfy)
|
||||||
|
Loading…
Reference in New Issue
Block a user