1. Fixed bug on Python 3.7; 2. Fixed coding style errors detected by flake8; 3. Fixed bug in `dvc push/pull/fetch` where `-a|--all-branches` argument didn't have any effect;
0.14.3
1. Bug fix for improper .dvc file resolution of `dvc add`; 2. Bug fix for os-dependent dir cache files;
0.14.2
1. Fixed bug in `dvc metrics show` when file is explicitly specified; 2. Fixed bug in _find_root() when dvc didn't check if the mount point itself was a dvc repository. Kudos hfchong ; 3. Fixed bug in updater where there was no get() timeout;
0.14.1
1. Bug fixes for Amazon S3 driver; 2. Bug fix for `dvc status` warning for locked stages; 3. Improved test coverage;
0.14.0
1. Performance improvements. 2. Added support for CSV and Headed CSV(HCSV) to `dvc metrics`. 3. Improved test coverage.
0.13.0
1. Commands such as `dvc status\fetch\pull\push` now take into account locked stages. 2. Support `dvc add` for external files(e.g. `dvc add s3://mybucket/myfile.txt`). 3. Support `dvc import` for external outputs(e.g. `dvc import s3://mybucket/file.txt s3://mybucket/myworkdir/file.txt`). 4. Added `dvc destroy` to delete DVC from the repository. 5. Bug fixes.