github iterative/dvc 2.0.0
2.0.0 🦉

latest releases: 3.51.1, 3.51.0, 3.50.3...
3 years ago

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.

Don't miss a new dvc release

NewReleases is sending notifications on new releases.