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
Changed publishing workflow to use OpenID Connect (Trusted Publisher Management) when publishing to PyPI
Updated copyright statement
VS Code settings: Turned off automatic venv activation
replaced black formatter with ruff formatter
removed black
Removed
VS Code settings: Removed the setting which added the /src folder to PythonPath. This is no longer necessary. uv installs the project itself as a package in "editable" mode, which removes the need to manually add /src to the PythonPath environment variable.
GitHub workflows
(all workflows): Adapted to use uv as package manager
_test_future.yml : updated Python version to 3.13.0-alpha - 3.13.0
_test_future.yml : updated name of test job to 'test313'
Dependencies
updated to ruff>=0.6.3 (from ruff==0.2.1)
updated to pyright>=1.1.378 (from pyright==1.1.350)
updated to setup-python@v5 (from setup-python@v4)
updated to actions-gh-pages@v4 (from actions-gh-pages@v3)
updated to upload-artifact@v4 (from upload-artifact@v3)
updated to download-artifact@v4 (from download-artifact@v3)