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.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;
dvc - 0.19.10

Published by efiop about 6 years ago

  1. Import asciimatics only when needed;
  2. Fix bug in state database where inode didn't fit into INTEGER PRIMARY KEY column;
dvc - 0.19.9

Published by efiop about 6 years ago

  1. dvc repro now shows which dependencies have changed;
  2. Fix reflink on Darwin;
dvc - 0.19.8

Published by efiop about 6 years ago

  1. Add confirmation prompt for garbage collector;
  2. Fix StageFileFormatError exception message;
  3. Update networkx version requirements;
  4. Use asccimatics to provide scrollable graphs for dvc pipeline show --ascii;
  5. Stop using ntfsutils module;
  6. Fix coverage uploading for codecov;
  7. Don't use close_fds on windows in hdfs driver;
dvc - 0.19.7

Published by efiop about 6 years ago

  1. Fix env vars for the s3 remote;
  2. Improve test coverage;
dvc - 0.19.6

Published by efiop about 6 years ago

  1. Introduce -T|--all-tags option;
  2. Introduce per-remote --jobs default;
dvc - 0.19.5

Published by efiop about 6 years ago

  1. Support env variables for s3 remote;
  2. Introduce -P|--all-pipelines for dvc repro;
  3. Check for updates once a day instead of once a week;
  4. More verbose output;
  5. Added state file version check;
  6. Abandoned asciicanvas package;
dvc - 0.19.4

Published by efiop about 6 years ago

  1. Fix bug in error reporting in dvc move command;
dvc - 0.19.3

Published by efiop about 6 years ago

  1. Introduced --dot option for dvc pipeline show that will output the pipeline in a dot format, that can be then rendered with graphviz. Kudos @pared .
  2. Fix bug in ssh remote driver where it would as several times for password when performing dvd pull;
  3. Add a note about default behavior to dvc remove help message;
  4. Removed unused code;
Package Rankings
Top 5.09% on Conda-forge.org
Top 0.63% on Pypi.org