Skip to content

Latest commit

 

History

History
79 lines (64 loc) · 3.53 KB

CHANGELOG.rst

File metadata and controls

79 lines (64 loc) · 3.53 KB

Changelog

  • 📚 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 <https:/shnizzedy/cpac/releases/tag/v0.2.4> where some crashfiles would print for cpac --platform singularity crash but not for cpac --platform docker crash
  • 🚑 Fix some installation issues:
    • All required packages are now installed with pip install cpac
    • Version is now set correctly
  • 🐳 Fix a bug introduced in v0.2.4 where some crashfiles would print for cpac --platform singularity crash but not for cpac --platform docker crash
  • 🔬 Set coverage reports to report local paths
  • 💪 Make crash command automatically touch (within a container) all missing files a crashfile requires to exist and print the underlying output
  • 🐳 Make Docker commands (especially pull and crash) more robust
  • ⬆️ Require Python ≥3.6 (for fstrings)
  • ✨ Added group and crash commands
  • 🚑 Fixed a bug where pass-through flags were being mangled
  • 🖇️ Binds any directories necessary to access any paths found in pass-through CLI arguments

Version 0.2.2.post1

  • 🖉 Pass run -h through like run --help

Version 0.2.2

  • ✨ Automatic binding of necessary local directories to Docker or Singularity
  • 📚 Pass run --help through to container without positional arguments to get full current helpstring

Version 0.2.1

  • Ⓢ Enabled specifying Singularity image file or Docker tag for Singularity

Version 0.2.0

  • ✨Ⓢ Added Singularity support

Version 0.1.5

  • ⬆ Added installation depenencies

Version 0.1.4

  • 🚑 Removed erroneous import statement

Version 0.1.3

  • ➕ Require docker-pycreds, websocket-client

Version 0.1.2

  • 🚑 Fixed bug preventing binding the same local directory to multiple Docker directories

Version 0.1.1

  • ✨ 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 and cpac utils

Version 0.1.0

  • ✨🐳 Ported Docker support from Theodore