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 - 2.33.0

Published by efiop almost 2 years ago

What's Changed

Full Changelog: https://github.com/iterative/dvc/compare/2.32.1...2.33.0

dvc - 2.32.1

Published by efiop almost 2 years ago

What's Changed

Full Changelog: https://github.com/iterative/dvc/compare/2.32.0...2.32.1

dvc - 2.32.0

Published by efiop almost 2 years ago

What's Changed

Full Changelog: https://github.com/iterative/dvc/compare/2.31.0...2.32.0

dvc - 2.30.0 🦉

Published by karajan1001 about 2 years ago

What's Changed

Full Changelog: https://github.com/iterative/dvc/compare/2.29.0...2.30.0

dvc - 2.27.2

Published by efiop about 2 years ago

What's Changed

Full Changelog: https://github.com/iterative/dvc/compare/2.27.1...2.27.2

dvc - 2.26.0

Published by efiop about 2 years ago

What's Changed

Full Changelog: https://github.com/iterative/dvc/compare/2.25.0...2.26.0

dvc - 2.24.0 🦉

Published by skshetry about 2 years ago

Refer to https://dvc.org/doc/install for installation instructions.

Changes

🚀 New Features and Enhancements

🐛 Bug Fixes

Full Changelog: https://github.com/iterative/dvc/compare/2.23.0...2.24.0

dvc - 2.20.0

Published by efiop about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/iterative/dvc/compare/2.19.0...2.20.0

dvc - 2.0.0a1 🦉

Published by efiop over 3 years ago

Refer to https://dvc.org/doc/install for installation instructions.

Changes

  • utils: proper file interface for HashedStreamReader (#5508) @isidentical
  • azure: transfer bigger chunks of data (#5504) @isidentical
  • azure: migrate AzureFileSystem to fsspec (#5463) @isidentical
  • update: forbid updating repo-imports with --to-remote (#5475) @isidentical
  • add, import-url: always resolve the output in the local path for --to-remote (#5473) @isidentical
  • live integration: turn on tests (#5487) @pared
  • gdrive: support service auth with json (#5485) @isidentical

Thanks again to @efiop, @isidentical, @pared, @pmrowla and @skshetry for the contributions! 🎉

dvc - 2.0.0a0 🦉

Published by efiop over 3 years ago

Refer to https://dvc.org/doc/install for installation instructions.

Changes

The full changelog is coming soon, stay tuned! 📡

Breaking change

  • Changed dvc.lock schema.
    It is still backward compatible in terms of read and
    will be migrated to the new format whenver it's written (#5222).

Deprecations and Removals

  • Removed --cwd from dvc repro (#5048).
  • Deprecated dvc run command. dvc stage add is now recommended instead.

New Features

  • dvc.yaml supports parametrization and looping constructs.
  • Support list of commands in cmd field in dvc.yaml file (#4934).
  • Added experiments feature and dvc exp command.
  • Added support for straight-to-remote feature.
  • Added support for live, and corresponding dvc live command.
  • Added stage:add command as a replacement for dvc run.
  • Added stage:list command to list all the stages in the repo.
  • Added --glob for wildcard pattern as target option for add/push/pull (#4864, #5033, #5032)
  • diff/params diff/metrics diff got --targets flag (#4938, #5122)
  • config: Support listing config through --list and their source with --show-origin (#5080, #5188)
  • Added '--show-md' flag for 'dvc metrics show' (#4770) (#5161)

Bug Fixes

  • dvcignore: Fix incorrect ignored output computation (#4986)
  • fix partial file checkouts in the same directory (#5163)
  • diff accounts for deleted workspace data (#5205)
  • fix --help output (#5193, #4999)
  • config: read merged config by default (#5179)
  • aliyun-oss: fix pull error for large file (#5053)
  • Run graph checks on collect/find_outs_by_path (#5035)
  • follow the symlink when deciding filesystem type on dvc version (#5067)
  • Fix get-url failing with AttributeError (#5118)

Enhancements

  • .dvc files can store executable permissions (#5061).
  • dvc metrics displays as a table (#4706).
  • metrics/params diff/show table are now ordered.
  • commit: support granularity (#4297) (#5088).
  • dvc import can be passed --jobs (#4977).
  • diff can detect file renames (#5160).
  • Added support for autocompletions of stage names in zsh/bash.
  • Add ">" to script during dvc run/repro (#5041)
  • Reducing clutter of log messages (#5017, #5236)
  • Added dvc repo was initialized when dvc init-ed (#5190)
  • make IterStream seekable and peekable (#5084)
  • Improve OverlappingOutputsError exception message. (#5015)
  • delete .gitignore file if empty (#5148)

Optimizations and Performance

  • push: Gradual task allocation for pushing big datasets (#5285)
  • Startup time has been improved.
  • git: don't list all commits to check for an empty repo (#5075)

Internals and Libraries

  • Replace deprecated pyarrow.hdfs.connect (#4973)
  • psutil is now a requirement (#5232)
  • Increment shtab's version (#5212)
dvc - 1.11.16 🦉

Published by efiop over 3 years ago

dvc - 1.11.15 🦉

Published by efiop over 3 years ago

  • run: do not compute hash when no_exec is set (#5380) @Honzys
  • ssh: show total-size when uploading/downloading on ssh remote (#5383) @isidentical
dvc - 1.11.14 🦉

Published by efiop over 3 years ago

  • params: support unicode characters (#5363) @isidentical
dvc - 1.11.13 🦉

Published by efiop over 3 years ago

  • dvc: ignore errors on protect/set_exec (#5335) @efiop
dvc - 1.11.12 🦉

Published by efiop over 3 years ago

  • Revert "utils/fs: checking files ownership in 'move' (#4348) (#4832)
dvc - 1.11.11 🦉

Published by efiop almost 4 years ago

  • s3: Allow authentication using session token (#5240) @isidentical
dvc - 1.11.10 🦉

Published by efiop almost 4 years ago

🐛 Bug Fixes

  • add: handle long filenames (#5201) @efiop
dvc - 1.11.9 🦉

Published by efiop almost 4 years ago

Refer to https://dvc.org/doc/install for installation instructions.

🐛 Bug Fixes

  • lock: fix AttributeError in dvc.lock.HardlinkLock (#5152) @pmrowla
  • [experimental] fixes params diff error when parameterization is enabled (#5127)
dvc - 1.11.8 🦉

Published by efiop almost 4 years ago

Refer to https://dvc.org/doc/install for installation instructions.

🐛 Bug Fixes

  • repro: simplify the logic for frozen stages (#5114) @efiop
  • repro: accept multiple targets (#5111) @efiop
dvc - 1.11.7 🦉

Published by efiop almost 4 years ago

Changes

  • Remove version restriction from networkx (#5110) @jprafael
Package Rankings
Top 5.09% on Conda-forge.org
Top 0.63% on Pypi.org