Dvc

Latest version: v3.50.2

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

Scan your dependencies

Page 30 of 89

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! πŸŽ‰

2.9.4

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

πŸš€ New Features and Enhancements

- plots: make templates generation explicit (7108) pared
- exp show: Include `deps` and `outs`. (7089) daavoo
- utils: add decorator to wrap diskcache pickle errors (7300) pmrowla
- exp init: handle exception properly on missing parameters file (7277) skshetry
- Fix 3 README links so that they render in GitHub (7302) discdiver
- exp show: Add --drop and --keep args (7141) daavoo
- repro/exp run: display stage name instead of filepath on failure (7282) skshetry
- plots: update linear template so colors can be externally overwritten (7280) mattseddon
- `exp pull/push`: add multi exp name arg support (7206) karajan1001
- exp run: support naive remote execution via `--machine` (7173) pmrowla
- exp show: add `--rev` flag (7152) (7204) karajan1001
- rich-table: fix add_column args/kwargs (7252) skshetry
- Add config option `plots.auto_open` (7159) daavoo

πŸ‡ Optimizations

- cli: improve startup speed (7293) skshetry

πŸ› Bug Fixes

- exp show: show exp when checkpoint is running(7329) (7349) karajan1001
- remove .dvcignore on destroy (7360) dtrifiro
- exp show: handle extending/renaming of metrics/params. (7264) daavoo
- Doc URL correction for GitAuthError (7321) tapadipti
- ignore: move debug statement to the proper location (7311) dtrifiro
- exp run: do not log message twice on workspace executor (7306) skshetry
- find_root: unify error message (7283) efiop
- plots: Fix `--json` requiring `-o`. (7256) daavoo
- rich-table: fix add_column args/kwargs (7252) skshetry
- fs: test_links: create destination directory first (7239) gh2o
- handle paths ending with sep in dvc.fs.path.Path.parts (7234) jonburdo
- ls: handle broken symlink (7226) pared
- odb: pin index pickle protocol version (7222) pmrowla
- Fix memory leak in Index.build_graph() (7198) Suor
- exp: raise InvalidExpRefError properly (7218) skshetry
- plots: dir: handle no data in cache/remote (7163) pared

πŸ”¨ Maintenance

- build(deps-dev): Bump types-requests from 2.27.9 to 2.27.10 (7388) dependabot
- build(deps-dev): Bump types-toml from 0.10.3 to 0.10.4 (7368) dependabot
- build(deps-dev): Bump dvclive[image] from 0.5.0 to 0.5.1 (7365) dependabot
- build(deps-dev): Bump types-requests from 2.27.8 to 2.27.9 (7364) dependabot
- tests: several tests migrated unittest to pytest (7273) nik123
- build(deps): Bump pyinstaller from 4.8 to 4.9 (7351) dependabot
- build(deps-dev): Bump pytest-mock from 3.6.1 to 3.7.0 (7320) dependabot
- build(deps-dev): Bump types-requests from 2.27.7 to 2.27.8 (7327) dependabot
- build(deps-dev): Bump dvclive[image] from 0.4.6 to 0.5.0 (7328) dependabot
- build(deps-dev): Bump google-cloud-storage from 2.0.0 to 2.1.0 (7294) dependabot
- Fix 3 README links so that they render in GitHub (7302) discdiver
- cli: refactor into a module (7287) skshetry
- build(deps-dev): Bump pytest-timeout from 2.0.2 to 2.1.0 (7286) dependabot
- build(deps-dev): Bump wsgidav from 3.1.1 to 4.0.1 (7258) dependabot
- build(deps-dev): Bump google-cloud-storage from 1.43.0 to 2.0.0 (7262) dependabot
- build(deps-dev): Bump types-requests from 2.27.5 to 2.27.7 (7266) dependabot
- build(deps): Bump pyinstaller from 4.7 to 4.8 (7261) dependabot
- exp show: add `--rev` flag (7152) (7204) karajan1001
- build(deps-dev): Bump types-tabulate from 0.8.4 to 0.8.5 (7251) dependabot
- build(deps-dev): Bump types-toml from 0.10.1 to 0.10.3 (7250) dependabot
- build(deps-dev): Bump mypy from 0.930 to 0.931 (7242) dependabot
- build(deps-dev): Bump types-requests from 2.26.3 to 2.27.5 (7249) dependabot
- exp remove: refactor exp utils (7205) karajan1001
- build(deps-dev): Bump filelock from 3.4.0 to 3.4.2 (7200) dependabot
- build(deps-dev): Bump pylint-plugin-utils from 0.6 to 0.7 (7210) dependabot
- build(deps-dev): Bump types-tabulate from 0.8.3 to 0.8.4 (7208) dependabot
- build(deps-dev): Bump pygments from 2.10.0 to 2.11.1 (7217) dependabot
- build(deps-dev): Bump types-requests from 2.26.2 to 2.26.3 (7209) dependabot
- build(deps-dev): Bump mypy from 0.921 to 0.930 (7192) dependabot
- build(deps-dev): Bump wheel from 0.37.0 to 0.37.1 (7193) dependabot

Thanks again to Suor, amritghimire, daavoo, dberenbaum, dependabot, dependabot[bot], discdiver, dtrifiro, efiop, gh2o, jonburdo, karajan1001, mattseddon, nik123, pared, pmrowla, pre-commit-ci, pre-commit-ci[bot], skshetry, tapadipti and Daniele TrifirΓ² for the contributions! πŸŽ‰

2.9.3

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

Changes

πŸ› Bug Fixes
- diff: use relpaths (7158) efiop
- fs.hdfs: skip port if not available (7189) skshetry
- fs: repo: raise proper FileNotFoundError in metadata (7156) pared

πŸš€ New Features and Enhancements
- exp show: Add parallel coordinates plot. (6933) daavoo
- exp show: Alternate row background color (7142) daavoo

πŸ”¨ Maintenance
- deps: remove requests-kerberos from `webdhfs`; provide it via `webdhfs_kerberos`. (7178) skshetry
- build(deps): Bump scmrepo from 0.0.4 to 0.0.7 (7150, 7187) dependabot
- deps: explicitly specify pyarrow for hdfs (7179) skshetry
- build(deps-dev): Bump mypy from 0.920 to 0.921 (7185) dependabot
- build(deps-dev): Bump types-requests from 2.26.1 to 2.26.2 (7170) dependabot
- build(deps-dev): Bump mypy from 0.910 to 0.920 (7162) dependabot
- build(deps-dev): Bump pytest-timeout from 2.0.1 to 2.0.2 (7144) dependabot
- build(deps-dev): Bump pytest-xdist from 2.4.0 to 2.5.0 (7132) dependabot

Thanks again to daavoo, dependabot, dependabot[bot], efiop, karajan1001, pared, pmrowla and skshetry for the contributions! πŸŽ‰

2.9.2

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

Changes

πŸ”¨ Maintenance

- setup: bump gcsfs (7117) pared
- install: fix archives (7125) pared
- build(deps-dev): Bump dvclive[image] from 0.4.5 to 0.4.6 (7112) dependabot
- build(deps): Bump scmrepo from 0.0.3 to 0.0.4 (7113) dependabot

Thanks again to dependabot, dependabot[bot], efiop and pared for the contributions! πŸŽ‰

2.9.1

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

Changes

* webdav: fix unstrip_protocol

Page 30 of 89

Links

Releases

Has known vulnerabilities

Β© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.