Releases: shnizzedy/cpac
Releases · shnizzedy/cpac
v0.2.5
- 📚 Update the main usage string to better articulate functionality
- 📢 🐳 Provide a clearer error message if package cannot connect to Docker.
- 🐳 Fix a bug introduced in v0.2.4 where some crashfiles would print for
cpac --platform singularity crash
but not forcpac --platform docker crash
- 🚑 Fix some installation issues:
- All required packages are now installed with pip install cpac-py
- Version is now set correctly
- 🔬 Set coverage reports to report local paths
🔖 v0.2.4
Crashfile
Autobind
- Supports container platforms
- 🐳 Docker
- Ⓢ Singularity ≥ 2.5.0 ≤ 3.0
New Features
- Automatic binding of necessary local directories to Docker or Singularity
books cpac run --help
gets usage from container instead of referring users to C-PAC documentation- Enables specifying image and/or tag
multiple local bindings
- 🚑 Fixed bug preventing binding the same local directory to multiple Docker directories
run, utils
- ✨ Added support for
pip install
- ✨ Added support for
cpac run
- ✨ Added support for
cpac utils
- 🔈 🐳 Routed live Docker logging to stdout
- 🔬 Added tests for
cpac run
andcpac utils