Skip to content

0.1.6 (2018-09-13)

Compare
Choose a tag to compare
@techalchemy techalchemy released this 13 Sep 06:46
· 443 commits to master since this release
6623f56

0.1.6 (2018-09-13)

Features

  • Made yaspin an optional dependency which can be added as an extra
    by using pip install vistir[spinner] and can be toggled with
    vistir.misc.run(...nospin=True).
    #12
  • Added verbose flag to vistir.misc.run() to provide a way to
    prevent printing all subprocess output.
    #13