Skip to content

Releases: CVector-Energy/python-test

v2.0.0

Choose a tag to compare

@joshuanapoli joshuanapoli released this 01 Jun 13:51

What's Changed

Breaking Change

Major version bump on actions/cache v5 runs on Node 24. Any self-hosted runner not updated to a Node-24-capable runner version will fail this step. GitHub-hosted runners are fine.

Full Changelog

v1.1.0...v2.0.0

v1.1.0

Choose a tag to compare

@joshuanapoli joshuanapoli released this 31 Mar 00:11

What's Changed

  • Add working-directory option by @joshuanapoli in #1
  • [PD1-950] Add support for the uv package manager and automatically repair simple build failures by @joshuanapoli in #2

New Contributors

Full Changelog: v1.0.3...v1.1.0

v1.0.3

Choose a tag to compare

@joshuanapoli joshuanapoli released this 11 Dec 22:17

The poetry cache depends on the Python version. This solves an error when changing Python versions; poetry fails to run if it was built with the wrong version of Python.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@joshuanapoli joshuanapoli released this 07 Dec 02:25

Release to GitHub Actions Marketplace

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@joshuanapoli joshuanapoli released this 07 Dec 02:14

Change to use '.' as the default source directory.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@joshuanapoli joshuanapoli released this 07 Dec 00:52

Initial version.

Run tests for repos using the following:

  • ruff
  • mypy
  • pytest