- fix(gitignore): Add docs folder
- fix(pyproject): Fix CI pipeline
- fix(pyproject): Fix dependencies. Max py must be 3.10 because of numba 0.56. From numba 0.57 onwards, support for py 3.8 has been dropped
- fix(qa): Remove mypy for now since new version gives issues
- Add test for support from 3.8 to 3.13
- Drop poetry + multiple fixes