You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Support for LOCAL/S3/GS/SSH/HDFS external dependencies, outputs and cache.
Misc bug fixes and performance improvements.
Added -c|--cwd option for dvc repro to change directory before reproduction. Similar to make -C.
Added -p|--purge option for dvc remove to remove the dvc file.
Introduced dvc import to import external files and track them as dependencies.
Added -m|--metrics option for dvc repro to output metrics after reproduction.
Added -d|--default option for dvc remote add to set remote as a default one.
Data cloud is now included into Remote class. All remote drivers for local/s3/gs/hdfs/ssh are now located under dvc/remote/. New remote types are easy to add.
Added --all-branches option for push/pull/fetch/gc to operate on cache for all present branches.
Introduced dvc move to allow renaming data files added with dvc add.
Introduced dvc lock/unlock to lock/unlock dvc files from reproduction.
Added support for a list of cache types. E.g. dvc config cache.type reflink,copy.