Skip to content

2024.1

Compare
Choose a tag to compare
@FredHappyface FredHappyface released this 17 Jan 21:08
· 14 commits to master since this release

2024.1 - 2024/01/17

  • update tooling
    • ruff
    • pyright
  • use loguru to replace print statements
  • use pathlib in place of os.path
  • absolute imports in the place of relative imports
  • Address “The Boolean Trap” with kw only args
  • More type hints
  • remove deprecated functions from 2021.2.4