v1.9.0
This release features significant changes regarding multiple topics:
- Extended backwards compatibility: older Python versions (3.7+) now support the package.
- New Polygon class: a generic Polygon class has been added in order to support specific implementations (such as Triangle, Rectangle, etc) and provide with a generic interface for polygon generation, supporting multiple attributes and methods useful for analysis and representation.
- Enhanced documentation: all docstrings in the package have been updated according to the Google Docstring format.
- Upgraded test support: added tests for multiple classes and methods from the package's modules.
What's Changed
Full Changelog: v1.8.0...v1.9.0