Releases: ComPWA/actions
Releases · ComPWA/actions
ComPWA actions and shared workflows 2.1.1
ComPWA actions and shared workflows 2.1.0
ComPWA actions and shared workflows 2.0.2
ComPWA actions and shared workflows 2.0.1
ComPWA actions and shared workflows 2.0.0
✨ New features
- automatically update
pixi.lock
(#106)
⚠️ Enhancements and optimizations
⚠️ API changes
- rename
requirements.yml
workflow tolock.yml
(#99) - run all actions with cached
uv
oruvx
(#101) - remove separate
taplo
pre-commit workflow (#108)
⚠️ Changes that may affect behavior
- remove
setup.cfg
support (#100)
🐛 Bug fixes
🔨 Maintenance
🖱️ Developer Experience
The full changelog as commits can be found here.
ComPWA actions and shared workflows 1.4.1
⚠️ Enhancements and optimizations
- run CI on Python 3.12 by default (#87)
- only support Python 3.12 (#90)
- remove
toml
dependency (#91) - remove
tomllkit
dependency (#93) - use
uv
in actions if PyPI dependencies are requires (#94) - update
uv.lock
in requirements workflow (#97) - set
FORCE_COLOR
(#98)
⚠️ Changes that may affect behavior
- update
uv.lock
in requirements workflow (#97)
🐛 Bug fixes
🖱️ Developer Experience
- only support Python 3.12 (#90)
The full changelog as commits can be found here.
ComPWA actions and shared workflows 1.4.0
ComPWA actions and shared workflows 1.3.4
ComPWA actions and shared workflows 1.3.3
ComPWA actions and shared workflows 1.3.2
⚠️ Enhancements and optimizations
- The
ComPWA/actions/cache-sympy
now also uploads caches under~/.cache/ampform
etc. (#76)
⚠️ Changes that may affect behavior
- Tests marked
@pytest.mark.slow
are now also run on GitHub Actions (#77)
🖱️ Developer Experience
- Added link to conventional commit message examples in PR linting error message (#75)
The full changelog as commits can be found here.