dvc

🦉 ML Experiments and Data Management with Git

APACHE-2.0 License

Downloads
592.8K
Stars
13.2K
Committers
293

Bot releases are visible (Hide)

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;
dvc - 0.20.6

Published by efiop almost 6 years ago

  1. Add welcome message for dvc init;
  2. Fix dvc pull --force;
dvc - 0.20.5

Published by efiop almost 6 years ago

  1. Spawn background process to fetch updates;
  2. Ask user for confirmation when deleting files on checkout;
  3. Bug fixes;
dvc - 0.20.4

Published by efiop almost 6 years ago

  1. Checkout no longer removes the whole directory, and checks individual files instead;
  2. Automatically ignoring temporary state files;
  3. Increase state db size limit from 10M to 100M entries;
dvc - 0.20.3

Published by efiop almost 6 years ago

  1. Warn if user is using fish shell;
  2. Show progress bar when linking large dirs;
  3. Add workaround for VACUUM bug in sqlite on python 3.6 and 3.7;
dvc - 0.20.2

Published by efiop almost 6 years ago

  1. Added ability to collect garbage in several projects using dvc gc -p. Kudos @ynop ;
  2. Introduced dvc pipeline list command to list all the pipelines in the project;
  3. Added custom update instructions depending on detected environment;
  4. AWS s3 remote driver now uses default boto3 session and supports IAM roles;
dvc - 0.20.1

Published by efiop almost 6 years ago

  1. Add confirmation prompt for dvc remove -p;
  2. Make -q and -v mutually exclusive in CLI;
  3. Don't forget about not cached outputs when checking for cycle dependencies;
  4. Fix BaseSCM in no-scm scenario;
  5. Make updater message more noticeable;
  6. Fix bug in logger, where errors were printed to stdout instead of stderr;
  7. Add dvc gc support for Azure remote;
  8. Support -d|--with-deps for dvc checkout;
dvc - 0.20.0

Published by efiop almost 6 years ago

  1. Check for circular dependencies;
  2. Don't use dvc lock on dvc root command;
  3. Check that --cwd is inside the project;
  4. Fix dvc run bug on cygwin;
  5. Introduce optional protected mode;
dvc - 0.19.15

Published by efiop about 6 years ago

  1. Fix bug in non-captured symlink/hardlink exception;
dvc - 0.19.14

Published by efiop about 6 years ago

  1. Fix bug in --all-tags and --all-branches not working together;
  2. Fix bug in hardlink method on windows;
  3. Don't create links for empty files;
  4. Add pre-checkout hook that will call dvc status;
dvc - 0.19.13

Published by efiop about 6 years ago

  1. Fix bug in progress bar overlay;
  2. Properly check requirements for remotes when dvc is using legacy config;
  3. Fix bug in download/upload methods for remotes when operation fails for a single file;
  4. Add a workaround for bug in os.stat() where st_ino is cast to signed integer instead of unsigned;
dvc - 0.19.12

Published by efiop about 6 years ago

  1. Bash and Zsh completion. Kudos @mroutis ;
  2. Use dvc-test prefix in test dirs;
  3. Check if cache inside directory has changed;
  4. Use int64 to store uint64 to workaround sqlite limitation;
dvc - 0.19.11

Published by efiop about 6 years ago

  1. Fix bug in getdirinfo() on Windows. Kudos @amjadsaadeh;
Package Rankings
Top 5.09% on Conda-forge.org
Top 0.63% on Pypi.org