plumbum v1.6.3 Release Notes

Release Date: 2016-12-31 // over 7 years ago
    • ๐Ÿš‘ Python 3.6 is now supported, critical bug fixed (#302 <https://github.com/tomerfiliba/plumbum/issues/302>_)
    • ๐Ÿ‘ Commands: Better handling of return codes for pipelines (#288 <https://github.com/tomerfiliba/plumbum/pull/288>_)
    • ๐Ÿ‘ Paths: Return split support (regression) (#286 <https://github.com/tomerfiliba/plumbum/issues/286>_) - also supports dummy args for better str compatibility
    • ๐Ÿ‘ Paths: Added support for Python 3.6 path protocol
    • ๐Ÿ‘ Paths: Support Python's in syntax
    • ๐Ÿ“œ CLI: Added Config parser (provisional) (#304 <https://github.com/tomerfiliba/plumbum/pull/304>_)
    • Color: image plots with python -m plumbum.cli.image (#304 <https://github.com/tomerfiliba/plumbum/pull/304>_)
    • โฑ SSH: No longer hangs for timeout seconds on failure (#306 <https://github.com/tomerfiliba/plumbum/issues/306>_)
    • ๐Ÿง Test improvements, especially on non-linux systems