Added
- Cropper class now available from Python API.
- Local multi-version testing for Python now available with `tox`.
- Extra regressions tests to defend against image warp and cropping outside the regions of interest.
- Support for Python 3.8
Bugfixes
- Specify encoding in `setup.py`, which was causing some errors on Windows.
Deprecated
- Support for padding argument — this is now solely handled by the `face_percent` parameter, and enforces the aspect ratio between `width` and `height`.
- Support for Python 2.7