dvc

🦉 ML Experiments and Data Management with Git

APACHE-2.0 License

Downloads
592.8K
Stars
13.2K
Committers
293

Bot releases are hidden (Show)

dvc - 0.26.0

Published by efiop over 5 years ago

  1. Add support for cached metrics -m to dvc run;
dvc - 0.25.4

Published by efiop over 5 years ago

  1. Fix pkb build in environments without gitpython;
dvc - 0.25.3

Published by efiop over 5 years ago

  1. Fix build issue on py2 on windows;
dvc - 0.25.2

Published by efiop over 5 years ago

  1. py2: fix unicode issue when working with os.environ.
dvc - 0.25.1

Published by efiop over 5 years ago

  1. Fix pyenv issue on travis;
dvc - 0.25.0

Published by efiop over 5 years ago

  1. Improve unicode support;
  2. Status now returns non-zero code in -q|--quiet mode to reflect whether or not the pipeline is up-to-date;
  3. Added support for Content-Md5 as an ETag alternative in http(s) remote driver;
  4. Unified coding style by using "black" tool;
  5. Implemented -R|--recursive support for dvc metrics show; Kudos @tdeboissiere ;
  6. dvc import now supports --resume option to resume downloading if previous download failed;
  7. Added support for credentialpath(aka GOOGLE_APPLICATION_CREDENTIALS) to gs remote driver;
  8. dvc checkout now suggests git checkout just in case user mixed the two and tried to run dvc checkout <branch>; Kudos @mhham ;
  9. Fix bug in dvc add that would throw an error if you try to call it twice in a row on the same file;
dvc - 0.24.3

Published by efiop over 5 years ago

  1. Don't forget to set projectname when connecting to a Google Storage Cloud remote;
  2. Use PYTHONPATH when launching analytics worker;
  3. Improve dvc move help message;
dvc - 0.24.2

Published by efiop over 5 years ago

  1. Fixed a typo in RemoteBase class;
dvc - 0.24.1

Published by efiop over 5 years ago

  1. Fix bug in the improper md5 computation for dvc files;
dvc - 0.24.0

Published by efiop over 5 years ago

  1. Refactored logging subsystem;
  2. Improved dvc init messages;
  3. Supported remote:// syntax for local remotes;
  4. Supported relative paths for local remotes;
  5. Introduced dvc cache command;
  6. dvc push/pull/etc are now throwing a warning when stages are not up to date;
  7. Refactored deps/outs classes;
  8. Supported specifying port in the url for ssh remote;
  9. Fixed the bug with improper command escaping on dvc run;
  10. Refactored remote classes;
  11. Supported recursive push/pull/etc;
  12. Fixed the bug with improper path resolution when dvc move receives a file name with a suffix.
  13. Fixed the bug with improper file/directory size cast in our state database;
  14. Fixed the bug with improper file size calculation;
  15. Refactored dvc import error message;
  16. Fixed the bug with dvc file not being moved on dvc move;
  17. Made first iterations to comply with pylint;
  18. Introduced another level of the build cache, that will checkout files instead of running the command on dvc run, if it detects that this stage has been ran already;
  19. Fixed the bug with improper directory path handling in dvc move;
  20. Fixed the bug with cyclic dependencies in a DAG of a project, as well as introduced additional levels of checks to prevent that from happening;
dvc - 0.23.2

Published by efiop almost 6 years ago

Fix deb/rpm issue with a missing symlink;

dvc - 0.23.1

Published by efiop almost 6 years ago

Fix improper symlink resolving when generating a binary package for osx;

dvc - 0.23.0

Published by efiop almost 6 years ago

  1. Fix duplicated logs;
  2. Enable flake8 checks for tests;
  3. Add file completion for dvc add command for bash/zsh;
  4. Fix dvc run description;
  5. Speedup logger by shortcutting it in non-verbose mode;
  6. Mention private key in ssh password prompt;
  7. Add option to disable ssl in for s3 remotes;
  8. Prevent argument duplication with deps/outs in dvc run;
  9. Introduce --ignore-build-cache;
  10. Introduce dvc remote default command;
  11. Support prefix for azure remotes;
  12. Fix scheme detection for local outputs/deps with colons in names;
  13. Optimize dir cache collection;
  14. Fix --all-pipelines option for dvc repro;
  15. Save file size in state db to help detect changes on filesystems with low mtime resolution;
  16. Fix daemon when running in binary mode;
  17. Use nice urls for analytics/updater endpoints;
  18. Various RFC improvements;
dvc - 0.22.0

Published by efiop almost 6 years ago

  1. Support global and system configs;
  2. Optimize imports to decrease dvc startup time;
  3. Handle KeyboardInterrupt gracefully;
  4. Don't re-run the command, if dvc file for it already exists and didn't change; Kudos @vernt ;
  5. Fix bug in dvc status for external outputs;
  6. Introduce dvc run --overwrite-dvcfile;
  7. Introduce dvc run --ignore-build-cache;
  8. Introduce dvc run --remove-outs;
  9. Unprotect outputs on dvc run by default;
  10. Don't copy files when unprotecting data, if it is a copy or a reflink;
  11. Use md5 instead of ETag for external outputs/dependencies in Google Cloud Storage remote;
  12. Fix double logging issue in tests;
dvc - 0.21.3

Published by efiop almost 6 years ago

  1. Respect the -q|--quiet option in progress bar and update msg;
  2. Verify that -c|--cwd is not pointing to a directory that is an output of another stage;
  3. Fix error message in dvc lock command;
  4. Don't report locked callback stages as changed;
  5. Exclude locked and metrics keys when computing md5 for a dvc file;
  6. Use quotes to wrap arguments with spaces in a command supplied to dvc run;
  7. Load default cloud dynamically;
dvc - 0.21.2

Published by efiop almost 6 years ago

  1. Auto-detect output name for dvc import URL;
  2. Properly handle non-existing files in dvc checkout;
dvc - 0.21.1

Published by efiop almost 6 years ago

  1. Fix bug in update checks; Kudos @pared ;
dvc - 0.21.0

Published by efiop almost 6 years ago

  1. Allow non-existing files as targets for dvc metrics add;
  2. Support HTTP(s) as external dependency and remote(pull/fetch/status only);
  3. Fix bug in dvc checkout confirmation prompt;
dvc - 0.20.8

Published by efiop almost 6 years ago

  1. Support dvc status --with-deps;
dvc - 0.20.7

Published by efiop almost 6 years ago

  1. Fix bug in interactive mode for dvc pipeline show --ascii on Windows;
Package Rankings
Top 5.09% on Conda-forge.org
Top 0.63% on Pypi.org