Dvc

Latest version: v3.51.0

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

Scan your dependencies

Page 29 of 89

2.15.0

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

Changes

🚀 New Features and Enhancements

- introduce new data:status command (7943) skshetry

Thanks again to skshetry for the contributions! 🎉

2.14.0

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

Changes

- Update setup.cfg: typo in `webhdfs_kerberos` extras (8017) aguschin

🚀 New Features and Enhancements

- fs: gdrive: add gdrive_acknowledge_abuse (8040) efiop
- exp: init: Use `persist: true` if checkpoint. (8000) daavoo
- gc: Add support for `--rev` and `--num`. (7971) daavoo
- dvc queue: merge dev-task dev branch (7976) pmrowla
- Add `--time` to `dvc gc` and `dvc exp gc` (7970) karajan1001

🔨 Maintenance

- deps: bump dvc-data to 0.1.4 (8039) efiop
- build(deps): Bump pyinstaller from 5.0 to 5.2 (7996) dependabot
- build(deps-dev): Bump pylint from 2.14.4 to 2.14.5 (8022) dependabot
- build(deps-dev): bump mypy from 0.961 to 0.971 (8028) dependabot

Thanks again to aguschin, daavoo, dberenbaum, dependabot, dependabot[bot], efiop, jorgeorpinel, karajan1001, pmrowla and skshetry for the contributions! 🎉

2.13.0

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

Changes

- deps: bump dvc-data, install dvc-data cli deps in dev mode (7994) skshetry
- deps: bump dvc-data to 0.0.20 (7992) efiop
- checkout: use dvcignore (7963) alexmojaki

🚀 New Features and Enhancements

- metrics: support TOML files (7965) alexmojaki

🔨 Maintenance

- build(deps-dev): Bump pytest-mock from 3.8.1 to 3.8.2 (7982) dependabot

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

2.12.1

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

Changes

🚀 New Features and Enhancements

- api: params_show: Raise exception if no params found. (7938) daavoo
- parsing: Support dict unpacking in `cmd`. (7907) daavoo
- Help text for `dvc update` (7958) dberenbaum
- Initial support for flexible plots (7477) pared

🐛 Bug Fixes

- dvc: normalize targets before entering brancher (7966) efiop

🔨 Maintenance

- deps: bump dvc-data to 0.0.19 (7979) efiop
- build(deps): Bump dvc-data from 0.0.16 to 0.0.18 (7968) dependabot
- deps: remove setuptools_scm_git_archive (7952) skshetry

Thanks again to alexmojaki, daavoo, dberenbaum, dependabot, dependabot[bot], efiop, pared, pre-commit-ci, pre-commit-ci[bot] and skshetry for the contributions! 🎉

2.12.0

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

Changes

- deps: bump dvc-data to 0.0.16 (7948) skshetry
- setup: bump dvc-data (7935) efiop
- dvc: use dvc-data 0.0.8 (7912) efiop
- readme: mention vs code extension (7859) dberenbaum

🚀 New Features and Enhancements

- s3fs: Adds support for SSE client keys (7671) ap-kulkarni
- api: Add params_show. (7613) daavoo
- dvc plots: allow for setting output directory via config (7911) ykasimov
- api: open: Raise ValueError if rev is used in wrong mode. (7823) daavoo

🐛 Bug Fixes

- render: image_converter: Support slash in revision. (7937) daavoo
- exp apply: preserve untracked files (7910) pmrowla
- run-cache: http: restrict uploads/downloads (7874) skshetry
- run-cache: fix push from Windows to remote filesystems (7873) skshetry

🔨 Maintenance

- build(deps-dev): Bump pytest-mock from 3.7.0 to 3.8.1 (7936) dependabot
- build(deps-dev): Bump pylint from 2.14.3 to 2.14.4 (7950) dependabot
- build(deps): Bump styfle/cancel-workflow-action from 0.9.1 to 0.10.0 (7941) dependabot
- config: remove core.jobs dead code (7908) dberenbaum
- setup: bump dvc-data to 0.0.12 (7928) efiop
- readme: more VS Code Extension info. (7916) jorgeorpinel
- build(deps-dev): Bump pylint from 2.14.2 to 2.14.3 (7921) dependabot
- setup: bump dvc-data to 0.0.10 (7919) efiop
- readme: consolidate intro (7906) dberenbaum
- build(deps-dev): Bump pylint from 2.14.1 to 2.14.2 (7902) dependabot
- build(deps): Unpin networkx; quote node names for pydot output (7899) dependabot
- deps: bump dvc-data to 0.0.6; fix imports (7895) skshetry
- build(deps): Bump dvc-render from 0.0.5 to 0.0.6 (7893) dependabot
- [pre-commit.ci] pre-commit autoupdate (7892) pre-commit-ci
- build(deps-dev): Bump pylint from 2.13.9 to 2.14.1 (7853) dependabot
- build(deps-dev): Bump mypy from 0.942 to 0.961 (7852) dependabot
- build(deps-dev): Bump filelock from 3.7.0 to 3.7.1 (7834) dependabot
- build(deps): Bump actions/setup-python from 3 to 4 (7870) dependabot
- dvc: upgrade to dvc-data 0.0.5 (7887) efiop
- readme: remove donate requests (7862) dberenbaum

