Refer to https://dvc.org/doc/install for installation instructions.
New features
Please check the release blog post https://dvc.org/blog/dvc-2-0-release
Changes
See https://github.com/iterative/dvc/pulls for a full list of changes.
💣 Breaking Changes
- Dropped support for external outputs in Google Cloud Storage and changed the default checksum from md5 to etag.
- Dropped support for login with p12 files on service authentication for Google Drive.
- Stages without dependencies will not always run as if changed. Instead, use --always-changed.
- Environment variables inside the cmd of a stage using ${VAR} syntax must be escaped as ${VAR} in 2.0 due to the use of ${} syntax for templating.