- Added a verbose flag to the training and test based on the __init__ of the address parser.
- **Breaking change** Since [SciPy 1.6](https://github.com/scipy/scipy/releases/tag/v1.6.0) is released on Python `3.7+`
, we don't support Python `3.6`.
- Added management for Windows where the FastText model cannot be pickled. We use the Gensim fasttext model on Windows,
which takes more RAM.