1) Support env variables for s3 remote; 2) Introduce `-P|--all-pipelines` for `dvc repro`; 3) Check for updates once a day instead of once a week; 4) More verbose output; 5) Added state file version check; 6) Abandoned asciicanvas package;
0.19.4
1) Fix bug in error reporting in `dvc move` command;
0.19.3
1) Introduced `--dot` option for `dvc pipeline show` that will output the pipeline in a dot format, that can be then rendered with graphviz. Kudos pared . 2) Fix bug in ssh remote driver where it would as several times for password when performing `dvd pull`; 3) Add a note about default behavior to `dvc remove` help message; 4) Removed unused code;
0.19.2
1) Updater README links; 2) Updated requirements for pip; 3) Replaced cffi with ctypes;
0.19.1
1) Stopped using pyreflink module due to maintainer's unresponsiveness; 2) Now building osx packages on OS X 10.11 in order to provide forward compatibility;