Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@alanorth alanorth released this 31 Jan 07:23
v0.7.0
8a2c567

Added

Fixed

  • Fixed regex so we don't run the invalid multi-value separator fix on dcterms.bibliographicCitation fields
  • Fixed regex so we run the comma space fix on dcterms.bibliographicCitation fields
  • Don't crash the country/region checker/fixer when a title field is missing

Changed

  • Don't run newline fix on description fields
  • Install requests-cache in main run() function instead of check.agrovoc() function so we only incur the overhead once
  • Use py3langid instead of langid, see: How to make language detection with langid.py faster
  • Use uv instead of rye
  • Remove pytest-clarity — I think pytest itself has gotten much better in the past few years

Updated