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.tsvTo 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
- chore(studio): Update Studio URL to new domain by @mjasion and @0x2b3bfa0 in #10538
Full Changelog: 3.58.0...3.59.0