Dvc

Latest version: v3.59.1

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

Scan your dependencies

Page 35 of 92

2.8.0

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

🚀 New Features and Enhancements

- Fix exp show --sort-by issue 6675 (6764) eggqq007
- webhdfs: migrate to fsspec (6662) isidentical
- hdfs: migrate to fsspec (6604) isidentical
- command: Should not consume 'print' to output default remote info (6650) eggqq007
- command: output prettify json in tty (6743) eggqq007
- Run on Python3.10 (6745) skshetry
- http: explicitly retry all http-related errors (6728) isidentical
- exp init: introduce `--with={default,live}` flag (6716) skshetry
- cli: add short alias for --show-{csv,json,md} (6711) skshetry
- command: Show dvc list output in pretty JSON format (6647) eggqq007
- exp init: show heading based on the presence of dvc.yaml file (6701) skshetry
- exp init: support interactive and explicit options (6681) skshetry
- better exception messages for schema errors (6679) skshetry
- ui: support pager universally (6692) skshetry
- add alias ls for dvc list (6683) ap-kulkarni
- remote: add support for Amazon S3 timeout configuration (6634) whysage
- merge yaml parsing and schema validation into one, aka strictyaml.load (6661) skshetry
- exceptional exceptions (6654) skshetry
- Allow user to specify different state and index tmp dir locations (6419) nueschs

🐛 Bug Fixes

- Fix exp show --sort-by issue 6675 (6764) eggqq007
- gs: use 3-char prefixes (6759) isidentical
- Fix dvclive running subdir (6740) daavoo
- build(setup): avoid leaking tests package into site-packages (6585) pwoolvett
- doctor: fixes unknown cache directory error on some windows mapped network shares (6364) anasitomtn
- http: allow reading proxies from the current environment (6688) isidentical
- ssh: fix path normalization on windows (6517) isidentical
- ssh: bundle bcrypt by default (6678) isidentical
- fix dvc[all] (6657) casperdcl
- progress: do not block on async filesystems (6612) isidentical

🔨 Maintenance

- hdfs: enable mocked hdfs tests by default (6766) isidentical
- advertise Python 3.10 support (6772) skshetry
- build(deps): Bump filelock from 3.2.0 to 3.3.0 (6737) dependabot
- build(deps-dev): Bump types-requests from 2.25.6 to 2.25.9 (6770) dependabot
- build(deps-dev): Bump types-paramiko from 0.1.9 to 2.7.1 (6769) dependabot
- build(deps-dev): Bump types-toml from 0.1.5 to 0.10.0 (6768) dependabot
- build(deps): Bump dvclive from 0.3.0 to 0.4.0 (6753) dependabot
- build(deps): Bump jaraco-windows from 5.6.0 to 5.7.0 (6735) dependabot
- build(deps): Bump pytest-cov from 2.12.1 to 3.0.0 (6736) dependabot
- Bump typing_extensions to >=3.7.4 (6732) gcoter
- setup: bump fsspec/s3fs/gcsfs (6727) isidentical
- build(deps): Bump google-cloud-storage from 1.42.2 to 1.42.3 (6722) dependabot
- build(deps): Bump filelock from 3.1.0 to 3.2.0 (6710) dependabot
- build(deps): Bump filelock from 3.0.12 to 3.1.0 (6698) dependabot
- build(deps): Bump pytest-xdist from 2.3.0 to 2.4.0 (6696) dependabot
- build(deps): Bump google-cloud-storage from 1.42.1 to 1.42.2 (6635) dependabot
- system: get rid of speedcopy (6686) efiop
- fix dvc[all] (6657) casperdcl

Thanks again to anasitomtn, ap-kulkarni, casperdcl, daavoo, dependabot, dependabot[bot], efiop, eggqq007, gcoter, isidentical, nueschs, pared, pre-commit-ci, pre-commit-ci[bot], pwoolvett, skshetry and whysage for the contributions! 🎉

2.7.4

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

Changes

🚀 New Features and Enhancements

- Force sorted order in plots rendering (6601) daavoo

