Dvc

Latest version: v3.51.2

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

Scan your dependencies

Page 36 of 90

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! 🎉

2.0.15

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

Changes

- dvc: fix breakage with rich==10.0.0 (5733) alopezz

🚀 New Features and Enhancements

- ui: Use sys.stdout and sys.stderr dynamically (5729) skshetry

🐛 Bug Fixes

- parsing: resolve relative paths when loading parameters (5734) skshetry

Thanks again to alopezz, efiop and skshetry for the contributions! 🎉

2.0.14

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

Changes

- git: update dulwich to 0.20.21 (5730) pmrowla
- build(deps): bump pylint from 2.7.2 to 2.7.4 (5726) dependabot

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

Page 36 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.