Dvc

Latest version: v3.51.2

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

Scan your dependencies

Page 30 of 90

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

2.10.2

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

Changes

🚀 New Features and Enhancements
- dag: Add `--mermaid` and `--md` option. (7383) daavoo
- stage/exp list: alias `--names-only` to `--name-only` (7598) skshetry
- Add log statement to collect repo (7393) Erotemic
- exp init: Replace live section with metrics and plots. (7603) daavoo

🐛 Bug Fixes
- exp pull/push: better result handling in exp sharing(7448) (7596) karajan1001
- Raise informative missing s3 extra (7501) nsorros
- plots: json: show even if no results (7550) pared
- exp show: prefer exp names for experiments (7572) pmrowla
- completion: fix dvc exp completion on zsh/bash (7595) skshetry
- scm: fix progress bar, show progress and repo being cloned (7632) skshetry
- `plots`: Fix repo with removed plots (7643) daavoo
- fsspec wrapper: remove can handle dirs (7604) pared
- render.match: Skip errored revisions in `get_files` (7606) daavoo
- exp show: lockless behavior (7574) pmrowla
- hdfs: Fix `_strip_protocol` and `_checksum` (7563) daavoo
- parsing: use relative paths; force absolute paths to relative (7579) skshetry
- exp show: prefer exp names for experiments (7572) pmrowla
- erepo: include exp refs in clones (7554) pmrowla
- fs.gdrive: Fix GDRIVE_CREDENTIALS_DATA for service accounts (7213) RCdeWit

🔨 Maintenance
- dvclive: bump 0.7.3 (7644) daavoo
- live: Remove html generation. (7514) daavoo
- bump pydrive: improves and fixes thread safety (7600) shcheklein
- repofs: base on fsspec (7581) efiop
- build(deps): Bump pyinstaller from 4.10 to 5.0 (7582) dependabot
- build(deps): Bump scmrepo from 0.0.16 to 0.0.19 (7559, 7596) dependabot
- build(deps): Bump codecov/codecov-action from 2.1.0 to 3 (7551) dependabot

Thanks again to Erotemic, PythonFZ, RCdeWit, daavoo, dependabot, dependabot[bot], efiop, karajan1001, nsorros, pared, pmrowla, pre-commit-ci, pre-commit-ci[bot], shcheklein, skshetry, RCdeWit and Rob de Wit for the contributions! 🎉

2.10.1

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

Changes

🚀 New Features and Enhancements

- `exp show`: `pcp`: Allow to --drop Experiment (7536) daavoo

🐛 Bug Fixes

- build: workaround pyinstaller `inspect.getmodule` issue (7545) pmrowla
- plots: image: fix image to_json structure (7533) pared

🔨 Maintenance

- build: workaround pyinstaller `inspect.getmodule` issue (7545) pmrowla
- dvcfs: base on fsspec (7521) efiop

Thanks again to daavoo, efiop, jorgeorpinel, pared, pmrowla and skshetry for the contributions! 🎉

2.10.0

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

Changes

- render: Extract to `dvc_render` (7409) daavoo
- s3: add aiobotocore as dependency explicitly (7513) skshetry
- fs.http: prevent hangs under some network conditions (7460) dtrifiro
- Revert "build: pin setuptools to <61" (7504) skshetry
- UI problem in `dvc exp push` (7485) karajan1001
- exp: remove mentions of resume (7482) dberenbaum
- exp show/pull/push/list: help text for -n (7444) (7450) karajan1001
- exp remove: rename `--all-commits` flag add a new `rev` flag and unify the collection of revs (7155) (7275) karajan1001
- fix: hooks install alongside pre-commit tool (7443) lcc
- diff: fix missing key bug (6720) (7406) dberenbaum
- Fix dvc add -o issue 7357 (7362) eggqq007
- plots: json: add datapoints to vega plots (7367) pared

🚀 New Features and Enhancements

- ui: add revision info on dvc.yaml/dvc.lock/.dvc syntax and schema errors (7517) skshetry
- exp init: change ui prompts structure and output (7497) skshetry
- exp remove: show removed experiments 7449 (7479) karajan1001
- exp init: create params file by default (7413) skshetry
- params: allow tracking file (7432) skshetry
- exp push/pull: make all the flags in exp show and exp list support pull/push (7154) (7255) karajan1001
- exp list: add the new flags (including -A/--all-commits) (7153) (7245) karajan1001
- exp run: remove unsupported (repro only) arguments (7441) pmrowla
- exp init: refactor and simplify interactive mode (7396) skshetry

🐛 Bug Fixes

- deps: bump tqdm (7503) casperdcl
- odb: set fs_path to be "" (root) for webdav (7488) skshetry

🔨 Maintenance

- scmrepo: update to 0.0.16 (7520) pmrowla
- build(deps): Bump scmrepo from 0.0.13 to 0.0.14 (7519) dependabot
- build(deps-dev): Bump hdfs from 2.6.0 to 2.7.0 (7516) dependabot
- build(deps): Bump dvc-render from 0.0.3 to 0.0.4 (7515) dependabot
- build(deps-dev): Bump mypy from 0.931 to 0.942 (7500) dependabot
- build(deps-dev): Bump pytest from 6.2.5 to 7.1.1 (7512) dependabot
- build(deps-dev): Bump types-requests from 2.27.14 to 2.27.15 (7507) dependabot
- build(deps-dev): Bump types-requests from 2.27.13 to 2.27.14 (7478) dependabot
- build(deps): Bump actions/cache from 2.1.7 to 3 (7483) dependabot
- scmrepo: update to 0.0.13 (7469) pmrowla
- build(deps-dev): Bump types-tabulate from 0.8.5 to 0.8.6 (7474) dependabot
- build(deps-dev): Bump types-requests from 2.27.12 to 2.27.13 (7473) dependabot
- build(deps-dev): Bump google-cloud-storage from 2.2.0 to 2.2.1 (7467) dependabot
- build(deps-dev): Bump google-cloud-storage from 2.1.0 to 2.2.0 (7464) dependabot
- build(deps-dev): Bump types-requests from 2.27.11 to 2.27.12 (7457) dependabot
- build(deps-dev): Bump dvclive[image] from 0.5.1 to 0.6.0 (7437) dependabot
- build(deps): Bump pyinstaller from 4.9 to 4.10 (7439) dependabot
- build(deps): Bump scmrepo from 0.0.7 to 0.0.10 (7440) dependabot
- build(deps): Bump actions/checkout from 2.4.0 to 3 (7431) dependabot
- build(deps): Bump actions/setup-python from 2 to 3 (7426) dependabot
- build(deps-dev): Bump filelock from 3.5.1 to 3.6.0 (7400) dependabot
- build(deps-dev): Bump types-requests from 2.27.10 to 2.27.11 (7416) dependabot
- exp init: refactor and simplify interactive mode (7396) skshetry

Thanks again to casperdcl, daavoo, dberenbaum, dependabot, dependabot[bot], dtrifiro, eggqq007, karajan1001, lcc, pared, pmrowla, skshetry and Zhenyu Gao for the contributions! 🎉

2.9.5

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

Changes

🚀 New Features and Enhancements

- exp init: create workspace structure by default, show workspace tree (7331) skshetry

🐛 Bug Fixes

- dvcfs: handle repo root (7408) efiop
- fix ignored job count (7373) dtrifiro

🔨 Maintenance

- build(deps-dev): Bump filelock from 3.4.2 to 3.5.1 (7394) dependabot

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

Page 30 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.