- Convert arabic numerals to roman ones in fuzzy comparison, to ensure there is no more discrepancies between "Paris 20" and "Paris XX" for instance. Fix #112 (closed) and improve on top of #110 (closed).
- Improve handling of opendata postal codes (no more duplicates, better capitalization).
Note: You should pip install -r requirements.txt
and rebuild the
database (python -m flatisfy build-data --config config.json
) after
this commit.
Thanks @nicofrand for building the basic blocks for this!