Skip to content

v0.6.0

Compare
Choose a tag to compare
@elliot-100 elliot-100 released this 15 Mar 16:35
· 242 commits to main since this release

What's changed

  • BREAKING CHANGE: simpler classnames (Group, Member etc instead of SpondGroup, SpondMember, etc) by @elliot-100 in #37
  • Improved: __str__.() methods by @elliot-100 in #36
  • Improved: type hint coverage - added self type annotations in e5ad069
  • Improved: raise exceptions instead of using assertions outside tests in f80b39c
  • Removed: support for Python <3.8 by @elliot-100 in #33

For developers

  • Added: [linting] Pre-commit hooks to check files and enforce style by @elliot-100 in #34
  • Added: [dev-dependencies] ruff 0.0.256
  • Changed: [build]: specific poetry-core >=1.0.0 dependency in 7faebfa
  • Changed: refactor to one file per class in 1048f02
  • Changed: [tests] refactor: fixtures to conftest.py in 34eb811

Full Changelog: v0.5.1...v0.6.0