Releases: iterative/dvc
Releases · iterative/dvc
0.21.0
Allow non-existing files as targets for dvc metrics add
;
Support HTTP(s) as external dependency and remote(pull/fetch/status only);
Fix bug in dvc checkout
confirmation prompt;
0.20.8
Support dvc status --with-deps
;
0.20.7
Fix bug in interactive mode for dvc pipeline show --ascii
on Windows;
0.20.6
Add welcome message for dvc init
;
Fix dvc pull --force
;
0.20.5
Spawn background process to fetch updates;
Ask user for confirmation when deleting files on checkout;
Bug fixes;
0.20.4
Checkout no longer removes the whole directory, and checks individual files instead;
Automatically ignoring temporary state files;
Increase state db size limit from 10M to 100M entries;
0.20.3
Warn if user is using fish shell;
Show progress bar when linking large dirs;
Add workaround for VACUUM bug in sqlite on python 3.6 and 3.7;
0.20.2
Added ability to collect garbage in several projects using dvc gc -p
. Kudos @ynop ;
Introduced dvc pipeline list
command to list all the pipelines in the project;
Added custom update instructions depending on detected environment;
AWS s3 remote driver now uses default boto3 session and supports IAM roles;
0.20.1
Add confirmation prompt for dvc remove -p
;
Make -q
and -v
mutually exclusive in CLI;
Don't forget about not cached outputs when checking for cycle dependencies;
Fix BaseSCM in no-scm scenario;
Make updater message more noticeable;
Fix bug in logger, where errors were printed to stdout instead of stderr;
Add dvc gc
support for Azure remote;
Support -d|--with-deps
for dvc checkout
;
0.20.0
Check for circular dependencies;
Don't use dvc lock on dvc root
command;
Check that --cwd
is inside the project;
Fix dvc run
bug on cygwin;
Introduce optional protected mode;
You can’t perform that action at this time.