You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reorganized and expanded to properly handle build artifacts, caches, and development files
Added patterns for common editor files, OS-specific files, and documentation build artifacts
Pinned dependency versions
Updated requirements.txt with exact versions for all dependencies
Updated requirements-dev.txt with exact versions and added pytest-benchmark and ruff
Added CI workflows
Updated the existing benchmark workflow with modern GitHub Actions versions
Created new workflows:
tests.yml for running unit tests on Python 3.10, 3.11, and 3.12
lint.yml for running flake8, ruff, and mypy type checking
Updated documentation
Added new CI workflow badges to the README
Updated the CHANGELOG with the new features and improvements in 4.1.0
0 commit comments