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.
0.12.0
1. Added `dvc pipeline show` for showning pipeline stages for target stage. 2. Bug fixes for our tests.
0.11.0
1. Added support for Microsoft Azure Blob Storage. Kudos c-w and EricSchles. 2. Fixed a bug with non-deterministic md5 computation for directories. 3. Added support for dvc gc -c|--cloud to collect remote garbage.
0.10.2
1. Bugfix for improper usage of logger.debug() in _read_metric(). 2. Bugfix for `dvc metrics show` in binary packages caused by the bug in ply module.