Skip to content

v2.1.10

Compare
Choose a tag to compare
@jorisschellekens jorisschellekens released this 08 Mar 19:14
· 19 commits to master since this release

📣 borb release notes

This release is a beauty pageant release:

  • Classes have been split in 3 parts:
    • CONSTRUCTOR
    • PRIVATE
    • PUBLIC
  • 👍 All class-methods in the borb package have been sorted (in their respective part)
  • 👍 All public methods have been documented
  • 👍 The vast majority of mypy warnings have been taken care of

Although the majority of the work has been done, this will always be an ongoing task.
As new development adds code, I may need this kind of release from time to time to ensure the quality of the code
stays up.

This release includes the following minor fixes:

  • minor fix in DisconnectedShape (method names related to scaling were not analoguous to ConnectedShape)