Skip to content

v1.9.0

Compare
Choose a tag to compare
@erlete erlete released this 16 Feb 12:20
· 6 commits to main since this release
8a8af79

This release features significant changes regarding multiple topics:

  1. Extended backwards compatibility: older Python versions (3.7+) now support the package.
  2. 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.
  3. Enhanced documentation: all docstrings in the package have been updated according to the Google Docstring format.
  4. Upgraded test support: added tests for multiple classes and methods from the package's modules.

What's Changed

  • Extend backwards compatibility and update modules by @erlete in #30

Full Changelog: v1.8.0...v1.9.0