Skip to content

Releases: kdeldycke/workflows

v3.5.7

05 Jun 16:04
Compare
Choose a tag to compare

Changes

  • Use uv to install and run tools.
  • Fix markdown autofix.

v3.5.6

05 Jun 14:26
Compare
Choose a tag to compare

Changes

  • Use uv to install mdformat.

v3.5.5

05 Jun 07:42
Compare
Choose a tag to compare

Changes

  • Run Nuitka builds on Python 3.12.
  • Auto cleanup PRs produced by awesome template sync job.

v3.5.4

23 May 13:12
Compare
Choose a tag to compare

Changes

  • Fix mypy run for Poetry projects.

v3.5.3

23 May 12:57
Compare
Choose a tag to compare

Changes

  • Pin uv version everywhere to improve stability.
  • Fix mypy execution and dependency installation.

v3.5.2

22 May 15:26
Compare
Choose a tag to compare

Changes

  • Install all extra dependencies before checking typing with mypy.

v3.5.1

22 May 08:51
Compare
Choose a tag to compare

Changes

  • Requires typing dependencies to be set in a typing group in pyproject.toml.
  • Install all extra dependencies on doc generation.

v3.5.0

22 May 08:06
Compare
Choose a tag to compare

Changes

  • Requires Sphinx dependencies to be set in a docs group in pyproject.toml.
  • Let pipdeptree resolve the Python executable to use in a virtual environment.
  • Do not let Nuitka assume a Python package is bundled with its unittests in a tests subfolder.
  • Reduce number of git calls to produce .mailmap. Refs #984.

v3.4.7

26 Apr 06:35
Compare
Choose a tag to compare

Changes

  • Update dependencies.

v3.4.6

18 Apr 14:41
Compare
Choose a tag to compare

Changes

  • Dynamiccaly search the Python executable used by Poetry.