- Unified terminology in dvc help messages;
- Fixed ssh race condition when creating cache directories;
- Optimized state db access when cleaning up unused links on checkout;
- Updated bash autocomplete script; Kudos @naba7 🎉
- Switched to using travis windows builds instead of appveyor;
- Parallelized checksum computations for directories; Kudos @Witiko 🎉
- Fixed a bug where dvc checkout was leaving old workspace links when there was no checksum in the dvc file;
- Optimized DAG build, achieving >x20 performance improvement;
- Fixed a bug in scm, where dvc was trying to fetch remote branches if there were none such branches locally;
- Optimize repro to not check status if --force is arlready specified;
- Started using travis stages to properly organize release deployment;