Dvc

Latest version: v3.59.0

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

Scan your dependencies

Page 1 of 92

3.59.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

New Features

`--tree` and `--level` support for `ls-url`

`ls-url` has a new `--tree` flag to view files in a tree-like format. The `url` can be a local path or a path to a remote cloud (eg: `s3://bucket/data`).

console
dvc ls-url --tree .
data
├── .gitignore
├── data.xml.dvc
├── features
│ ├── test.pkl
│ └── train.pkl
└── prepared
├── test.tsv
└── train.tsv


To control the depth of recursion, `--level=N` option was added. That works with both `--recursive` and `--tree` display options.
Added by skshetry in https://github.com/iterative/dvc/pull/10664.

3.58.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
* Add `--keep` option for dvc experiments remove by rmic in https://github.com/iterative/dvc/pull/10633
* Fix 10638 : makes remove return correct list when used with both `--queue` and `-A` by rmic in https://github.com/iterative/dvc/pull/10641

Other Changes
* set DVC_NO_ANALYTICS on lint by skshetry in https://github.com/iterative/dvc/pull/10640

New Contributors
* rmic made their first contribution in https://github.com/iterative/dvc/pull/10633

**Full Changelog**: https://github.com/iterative/dvc/compare/3.57.0...3.58.0

3.57.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
🔨 Maintenance
* build(deps): update platformdirs requirement from <4,>=3.1.1 to >=3.1.1,<5 by dependabot in https://github.com/iterative/dvc/pull/10603
* Rename dvcx to DataChain in DVC <> DataChain integration by shcheklein in https://github.com/iterative/dvc/pull/10611
* Update `pre-commit` to use pinned version of `dvc` and correct stage names by mkdjr in https://github.com/iterative/dvc/pull/10621
* deps: bump configobj minver to 5.0.9 by skshetry in https://github.com/iterative/dvc/pull/10636

New Contributors
* mkdjr made their first contribution in https://github.com/iterative/dvc/pull/10621

**Full Changelog**: https://github.com/iterative/dvc/compare/3.56.0...3.57.0

3.56.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
🚀 New Features and Enhancements
* Add option to show MD5 checksums in `dvc ls` by petebachant in https://github.com/iterative/dvc/pull/10573
* ls: implement --tree to show as a tree and --level to limit depth for recursion by skshetry in https://github.com/iterative/dvc/pull/10598

⚡ Optimizations
* add/commit: use hardlink to transfer files to the cache when `cache.type` is hardlink and on relink mode by skshetry in https://github.com/iterative/dvc/pull/10557

🐛 Bug Fixes
* fix: directory creation on pulling data by sssilvar in https://github.com/iterative/dvc/pull/10580
* bump scmrepo version by shcheklein in https://github.com/iterative/dvc/pull/10570
* Update warning message gc.py by 5AIPAVAN in https://github.com/iterative/dvc/pull/10592


New Contributors
* sssilvar made their first contribution in https://github.com/iterative/dvc/pull/10580
* 5AIPAVAN made their first contribution in https://github.com/iterative/dvc/pull/10592
* petebachant made their first contribution in https://github.com/iterative/dvc/pull/10573

**Full Changelog**: https://github.com/iterative/dvc/compare/3.55.2...3.56.0

3.55.2

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Other Changes
* dvcfs.get: simplify and separate files into respective filesystems while walking by skshetry in https://github.com/iterative/dvc/pull/10544
* pyproject.toml: remove stale comment from dependency by skshetry in https://github.com/iterative/dvc/pull/10546


**Full Changelog**: https://github.com/iterative/dvc/compare/3.55.1...3.55.2

3.55.1

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Bugfixes
* dvcfilesystem.get: prefer downloading from repo.fs before dvc.fs by skshetry in https://github.com/iterative/dvc/pull/10543


**Full Changelog**: https://github.com/iterative/dvc/compare/3.55.0...3.55.1

Page 1 of 92

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.