Skip to content

v0.1.9

Latest
Compare
Choose a tag to compare
@ClaasRostock ClaasRostock released this 27 Sep 16:42
· 16 commits to main since this release
f3383c1

Changed

  • Changed from pip/tox to uv as package manager
  • README.md : Completely rewrote section "Development Setup", introducing uv as package manager.
  • 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)
  • updated to sourcery>=1.22 (from sourcery==1.16)
  • updated to dictIO>=0.3.4 (from dictIO>=0.3.1)
  • removed black