Releases: iterative/dvc
Releases · iterative/dvc
0.15.1
Fix README.rst formatting;
0.14.4
Fixed bug on Python 3.7;
Fixed coding style errors detected by flake8;
Fixed bug in dvc push/pull/fetch
where -a|--all-branches
argument didn't have any effect;
0.14.3
Bug fix for improper .dvc file resolution of dvc add
;
Bug fix for os-dependent dir cache files;
0.14.2
Fixed bug in dvc metrics show
when file is explicitly specified;
Fixed bug in _find_root() when dvc didn't check if the mount point itself was a dvc repository. Kudos @hfchong ;
Fixed bug in updater where there was no get() timeout;
0.14.1
Bug fixes for Amazon S3 driver;
Bug fix for dvc status
warning for locked stages;
Improved test coverage;
0.14.0
Performance improvements.
Added support for CSV and Headed CSV(HCSV) to dvc metrics
.
Improved test coverage.
0.13.0
Commands such as dvc status\fetch\pull\push
now take into account locked stages.
Support dvc add
for external files(e.g. dvc add s3://mybucket/myfile.txt
).
Support dvc import
for external outputs(e.g. dvc import s3://mybucket/file.txt s3://mybucket/myworkdir/file.txt
).
Added dvc destroy
to delete DVC from the repository.
Bug fixes.
0.12.0
Added dvc pipeline show
for showning pipeline stages for target stage.
Bug fixes for our tests.
0.11.0
Added support for Microsoft Azure Blob Storage. Kudos @c-w and @EricSchles .
Fixed a bug with non-deterministic md5 computation for directories.
Added support for dvc gc -c|--cloud to collect remote garbage.
0.10.2
Bugfix for improper usage of logger.debug() in _read_metric().
Bugfix for dvc metrics show
in binary packages caused by the bug in ply module.
You can’t perform that action at this time.