Skip to content

Release v0.2.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 16:57
· 203 commits to main since this release
34c6cb8

[0.2.4] - 2023-09-18

Updated dependencies, added py.typed, swapped linters to Ruff, fixed lint
issues, and removed support for Python 3.8 due to type hint changes.

Added

  • py.typed is now present, letting mypy use the provided type hints
  • Added a workflow for Ruff

Changed

  • Ruff replaces Pylint an Flake8 as linters
  • Cleaned up the source code with Ruff
  • Updated dpendencies
  • Updated Makefile

Removed

  • Removed the old workflows for Pylint and Flake8