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

Published by efiop about 6 years ago

  1. Updater README links;
  2. Updated requirements for pip;
  3. Replaced cffi with ctypes;
dvc - 0.19.1

Published by efiop about 6 years ago

  1. Stopped using pyreflink module due to maintainer's unresponsiveness;
  2. Now building osx packages on OS X 10.11 in order to provide forward compatibility;
dvc - 0.19.0

Published by efiop about 6 years ago

  1. State file now uses sqlite database instead of json file;
  2. Introduced configurable limits for state file size;
  3. Introduced configurable cleanup quotas for state file;
  4. Fixed bug in dvc repro --dry where it was checking for missing dependencies;
  5. Fixed bug in dvc run where it was producing empty dvc files when ran without arguments;
  6. State and link state files are now combined into single .dvc/state;
  7. Fixed bug in dvc where it was scanning unnecessary directories looking for dvc files;
  8. Fixed bug in dvc run where it was allowing to specify -f with subdirectories, causing following dvc repro to fail;
  9. DVC now lists files that it has changed and tells that they could be added with git;
  10. Added ability to configure password for SSH remote;
  11. Introduced -p|--pipeline option for dvc repro to reproduce the whole pipeline that the specified dvc file belongs to;
  12. Fixed bug in ssh remote driver where it was hanging if there were too much files on the remote;
  13. Support git submodules; Kudos @jeepkd;
  14. Introduce -d|--with-deps option for dvc pull/push/fetch/status;
  15. Fixed bug in pull/push progress bar where it was showing improperly joined paths on windows;
dvc - 0.18.15

Published by efiop about 6 years ago

  1. Fix recv() bug in ssh remote;
  2. Fix bug with deps that don't exist;
dvc - 0.18.14

Published by efiop about 6 years ago

  1. Add ability to configure timeout for ssh remote;
  2. Properly handle io when executing commands on the remote host through ssh;
dvc - 0.18.13

Published by efiop about 6 years ago

  1. Lower thread number multiplier for pull/push/fetch;
dvc - 0.18.12

Published by efiop about 6 years ago

  1. Limit state db size;
  2. Limit size of the files state for which is going to be cached in the state db/file;
  3. Speedup state db dump() speed x10 by using json.dumps() instead of json.dump();
dvc - 0.18.11

Published by efiop about 6 years ago

  1. Fixed bug in effective mtime calculation for dir trees;
  2. Fixed bug in state dump when calculating checksum for directories;
dvc - 0.18.10

Published by efiop about 6 years ago

  1. Fix dvc remote remove;
dvc - 0.18.9

Published by efiop about 6 years ago

  1. Fix README.rst formatting on pypi;
  2. Add -y|--yes option for dvc run;
dvc - 0.18.8

Published by efiop about 6 years ago

  1. Fix mtime computation for directories;
dvc - 0.18.7

Published by efiop about 6 years ago

  1. Fix test for changed data in a dir;
  2. Fix bug in remote config;
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;
Package Rankings
Top 5.09% on Conda-forge.org
Top 0.63% on Pypi.org