Published January 13, 2025 | Version 3.59.0
Software Open

DVC: Data Version Control - Git for Data & Models

Contributors

Other:

  • 1. Iterative

Description

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

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.13 support

DVC now officially supports Python 3.13. Added by @skshetry in https://github.com/iterative/dvc/pull/10665 and https://github.com/iterative/dvc/pull/10667.

Other Changes

  • chore(studio): Update Studio URL to new domain by @mjasion and @0x2b3bfa0 in https://github.com/iterative/dvc/pull/10538

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

Files

iterative/dvc-3.59.0.zip

Files (874.8 kB)

Name Size Download all
md5:384a6ebbdb6e394ac151bb0e91fbce88
874.8 kB Preview Download

Additional details

Related works

Is supplement to
Software: https://github.com/iterative/dvc/tree/3.59.0 (URL)

Software