-
-
Notifications
You must be signed in to change notification settings - Fork 15
Comparing changes
Open a pull request
base repository: kiudee/chess-tuning-tools
base: v0.9.5
head repository: kiudee/chess-tuning-tools
compare: master
- 14 commits
- 32 files changed
- 3 contributors
Commits on Oct 26, 2025
-
Add support for Python 3.10-3.13
Update dependencies and build configuration: - Update Python requirement to >=3.10,<3.14 - Update bask to use bayes-skopt branch with Python 3.10-3.13 support - Update numpy to >=2.0.0 for Python 3.13 compatibility - Update scikit-optimize to >=0.10.2 - Remove upper bounds on pytest and wheel dev dependencies - Update noxfile test matrix to Python 3.10-3.13 - Update CI/CD workflows to test Python 3.10-3.13 on Ubuntu, macOS, and Windows - Remove deprecated universal wheel configuration Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 5085f4c - Browse repository at this point
Copy the full SHA 5085f4cView commit details -
Fix flake8 B905 and whitespace errors for Python 3.10+ compatibility
Add strict=True parameter to all zip() calls and fix whitespace issues: - Add strict=True to 19 zip() calls (flake8 B905) - Fix 3 whitespace errors around arithmetic operators (E226, E231) Files modified: - tune/cli.py: 2 zip() fixes - tune/io.py: 2 zip() fixes + 1 whitespace fix - tune/local.py: 4 zip() fixes - tune/summary.py: 1 zip() fix - tune/utils.py: 1 zip() fix - tune/db_workers/tuning_client.py: 1 whitespace fix - tune/db_workers/tuning_server.py: 9 zip() fixes + 1 whitespace fix Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 4219610 - Browse repository at this point
Copy the full SHA 4219610View commit details -
Update GitHub Actions to latest versions
- Update actions/checkout from v2.3.4 to v4 - Update actions/setup-python from v2.2.1 to v5 - Update actions/cache from v2.1.4 to v4 - Replace deprecated set-output with GITHUB_OUTPUT Fixes deprecation warnings and ensures compatibility with latest GitHub Actions. Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for c79f3fd - Browse repository at this point
Copy the full SHA c79f3fdView commit details -
Fix CI test failures and skip Python 3.10 on macOS
- Skip Python 3.10 on macOS due to GitHub Actions gettext library bug - Fix CLI test to expect exit code 2 when Click group called without subcommand (Click groups correctly return exit code 2 for usage errors) All 27 tests now pass on all supported platforms and Python versions. Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for ac90f02 - Browse repository at this point
Copy the full SHA ac90f02View commit details -
Use released bask 0.11.0 from PyPI
Switch from git fork dependency to released version now that kiudee/bayes-skopt#122 has been merged and bask 0.11.0 is published. All 27 tests pass with the released version. Co-Authored-By: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 1564ceb - Browse repository at this point
Copy the full SHA 1564cebView commit details -
Merge pull request #232 from AlexisOlson/python-3.10-3.13
Add support for Python 3.10 through 3.13
Configuration menu - View commit details
-
Copy full SHA for 419440d - Browse repository at this point
Copy the full SHA 419440dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c53b56c - Browse repository at this point
Copy the full SHA c53b56cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae3a533 - Browse repository at this point
Copy the full SHA ae3a533View commit details -
Merge pull request #233 from kiudee/feature/migrate-to-uv
chore: migrate tooling to uv
Configuration menu - View commit details
-
Copy full SHA for edf2521 - Browse repository at this point
Copy the full SHA edf2521View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc03e8 - Browse repository at this point
Copy the full SHA ffc03e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b86d471 - Browse repository at this point
Copy the full SHA b86d471View commit details -
Merge pull request #234 from kiudee/fix/scipy-float
Cast GP optimizer inputs to float64
Configuration menu - View commit details
-
Copy full SHA for 93764fc - Browse repository at this point
Copy the full SHA 93764fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 673863e - Browse repository at this point
Copy the full SHA 673863eView commit details
Commits on Oct 27, 2025
-
Merge pull request #235 from kiudee/feature/migrate-ruff
Migrate formatting and lint tooling to Ruff
Configuration menu - View commit details
-
Copy full SHA for a88f947 - Browse repository at this point
Copy the full SHA a88f947View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.9.5...master