Summary
This is a bugfix release.
It fixes (hopefully) the deployment of the Docker container that provides a working setup using the latest releases of protopipe and its interface.
WARNING: protopipe v0.5.0 is still not on PyPI, but once inside the container you can easily install it by following the developer installation instructions (remember to do git checkout v0.5.0
before installing with pip install -e .
)
Contributors
- Michele Peresano (@HealthyPear)
What is changed since 0.4.0
Pull requests containing changes of multiple nature are repeated.
🐛 Bug Fixes
- Fix git syntax error in Dockerfile release version (#75) @HealthyPear
🧰 Maintenance
- Fix git syntax error in Dockerfile release version (#75) @HealthyPear