Releases: treeverse/dvc
Releases · treeverse/dvc
0.14.4
25 Jul 17:25
Compare
Sorry, something went wrong.
No results found
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
24 Jul 13:03
Compare
Sorry, something went wrong.
No results found
Bug fix for improper .dvc file resolution of dvc add;
Bug fix for os-dependent dir cache files;
0.14.2
23 Jul 19:46
Compare
Sorry, something went wrong.
No results found
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
20 Jul 16:02
Compare
Sorry, something went wrong.
No results found
Bug fixes for Amazon S3 driver;
Bug fix for dvc status warning for locked stages;
Improved test coverage;
0.14.0
19 Jul 09:45
Compare
Sorry, something went wrong.
No results found
Performance improvements.
Added support for CSV and Headed CSV(HCSV) to dvc metrics.
Improved test coverage.
0.13.0
17 Jul 13:27
Compare
Sorry, something went wrong.
No results found
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
14 Jul 15:02
Compare
Sorry, something went wrong.
No results found
Added dvc pipeline show for showning pipeline stages for target stage.
Bug fixes for our tests.
0.11.0
12 Jul 07:50
Compare
Sorry, something went wrong.
No results found
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
07 Jul 22:28
Compare
Sorry, something went wrong.
No results found
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.
0.10.1
07 Jul 00:45
Compare
Sorry, something went wrong.
No results found
Bugfix for the improper comparison of versions in updater.
Bugfix for the output of dvc metrics show without all-branches.
You can’t perform that action at this time.