Thanks again to ap-kulkarni, daavoo, dberenbaum, dependabot, dependabot[bot], dtrifiro, efiop, jorgeorpinel, pmrowla, pre-commit-ci, pre-commit-ci[bot], skshetry, ykasimov and Yury for the contributions! 🎉

2.11.0

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

Changes

- scm: fix clone (7674) dtrifiro
- exp init: create output dirs (7752) dberenbaum
- checkout: --relink show helpful message on completion (7709) ykasimov
- setup: set upper bound on networkx (7849) efiop
- docs: update the package installation guide (7839) huang06
- setup: bump scmrepo to 0.0.24 (7837) efiop
- bump scmrepo to 0.0.23 (7831) dtrifiro
- Revert "dvc ls: not raise PathMissingError on empty dir." (7728) karajan1001
- dvcfile: preserve 'remote' on add and commit (7618) SamKnightGit
- plots: image converter return absolute paths (7664) pared

🚀 New Features and Enhancements

- exp: output troubleshooting link on shallow merge failure (7791) pmrowla
- exp: show: Include additional info in --json. (7690) daavoo
- exp list: fix git_remote metavar (7808) dberenbaum
- fs.callbacks: simplify, ensure `None` does not break them, lazy richcallbacks (7722) skshetry
- exp init: fixes 7534; simplifies/updates exp init --live (7703) dberenbaum
- `run/repro/stage add`: regroup options/flags (7524) jorgeorpinel

🏇 Optimizations

- plots: grouping: stop using dpath.util.search (7811) pared
- fs: path: use flavour.basename (7764) dtrifiro
- dvc.data: save and try loading raw dir objects (7597) dtrifiro
- repofs: only use dvcfs when --dvc-only is specified (7659) skshetry
- exp: speed up repro execution with untracked directories in workspace (7786) dtrifiro

🐛 Bug Fixes

- sshfs: bump min ver to 2022.6.0 (7856) pmrowla
- brancher: use scm.root_dir to determine relative cwd (7845) efiop
- plots: Pass `templates_dir` to `match_renderers`. (7820) daavoo
- dag: mermaid: Use quotation marks to escape node name. (7803) daavoo
- dvc.stage.cache: fix typo, was using src filesystem to transfer (7739) skshetry
- Catch correct exception class in params.show() (7750) Suor
- dag: fix dot file rendering order. (7725) tirkarthi
- Fail on sync when there is no match for glob. (7687) tirkarthi
- dvc ls: not raise PathMissingError on empty dir. (7729) karajan1001
- dvc ls: not raise PathMissingError on empty dir. (6120) karajan1001
- FileSystem: handle `encoding` via `kwargs`. (7694) daavoo

🔨 Maintenance

- build(deps): Bump pre-commit/action from 2.0.3 to 3.0.0 (7846) dependabot
- dvc: drop python 3.7 (7826) efiop
- fix linter issue (7797) skshetry
- build(deps): Bump dvc-data from 0.0.1 to 0.0.2 (7796) dependabot
- dvc.data: use own internal error instead of DvcException (7772) skshetry
- build(deps): Bump pyinstaller from 5.0 to 5.1 (7769) dependabot
- objects.fs: do not use format_link, DvcException and fix_env from DVC (7766) skshetry
- build(deps-dev): Bump pylint from 2.13.8 to 2.13.9 (7746) dependabot
- build(deps-dev): Bump filelock from 3.6.0 to 3.7.0 (7745) dependabot
- fs.callbacks: simplify, ensure `None` does not break them, lazy richcallbacks (7722) skshetry
- build(deps-dev): Bump pytest from 7.1.1 to 7.1.2 (7621) dependabot
- build(deps-dev): Bump pylint from 2.13.7 to 2.13.8 (7677) dependabot
- deps: bump s3fs to >=2022.02.0 (7672) skshetry

Thanks again to SamKnightGit, Suor, daavoo, dberenbaum, dependabot, dependabot[bot], dtrifiro, efiop, huang06, jorgeorpinel, karajan1001, pared, pmrowla, pre-commit-ci[bot], skshetry, tirkarthi, ykasimov, Samuel Knight and Yury for the contributions! 🎉

Page 29 of 89

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.