Dvc

Latest version: v3.50.2

Safety actively analyzes 629994 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 35 of 89

2.3.0

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

Changes

🚀 New Features and Enhancements

- config, remote: Made S3 CA bundle customizable (6018) rgvanwesep
- fs: don't automatically create buckets (6086) efiop
- azure: better error messages / allow_anonymous_login option (5833) isidentical

🐛 Bug Fixes

- fs: temporarily disable prefix-based search for fsspec-implementations (6096) isidentical

🔨 Maintenance

- build(deps): bump pytest-cov from 2.12.0 to 2.12.1 (6095) dependabot
- pin networkx to 2.5 (6085) skshetry

Thanks again to dependabot, dependabot[bot], efiop, isidentical, rgvanwesep and skshetry for the contributions! 🎉

2.2.0

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

Changes

🚀 New Features and Enhancements

- respect $PAGER env vars, make -FRSX default in less (5906) skshetry
- commit,completion: Add stages completion for dvc commit (5963) ciaochiaociao

🏇 Optimizations

- git: update dulwich to 0.20.22 (6049) pmrowla

🐛 Bug Fixes

- fix empty string parsing for the command (6074) skshetry
- git: update dulwich to 0.20.22 (6049) pmrowla
- dvcfs: open: raise FileNotFoundError on missing version info (6017) efiop
- azure: use selector event loop for windows (5983) isidentical
- plots: handle NoRemoteError for dirs (5976) efiop
- s3: respect credentialpath/configpath (5973) isidentical
- azure: use a custom event loop for authentication (5958) isidentical
- move: validate new stage before move (5953) pmrowla
- dvcfile/stage: check if dvcfile would be gitignored on stage creation (5907) pmrowla

🔨 Maintenance

- fix errors raised by pylint (6081) skshetry
- build(deps): bump actions/cache from 2.1.5 to 2.1.6 (6073) dependabot
- build(deps): bump urllib3 from 1.26.4 to 1.26.5 (6069) dependabot
- setup: bump fsspec/s3fs/gcsfs to 2021.5.0 (6056) isidentical
- build(deps): bump pydocstyle from 6.0.0 to 6.1.1 (6027) dependabot
- build(deps): bump pytest-cov from 2.11.1 to 2.12.0 (6022) dependabot
- build(deps): bump rtCamp/action-slack-notify from 2 to 2.1.3 (5993) dependabot
- build(deps): bump actions/setup-ruby from 1 to 1.1.3 (5994) dependabot
- Decoupling dvcignore and fs (5812) karajan1001
- setup: freeze aiobotocore/botocore/boto3 versions (5987) isidentical
- build(deps): bump pytest-mock from 3.6.0 to 3.6.1 (5981) dependabot
- run gdrive tests in a single job, run all on schedule (5974) skshetry
- build(deps): bump pytest from 6.2.3 to 6.2.4 (5968) dependabot
- s3: fsspec migration (5683) isidentical
- build(deps): bump moto from 2.0.5 to 2.0.6 (5955) dependabot
- build(deps): bump pygments from 2.8.1 to 2.9.0 (5956) dependabot
- build(deps): bump codecov/codecov-action from v1.4.1 to v1.5.0 (5957) dependabot
- tests: mark test_stash_pop as xfail on linux (5952) skshetry

Thanks again to ciaochiaociao, dependabot, dependabot[bot], dmpetrov, efiop, isidentical, karajan1001, pmrowla, shcheklein and skshetry for the contributions! 🎉

2.1.0

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

Changes

🚀 New Features and Enhancements

- exp run: error out when trying to resume from intermediate checkpoint w/no modifications (5829) pmrowla
- exp show: separate ui representation of exp names and identifiers (5885) skshetry
- diff: use ui.table for --show-md (5887) skshetry
- refactor exp show: use new abstractions (5880) skshetry
- refactor diff and show to use new table ui and new data structure (5872) skshetry
- Add full stops in CLI help (5867) jankrepl
- exp run: `dvc commit` DVC-tracked data deps when stashing an experiment (5859) pmrowla
- html: enable providing custom html page templates (5694) pared
- exp: use exp baseline for DVC commands that compare to HEAD during `exp run` (5818) pmrowla
- Add support for kerberos token based auth (5809) naveen24691
- dvc: add -A flag for * --all-commits (5783) jorgeorpinel
- exp run: disallow --rev for workspace runs (5831) pmrowla
- exp run: suppress "finished run" output on --dry (5830) pmrowla
- list: add --show-json option (5888) pared

🏇 Optimizations

