Skip to content

3.59.0

Latest
Compare
Choose a tag to compare
@skshetry skshetry released this 13 Jan 07:03
· 1 commit to main since this release
7d14acb

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