github iterative/dvc 3.59.0

4 hours ago

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).

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 #10664.

3.13 support

DVC now officially supports Python 3.13. Added by @skshetry in #10665 and #10667.

Other Changes

Full Changelog: 3.58.0...3.59.0

Don't miss a new dvc release

NewReleases is sending notifications on new releases.