Skip to content

3.0.0

Compare
Choose a tag to compare
@BoboTiG BoboTiG released this 24 Sep 15:02
· 54 commits to main since this release

Added

  • Support for Python 3.13
  • CI to automatically publish releases on tag creation
  • ruff requirement for the code quality

Changed

  • (breaking change) Enforced usage of proper keyword-arguments
  • Use absolute imports
  • Level up the packaging using hatchling
  • Pin all requirements
  • Updated README's code example (fixes #13)
  • Fixed typos using codespell (#15 by @kianmeng)

Removed

  • black, flake8, and isort, requirements for the code quality