- Fix duplicated logs;
- Enable flake8 checks for tests;
- Add file completion for
dvc addcommand for bash/zsh; - Fix
dvc rundescription; - Speedup logger by shortcutting it in non-verbose mode;
- Mention
private keyin ssh password prompt; - Add option to disable ssl in for s3 remotes;
- Prevent argument duplication with deps/outs in
dvc run; - Introduce
--ignore-build-cache; - Introduce
dvc remote defaultcommand; - Support prefix for azure remotes;
- Fix scheme detection for local outputs/deps with colons in names;
- Optimize dir cache collection;
- Fix
--all-pipelinesoption fordvc repro; - Save file size in state db to help detect changes on filesystems with low mtime resolution;
- Fix daemon when running in binary mode;
- Use nice urls for analytics/updater endpoints;
- Various RFC improvements;