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

Published by efiop over 6 years ago

  1. Bug fixes for Amazon S3 driver;
  2. Bug fix for dvc status warning for locked stages;
  3. Improved test coverage;
dvc - 0.14.0

Published by efiop over 6 years ago

  1. Performance improvements.
  2. Added support for CSV and Headed CSV(HCSV) to dvc metrics.
  3. Improved test coverage.
dvc - 0.13.0

Published by efiop over 6 years ago

  1. Commands such as dvc status\fetch\pull\push now take into account locked stages.
  2. Support dvc add for external files(e.g. dvc add s3://mybucket/myfile.txt).
  3. Support dvc import for external outputs(e.g. dvc import s3://mybucket/file.txt s3://mybucket/myworkdir/file.txt).
  4. Added dvc destroy to delete DVC from the repository.
  5. Bug fixes.
dvc - 0.12.0

Published by efiop over 6 years ago

  1. Added dvc pipeline show for showning pipeline stages for target stage.
  2. Bug fixes for our tests.
dvc - 0.11.0

Published by efiop over 6 years ago

  1. Added support for Microsoft Azure Blob Storage. Kudos @c-w and @EricSchles.
  2. Fixed a bug with non-deterministic md5 computation for directories.
  3. Added support for dvc gc -c|--cloud to collect remote garbage.
dvc - 0.10.2

Published by efiop over 6 years ago

  1. Bugfix for improper usage of logger.debug() in _read_metric().
  2. Bugfix for dvc metrics show in binary packages caused by the bug in ply module.
dvc - 0.10.1

Published by efiop over 6 years ago

  1. Bugfix for the improper comparison of versions in updater.
  2. Bugfix for the output of dvc metrics show without all-branches.
dvc - 0.10.0

Published by efiop over 6 years ago

  1. Support for LOCAL/S3/GS/SSH/HDFS external dependencies, outputs and cache.
  2. Misc bug fixes and performance improvements.
  3. Added -c|--cwd option for dvc repro to change directory before reproduction. Similar to make -C.
  4. Added -p|--purge option for dvc remove to remove the dvc file.
  5. Introduced dvc import to import external files and track them as dependencies.
  6. Added -m|--metrics option for dvc repro to output metrics after reproduction.
  7. Added -d|--default option for dvc remote add to set remote as a default one.
  8. Data cloud is now included into Remote class. All remote drivers for local/s3/gs/hdfs/ssh are now located under dvc/remote/. New remote types are easy to add.
  9. Added --all-branches option for push/pull/fetch/gc to operate on cache for all present branches.
  10. Introduced dvc move to allow renaming data files added with dvc add.
  11. Introduced dvc lock/unlock to lock/unlock dvc files from reproduction.
  12. Added support for a list of cache types. E.g. dvc config cache.type reflink,copy.
dvc - 0.9.7

Published by efiop over 6 years ago

  1. Bug fixes;
  2. Added dvc install for installing git post-checkout hook;
  3. Support dvc checkout for a single file;
  4. Support for reflink/hardlink/symlink/copy types of cache links;
  5. Support for configurable and shareable cache dirs;
  6. Stages without dependencies are now ran by dvc repro;
  7. Dvc now checks for updates once a week and prints a warning if newer version is available;
dvc - 0.9.6

Published by efiop over 6 years ago

  1. Config schema verification
  2. Clouds in config are replaced with remotes. Introduced special command dvc remote for adding/modifying/deleting remotes. dvc push/pull/fetch/status now accepts -r|--remote argument for specifying the particular remote repository you want to use(use dvc config core.remote myremote to setup default remote repo).
  3. GCP cloud no longer requires ProjectName, as long as your credentials are setup correctly and gsutil works for you.
  4. DVC version is now generated dynamically, depending on whether it is release version or from the git(e.g. dvc 0.9.5+89ed2c.mod).
  5. Fixed automatic dvcfile name generation for dvc run -o directory/.
  6. Both dvcfiles and configs are no longer written empty parameters to.
  7. Test coverage increased to 91%.
  8. Experimental SSH cloud support added.
  9. Cloud drivers now use local state to obtain md5, instead of recomputing it every time.
  10. Introduced local config(.dvc/config.local).
  11. AWS cloud migrated from boto to boto3.
  12. Introduces 'md5' field for dvcfiles, which allows us to detect if dvcfile itself has changed(i.e. cmd).
  13. Non-binary dependencies are now converted to POSIX format(CRLF -> CR) while computing md5, so that dependencies which point to files tracked by git are now compatible on windows and *nix.
  14. Introduced dvc metrics for reading metrics on all branches.
dvc - 0.9.5

Published by efiop over 6 years ago

Use POSIX path on windows and convert to POSIX for backward compatibility.

dvc - 0.9.4

Published by efiop over 6 years ago

  1. Fixed bug in data cloud key creation on Windows.
  2. Added dynamic versions(using commit SHA) for dvc built from upstream repo.
  3. Added long package description for pypi.
dvc - 0.9.3

Published by efiop over 6 years ago

Pypi package fixes.

dvc - https://github.com/iterative/dvc/releases/tag/0.9.0

Published by efiop over 6 years ago

dvc - Beta-release

Published by dmpetrov over 7 years ago

DVC beta release.

Make your data science projects reproducible and shareable.

Includes:

  • Import files, http links and drupbox links
  • Command reproduction: recursion, force-reproduction
  • Data synchronization: AWS S3 and GCP Storage
  • Data item locks
  • End-to-end machine learning tutorial: stackoverflow tag classification
Package Rankings
Top 5.09% on Conda-forge.org
Top 0.63% on Pypi.org