Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 2.18 KB

CHANGELOG.rst

File metadata and controls

64 lines (50 loc) · 2.18 KB

Changelog

  • 💪 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