- 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`
2024
2024 - 2024/01/07
- update dependencies