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 - 1.7.9 πŸ¦‰

Published by release-drafter[bot] about 4 years ago

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

πŸ› Bug Fixes

  • experiments: fix --all-tags/--all-branches bug (#4612) @pmrowla
  • ssh: don't use self.path_info for upload/download (#4619) @efiop

Thanks again to @efiop and @pmrowla for the contributions! πŸŽ‰

dvc - 1.7.8 πŸ¦‰

Published by efiop about 4 years ago

dvc - 1.7.7 πŸ¦‰

Published by release-drafter[bot] about 4 years ago

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

Changes

πŸ› Bug Fixes

  • experiments: support cloning parent in detached-head state (#4611) @pmrowla

Thanks again to @efiop and @pmrowla for the contributions! πŸŽ‰

dvc - 1.7.6 πŸ¦‰

Published by release-drafter[bot] about 4 years ago

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

Changes

πŸš€ New Features and Enhancements

  • add py support for ParamsDependency (#4456) @aandrusenko

πŸ”¨ Maintenance

  • ssh: install paramiko with invoke (#4617) @efiop

Thanks again to @aandrusenko and @efiop for the contributions! πŸŽ‰

dvc - 1.7.5 πŸ¦‰

Published by release-drafter[bot] about 4 years ago

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

Changes

  • gha: adjust the test workflow (#4615) @efiop
  • setup: remove wheel from install_requires (#4614) @efiop
  • ci: get rid of travis (#4607) @efiop
  • install: Potential fix for (non-fatal?) setup errors on Ubuntu 20.04. (#4606) @DDR0
  • run-cache: respect cache.shared config option (#4596) @efiop
  • tests: allow failure for hdfs tests (#4600) @efiop

πŸš€ New Features and Enhancements

  • plot: accept any viable target in dvc repo (#4602) @pared
  • metrics: accept any viable target in DvcRepo (#4590) @pared
  • Restyle Do not require account-level permissions for Azure tree (#4583) @restyled-io

πŸ”¨ Maintenance

  • tests: cache test directories (#4601) @efiop
  • github actions tests: initial (#4469) @pared

Thanks again to @DDR0, @efiop, @pared, @restyled-io and @restyled-io[bot] for the contributions! πŸŽ‰

dvc - 1.7.4 πŸ¦‰

Published by release-drafter[bot] about 4 years ago

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

Changes

  • api: enter state when trying to get a hash (#4584) @efiop
dvc - 1.7.3 πŸ¦‰

Published by release-drafter[bot] about 4 years ago

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

Changes

  • gdrive: don't use hacks for empty files (#4588) @efiop

πŸš€ New Features and Enhancements

  • scm: add config option to stage files automatically (#4543) @bobertlo
  • experiments: support committing to existing experiment branches (#4573) @pmrowla

Thanks again to @bobertlo, @efiop and @pmrowla for the contributions! πŸŽ‰

dvc - 1.7.2 πŸ¦‰

Published by release-drafter[bot] about 4 years ago

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

Changes

  • check-ignore show sub-repo patterns (#4564) @karajan1001

πŸ› Bug Fixes

  • Fix error during external outputs checkout (#4570) @skshetry

Thanks again to @karajan1001 and @skshetry for the contributions! πŸŽ‰

dvc - 1.7.1 πŸ¦‰

Published by release-drafter[bot] about 4 years ago

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

Changes

πŸ› Bug Fixes

  • tree: validate resolved remote:// sections (#4569) @efiop
dvc - 1.7.0 πŸ¦‰

Published by release-drafter[bot] about 4 years ago

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

πŸš€ New Features and Enhancements

  • Print dvc version info for debugging (#4536) @karajan1001
  • Feature/http ssl verify configuration (#4547) @MetalBlueberry
  • diff: add state for files missing from both workspace and cache (#4530) @pmrowla
  • dvc: override replace in HTTPURLInfo to include extra_parts (#4517) @MetalBlueberry
  • support subrepos for get/list/api/import/update (#4465) @skshetry
  • dvc.api.get_url now provides url to granular files inside a dvc tracked folders (#4465) @skshetry
  • version: improve link type detection fall back (#4479) @IvanRubanov
  • reduce timeout when acquring lock (#4481) @skshetry
  • experiments: support column ordering & sorting in dvc exp show (#4503) @pmrowla
  • Allow config option for HTTP method for uploads (Artifactory) (#4553) @rfdickerson

πŸ’£ Breaking Changes

  • dvc.api.get_url no longer raises UrlNotDvcRepoError, instead raises PathMissingError (#4465) @skshetry

πŸ› Bug Fixes

  • tree: resolve deep remote:// urls (#4568) @efiop
  • tree: repo: handle dirty state (#4554) @efiop
  • tree: open: handle dirty state in RepoTree (#4548) @efiop
  • Skip no data plots while rendering (#4541) @Suor
  • dvc: compute dir hash without external cache (#4528) @efiop
  • diff: use RepoTree to compare directory contents (#4518) @pmrowla
  • get/import: fix bug when working with mixed dirs (#4516) @efiop
  • experiments: suppress repro --params option by default (#4515) @pmrowla
  • tree.repo: fix race condition when walking subrepos (#4505) @skshetry

πŸ”¨ Maintenance

  • dvc: change Dvcfile.dump to be synchronized by default (#4544) @skshetry
  • Make repo lock reentrable and provide a context manager (#4416) @Suor
  • run: consolidate run-cache logic (#4535) @efiop
  • cache: use get_file_hash instead of get_hash (#4514) @efiop
  • dvc: separate cache and tree hashes (#4511) @efiop
  • dvc: use HashInfo to interact with cache (#4506) @efiop
  • deps/outs: get rid of self.info (#4502) @efiop

Thanks again to @IvanRubanov, @MetalBlueberry, @Suor, @efiop, @karajan1001, @pmrowla, @rfdickerson and @skshetry for the contributions! πŸŽ‰

dvc - 1.6.6 πŸ¦‰

Published by release-drafter[bot] about 4 years ago

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

Changes

πŸ› Bug Fixes

  • dvc: use flatten-dict instead of flatten-json (#4500) @efiop

Thanks again to @efiop for the contributions! πŸŽ‰

dvc - 1.6.5 πŸ¦‰

Published by release-drafter[bot] about 4 years ago

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

Changes

πŸš€ New Features and Enhancements

  • Keep status output format consistents (#4490) @karajan1001
  • experiments: make dvc exp show more consistent w/viewer (#4489) @pmrowla
  • dvc: show "Having any troubles?" only on unexpected errors (#4496) @efiop

πŸ”¨ Maintenance

  • dvc: use HashInfo (#4495) @efiop

Thanks again to @efiop, @karajan1001 and @pmrowla for the contributions! πŸŽ‰

dvc - 1.6.4 πŸ¦‰

Published by release-drafter[bot] about 4 years ago

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

Changes

πŸš€ New Features and Enhancements

  • plots: add dvc plots -e/--experiment option (#4488) @pmrowla

πŸ‡ Optimizations

  • external: avoid unnecessary hash computation (#4486) @efiop

Thanks again to @efiop and @pmrowla for the contributions! πŸŽ‰

dvc - 1.6.3 πŸ¦‰

Published by efiop about 4 years ago

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

Changes

πŸš€ New Features and Enhancements

  • s3: provide more helpful messages on common errors (#4480) @efiop
  • diff: Add sort logic to sort diff ouput irrespective of output format… (#4459) @PuneethaPai
  • status: no warnings for missing state (#4470) @nik123
  • Outputs as target supporting for dvc status (#4433) @karajan1001

πŸ‡ Optimizations

  • Speed up dvc files load (#4417) @Suor

πŸ› Bug Fixes

  • experiments: only show queued experiments for the current commit (#4462) @pmrowla
  • experiments: fix inconsistent dvc exp checkout behavior (#4461) @pmrowla

πŸ”¨ Maintenance

  • changelog: categorize changelog entry using labels (#4474) @skshetry
  • output: dont rely on the default hash type (#4466) @efiop

Thanks again to @PuneethaPai, @Suor, @efiop, @karajan1001, @nik123, @pmrowla and @skshetry for the contributions! πŸŽ‰

dvc - 1.6.1

Published by release-drafter[bot] about 4 years ago

  • hdfs: implement isdir and isfile (#4460) @efiop
  • experiments: fix bug where wrong git branch checked-out before pull (#4450) @pmrowla
  • experiments: support binary and untracked files in experiment patches (#4452) @pmrowla
  • metrics: don't raise on dir during collection (#4443) @pared
  • diff command: output in markdown format with hash (#4435) @PuneethaPai
  • add json serialization utils (#4441) @skshetry
  • metadata() on RepoTree (#4434) @skshetry
  • experiments: abstract executor tmpdir population using tree upload (#4432) @pmrowla
  • tree: add overwrite parameter in tree.upload (#4442) @pmrowla
  • utils.serialize: modify_yaml contextmanager to reduce boilerplate (#4426) @skshetry
  • Enable profiling from cli (#4437) @skshetry
  • Yaml with trees (#4425) @skshetry
  • git: do not ask for gpg signoff on merge (#4430) @skshetry
  • Mark test_new_simple as flaky (#4429) @skshetry
  • dvc: move Dvc/RepoTree to dvc/tree (#4427) @efiop
dvc - 1.6.0

Published by release-drafter[bot] about 4 years ago

  • Move to yaml1.2 (#4415) @skshetry
  • experiments: abstract executor output collection using trees (#4402) @pmrowla
  • dvc: introduce merge-driver (#4298) @efiop
  • git: handle rev_parse exception (#4422) @pmrowla
dvc - 1.5.1

Published by release-drafter[bot] about 4 years ago

  • experiments: fix flaky tests (#4414) @pmrowla
  • tree: http: try GET on failed HEAD (#4390) @pared
  • refactor: move toml/yaml serialization to dvc.utils.serialize (#4411) @skshetry
  • status: check if target is missing both in cache and remote (#4398) @nik123
  • metrics: show: debug info on parsing problems (#4370) @pared
  • experiments: include experiment timestamps in dvc exp show output (#4389) @pmrowla
  • upgrade to isort5 (#4399) @skshetry
  • cleanup RepoTree (#4405) @skshetry
  • Solve check-ignore broken in a Linux pipeline (#4409) @karajan1001
  • update flake8 to latest version (#4403) @skshetry
  • ui: '-j' option now mentions docs (#4382) @nik123
  • tree: make get_hash return type and hash pair (#4397) @efiop
  • tests: add .dvcignore on the tests expectations (#4396) @skshetry
  • RepoTree: add support for subrepo traversal (#4381) @skshetry
  • Derive WebDAVURLInfo from URLInfo instead of HTTPURLInfo (#4391) @iksnagreb
  • outputs: validate that output is not ignored (#4386) @pared
  • exception text: clarify error message (#4339) @bobertlo
  • get-url: allow weak etag (#4372) @pared
  • Solve result inconsistency of the DvcIgnoreFilter (#4378) @karajan1001
  • experiments: add options to include/exclude columns in exp show (#4375) @pmrowla
  • term: review "URL" term usage in remote cmds, and get/import-url (#4364) @jorgeorpinel
  • Special dir warning #3436 (#4229) @aerubanov
dvc - 1.5.0

Published by release-drafter[bot] about 4 years ago

  • dvc: migrate to azure-storage-blob >= 12.0 (#4379) @efiop
  • Remove dvcignore reset in repo._reset (#4371) @karajan1001
  • check-ignore: update help output [qa] (#4358) @jorgeorpinel
  • push: do not push .dir file for directory with missing files (#4353) @pmrowla
  • Error message when no match found. (#4354) @karajan1001
  • Config to enable/disable updater (#4334) @PuneethaPai
  • Remove error message when exiting --stdin mode (#4368) @karajan1001
  • pager: use --R/--RAW-CONTROL-CHARS with less (#4369) @pmrowla
  • dvcignore: api to unhide subrepos directory (#4324) @skshetry
dvc - 1.4.0

Published by release-drafter[bot] about 4 years ago

  • Two new modes --all and --stdin for check-ignore (#4323) @karajan1001
  • experiments: support dvc repro --exp command line params (#4331) @pmrowla
  • repro: update status message for dvc-added files (#4317) @sarthakforwet
  • config: use wtree for non-repo configs (#4341) @efiop
  • import: fix importing into subdirectory bug (#4340) @pmrowla
  • completion: bump shtab (#4337) @casperdcl
  • experiments: add --no-pager option for dvc exp show (#4345) @pmrowla
  • tests: fix regex (#4329) @skshetry
  • updater: Remove unnecessary ( in logging (#4328) @skshetry
  • experiments: more intelligent checkout behavior (#4320) @pmrowla
  • dvc check-ignore command (#4282) @karajan1001
dvc - 1.3.1

Published by release-drafter[bot] about 4 years ago

  • tree: don't save hash twice (#4314) @efiop
  • Fix typo in dvc remote modify output (#4311) @arthurcgusmao
  • remote: allow local options for repo remotes (#4309) @efiop
  • tree: get rid of explicit tree arguments (#4310) @efiop
Package Rankings
Top 5.09% on Conda-forge.org
Top 0.63% on Pypi.org