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.18.6

Published by efiop about 6 years ago

  1. Properly merge config with local config;
  2. Recursively compute mtime for the directory;
dvc - 0.18.5

Published by efiop about 6 years ago

  1. Fix pipeline show bug on empty pipelines;
dvc - 0.18.4

Published by efiop about 6 years ago

  1. Check that stage file name is Dvcfile or ends with .dvc;
  2. Print a message when pipeline is up to date for dvc repro;
  3. Add ability to configure ssh port;
  4. Add ability to configure ssh key file;
  5. Fix cornercases for pipeline show;
dvc - 0.18.3

Published by efiop about 6 years ago

  1. Fix 'status' bug for s3 remote;
dvc - 0.18.2

Published by efiop about 6 years ago

  1. Fix help message for pipeline show and repro when no dvc file is specified;
  2. Fix an issue with s3 credentials;
  3. Improve code coverage;
dvc - 0.18.1

Published by efiop about 6 years ago

Fix grandalf version;

dvc - 0.18.0

Published by efiop about 6 years ago

  1. DAG visualization using ASCII rendering;
  2. Introduced --recursive option for dvc add;
  3. Fixed logger coloring;
  4. Bug fixes;
dvc - 0.17.1

Published by efiop about 6 years ago

  1. Fix improper .dvc file name when adding external local file;
dvc - 0.17.0

Published by efiop about 6 years ago

  1. Introduced --dry option for dvc repro that only prints commands without actually executing;
  2. Intrudced -i|--interactive option for dvc repro that reproduces stages in interactive mode, asking user for confirmation. Also introduced core.interactive option for the config to make it default behaviour;
  3. Optimizations for remote dependencies/outputs;
  4. Multiple UX improvements;
  5. Bug fixes;
dvc - 0.16.6

Published by efiop about 6 years ago

  1. Fix error in VersionAction;
dvc - 0.16.5

Published by efiop about 6 years ago

  1. Use 'extras_require' in setup.py for backward compatibility;
dvc - 0.16.4

Published by efiop about 6 years ago

  1. Fix dvc help output;
  2. Add more verbose messages for run/add/checkout;
  3. Fix LD_LIBRARY_PATH issue with binary dvc packages;
  4. Fix install_requires in setup.py;
dvc - 0.16.3

Published by efiop about 6 years ago

  1. Fix dvc --version that on some versions of python prints to stderr and on some stdout;
  2. Fix install requirements;
dvc - 0.16.0

Published by efiop about 6 years ago

  1. Added --dry and -i|--iterative for dvc repro;
  2. Added confirmation prompt for overwriting dvc files with dvc run;
  3. Fixed README formatting;
  4. Fixed dvc and dvc -h formatting;
  5. Improved test coverage;
dvc - 0.15.3

Published by efiop about 6 years ago

Fixed pypi issue with futures.

dvc - 0.15.2

Published by efiop about 6 years ago

  1. Added additional progress info/bar for long running operations such as computing md5 for a large file or directory;
  2. Fixed python runtime requirements;
  3. Fixed links/logos in README;
dvc - 0.15.1

Published by efiop about 6 years ago

  1. Fix README.rst formatting;
dvc - 0.14.4

Published by efiop about 6 years ago

  1. Fixed bug on Python 3.7;
  2. Fixed coding style errors detected by flake8;
  3. Fixed bug in dvc push/pull/fetch where -a|--all-branches argument didn't have any effect;
dvc - 0.14.3

Published by efiop over 6 years ago

  1. Bug fix for improper .dvc file resolution of dvc add;
  2. Bug fix for os-dependent dir cache files;
dvc - 0.14.2

Published by efiop over 6 years ago

  1. Fixed bug in dvc metrics show when file is explicitly specified;
  2. Fixed bug in _find_root() when dvc didn't check if the mount point itself was a dvc repository. Kudos @hfchong ;
  3. Fixed bug in updater where there was no get() timeout;
Package Rankings
Top 5.09% on Conda-forge.org
Top 0.63% on Pypi.org