Skip to content

Releases: iterative/dvc

0.15.1

01 Aug 21:40
98c5875
Compare
Choose a tag to compare
  1. Fix README.rst formatting;

0.14.4

25 Jul 17:25
c408fa7
Compare
Choose a tag to compare
  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

24 Jul 13:03
6fd1e03
Compare
Choose a tag to compare
  1. Bug fix for improper .dvc file resolution of dvc add;
  2. Bug fix for os-dependent dir cache files;

0.14.2

23 Jul 19:46
537678d
Compare
Choose a tag to compare
  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

20 Jul 16:02
4bbbdb3
Compare
Choose a tag to compare
  1. Bug fixes for Amazon S3 driver;
  2. Bug fix for dvc status warning for locked stages;
  3. Improved test coverage;

0.14.0

19 Jul 09:45
95f53a1
Compare
Choose a tag to compare
  1. Performance improvements.
  2. Added support for CSV and Headed CSV(HCSV) to dvc metrics.
  3. Improved test coverage.

0.13.0

17 Jul 13:27
169db1f
Compare
Choose a tag to compare
  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

14 Jul 15:02
Compare
Choose a tag to compare
  1. Added dvc pipeline show for showning pipeline stages for target stage.
  2. Bug fixes for our tests.

0.11.0

12 Jul 07:50
c636581
Compare
Choose a tag to compare
  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

07 Jul 22:28
50ea36e
Compare
Choose a tag to compare
  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.