github iterative/dvc 0.50.0

latest releases: 3.50.1, 3.50.0, 3.49.0...
4 years ago
  1. Make progress bars respect -q|--quiet;
  2. Optimize stat calls when collecting metadata;
  3. Don't spin up thread pool when --jobs 1 is set for push/pull/fetch/status -c;
  4. Fix track changes with git message; Kudos @ricardoserradas 🏅
  5. Make dvc version report fs type and supported link types; Kudos @algomaster99 🏅
  6. Add description for rpm and deb packages; Kudos @kurianbenoy 🏅
  7. Support AWS S3 encryption; Kudos @dberenbaum 🏅
  8. Optimize cache validation for large directories;
  9. Add a better description for targets arguments in push/pull/fetch/status commands; Kudos @sanidhyamangal 🏅
  10. Make dvc status -c more informative by providing a better progress bar when collecting status for remotes;
  11. Fix bug when having your cache on another partition on Windows caused a crash during checksum computation;
  12. Fix bug in dvc metrics where it was reproting master branch when listing metrics for all tags;
  13. Standartisize order of command options in help messages; Kudos @vibhor98 🏅
  14. Use pathspec instead of dulwich to handle dvcignore;
  15. Handle SIGINT gracefully when dvc run-ing a command; Kudos @vasinkd 🏅
  16. Use more sftp connections to speed up status collection on SSH remotes;
  17. Introduced dvc import/get commands to handle importing/downloading from other dvc repositories. dvc import is in beta state and is not ready for production. Old dvc import is now called dvc import-url. Also introduced dvc get-url for downloading from ulr to provide command symmetry.;
  18. Introduced python API for opening and reading files from dvc repositories;
  19. Fix dvc pipeline show -c command;
  20. Check DVC-file name validity before actually running the command;

Don't miss a new dvc release

NewReleases is sending notifications on new releases.