--------------
- Implemented a cost-based layout algorithm (Issue 35).
The implementation depends on shapely, which is added as an optional
dependency (package needs to be installed as matplotlib-venn[shapely] for
it to be included).
Thanks to https://github.com/paulbrodersen
- Added a set diagram to the README (Issue 51).
- Fixed doctests that started failing due to different numpy versions representing values differently.