🐛 Bug Fixes
- gdrive: strip bucket (6618) skshetry
- ssh: ask password before setting it (6615) isidentical
- dvc cli: fixed error in 'dvc config --list' in non repo dir (6587) ap-kulkarni
- output: use remote kwarg instead of odb (6600) efiop

🔨 Maintenance

- build(deps): Bump codecov/codecov-action from 2.0.3 to 2.1.0 (6606) dependabot
- build(deps): Bump mock-ssh-server from 0.9.0 to 0.9.1 (6607) dependabot

Thanks again to ap-kulkarni, daavoo, dependabot, dependabot[bot], efiop, isidentical, karajan1001, nik123, pared and skshetry for the contributions! 🎉

2.7.3

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

Changes

🚀 New Features and Enhancements

- Added `GitAuthError` (6493) daavoo
- diff: don't forget to use dvcignore and state (6595) efiop
- project: formalize extra dependencies (6560) isidentical

🏇 Optimizations

- diff: don't forget to use dvcignore and state (6595) efiop

🐛 Bug Fixes

- ssh: support passphrases for private keys (6566) isidentical

🔨 Maintenance

- build(deps): Bump adlfs from 2021.8.2 to 2021.9.1 (6597) dependabot
- objects.transfer: minor refactoring, move lazier taskset inside custom executor (6591) skshetry
- build(deps): Bump grandalf from 0.6 to 0.7 (6575) dependabot
- build(deps): Bump hdfs from 2.5.8 to 2.6.0 (6577) dependabot
- build(deps): Bump google-cloud-storage from 1.42.0 to 1.42.1 (6568) dependabot
- project: formalize extra dependencies (6560) isidentical

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

2.7.2

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

Changes

- Show csv format of experiments (6468) karajan1001

🐛 Bug Fixes

- http: pass prepared filesystem arguments (6565) isidentical

🔨 Maintenance

- remove `tpi.base` dependency (6554) casperdcl
- bump webdav4 to 0.9.1 (6557) skshetry

Thanks again to casperdcl, efiop, isidentical, karajan1001 and skshetry for the contributions! 🎉

2.7.1

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

Changes

🚀 New Features and Enhancements

- http: migrate to fsspec & aiohttp (6525) isidentical

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

2.7.0

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

Changes

🚀 New Features and Enhancements

- Clean up remotes's exps (6471) karajan1001
- Add auto-refresh option to html (6400) daavoo
- machine: add `dvc machine ssh` (6501) pmrowla
- `dvc machine`: implement initial terraform support (6462) pmrowla
- dvcfile: support remote per output (6486) efiop
- plots: introduce support for images (6431) pared
- Update README.rst (6461) himanshugarg

🏇 Optimizations

- s3: inline bucket region caching (6406) isidentical

🐛 Bug Fixes

- ssh: support multiple keys (6519) isidentical
- add terraform to tests dependencies (6502) skshetry
- hdfs: don't read the whole file into memory (6498) efiop
- fix console appearing on daemon in Windows (6450) skshetry
- [6478] Fix 401 unauthorized for directories in basic auth protected http remote (6479) simonlsk

🔨 Maintenance

- extract transfer related logic from odb to fs.utils.transfer (6539) skshetry
- try to fix flaky dvclive test (6541) skshetry
- setup: bump fsspec/s3fs/gcsfs/adlfs/sshfs to 08.01 (6524) isidentical
- docs: add missing stage name (6535) Hongbo-Miao
- machine: move to `tpi[ssh]` (6528) casperdcl
- build(deps): Remove google-crc32c (6529) dependabot
- build(deps): Bump pytest from 6.2.4 to 6.2.5 (6509) dependabot
- restrict typing_extensions version for py3.10 (6503) skshetry
- ref: use fs.checksum instead of get_mtime_and_size (6495) efiop
- build(deps): Bump codecov/codecov-action from 2.0.2 to 2.0.3 (6487) dependabot

Thanks again to Hongbo-Miao, casperdcl, daavoo, dependabot, dependabot[bot], efiop, himanshugarg, isidentical, karajan1001, pared, pmrowla, pre-commit-ci, pre-commit-ci[bot], simonlsk and skshetry for the contributions! 🎉

Page 35 of 92

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.