- fs: introduce fs.find() (5879) isidentical
- objects: don't recompute hash on odb.add() if verify is False (5860) isidentical
- update: only update the missing hashes with --to-remote (5773) isidentical

🐛 Bug Fixes

- pygit: force release of odb contexts after checkout/merge (5849) pmrowla
- output: relative paths outside of repo (5893) efiop
- metrics: pass --precision to _show_metrics (5839) isidentical

🔨 Maintenance

- dependabot: use "maintenance" label (5898) efiop
- fs: introduce fs.find() (5879) isidentical
- exp show: separate ui representation of exp names and identifiers (5885) skshetry
- build(deps): bump google-cloud-storage from 1.37.1 to 1.38.0 (5883) dependabot
- build(deps): bump pylint from 2.8.1 to 2.8.2 (5884) dependabot
- dagascii: remove unused pager (5876) skshetry
- build(deps): bump pre-commit/action from v2.0.2 to v2.0.3 (5856) dependabot
- build(deps): bump pylint-pytest from 1.0.3 to 1.1.2 (5850) dependabot
- build(deps): bump pytest-mock from 3.5.1 to 3.6.0 (5874) dependabot
- build(deps): bump pylint from 2.7.4 to 2.8.1 (5873) dependabot
- output: introduce BaseOutput.transfer (5861) isidentical
- build(deps): bump codecov/codecov-action from v1.3.2 to v1.4.0 (5838) dependabot
- build(deps): bump codecov/codecov-action from v1.4.0 to v1.4.1 (5857) dependabot

Thanks again to bhagone, dependabot, dependabot[bot], efiop, isidentical, jankrepl, jorgeorpinel, naveen24691, pared, pmrowla and skshetry for the contributions! 🎉

2.0.18

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

Changes

- build(deps): bump actions/cache from v2.1.4 to v2.1.5 (5805) dependabot
- build(deps): bump actions/setup-python from v2.2.1 to v2.2.2 (5804) dependabot
- params: read from ParamsDependency if possible (5550) pared
- build(deps): bump moto from 2.0.4 to 2.0.5 (5799) dependabot
- fsspec: update to 0.9 (including remotes) (5788) isidentical
- build(deps): bump codecov/codecov-action from v1.3.1 to v1.3.2 (5770) dependabot
- build(deps): bump google-cloud-storage from 1.37.0 to 1.37.1 (5771) dependabot
- gha: packages: don't build snap (5774) efiop
- setup: fix all fsspec remote versions (5769) isidentical
- build(deps): bump pre-commit/action from v2.0.0 to v2.0.2 (5767) dependabot
- build(deps): bump pytest from 6.2.2 to 6.2.3 (5764) dependabot
- use sys.executable instead of hardcoded python (5763) skshetry
- Update pycryptodome to 3.10 (5762) skshetry

🚀 New Features and Enhancements

- exp show: fix bug where params from commits were merged with workspace values (5813) pmrowla
- ui: unify tables (5756) skshetry
- azure: use account_name with default credentials (5725) friggog
- exp show: Allow for wildcard patterns in include and exclude params/m… (5720) daavoo

🐛 Bug Fixes

- repo: handle rev without scm (5822) efiop
- exp show: fix bug where params from commits were merged with workspace values (5813) pmrowla
- remote: use configured jobs number (5747) pared
- exp run: jobs should default to 1 (5785) pmrowla
- exp run: --reset no longer implies --force (5751) pmrowla

Thanks again to daavoo, dependabot, dependabot[bot], efiop, friggog, isidentical, pared, pmrowla, shcheklein and skshetry for the contributions! 🎉

2.0.17

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

Changes

- setup: bump adlfs to 0.7 (5760) isidentical

Thanks again to efiop and isidentical for the contributions! 🎉

2.0.16

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

Changes

- build(deps): bump moto from 2.0.3 to 2.0.4 (5755) dependabot
- build: fix fpm build zsh-completion path (5743) pmrowla
- build(deps): bump moto from 2.0.2 to 2.0.3 (5744) dependabot

🚀 New Features and Enhancements

- exp show: fix queued exp display (5752) pmrowla
- Added SSL verification option (5732) NigelVanHattum

🏇 Optimizations

- status: collect stages only once (5741) skshetry

🐛 Bug Fixes

- exp show: fix queued exp display (5752) pmrowla
- webdav: use root url to check and on mkdir to find recurse depth (5742) skshetry
- dvcignore: ignore file '.git' by default (5745) pmrowla

Thanks again to NigelVanHattum, dependabot, dependabot[bot], efiop, pmrowla and skshetry for the contributions! 🎉

Page 35 of 89

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.