Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@tmke8 tmke8 released this 11 Nov 13:13
· 329 commits to main since this release

What's Changed

Breaking Changes 🛠

  • Raise minimum Python version to 3.10 by @tmke8 in #974

Exciting New Features 🎉

Other Changes

  • Fix that cursed file again by @tmke8 in #971
  • Make the other mask also bool by @tmke8 in #973
  • Remove all from __future__ import annotations by @tmke8 in #975
  • Clean up the CI by @tmke8 in #981
  • Restore the use of python-type-stubs by @tmke8 in #983
  • Convert a lot of if-elif cascades into match statements by @tmke8 in #984
  • Replace darglint with pydoclint by @tmke8 in #985
  • Make zip strict and avoid boolean traps by @tmke8 in #986
  • Try to make mypy happy by @tmke8 in #993
  • Use ints for the labels in the tests by @tmke8 in #994
  • Normalize strings with black by @tmke8 in #995

Full Changelog: v1.2.3...v1.3.0