Published January 13, 2025
| Version 3.59.0
Software
Open
DVC: Data Version Control - Git for Data & Models
Creators
- Ruslan Kuprieiev1
- skshetry
- Peter Rowlands (변기호)
- Dmitry Petrov2
- Paweł Redzyński
- Casper da Costa-Luis
- David de la Iglesia Castro3
- Alexander Schepanovski
- Ivan Shcheklein4
- Gao
- Batuhan Taskaya1
- Jorge Orpinel5
- Fábio Santos
- Daniele6
- Ronan Lamy
- Aman Sharma7
- Zhanibek Kaimuldenov
- Dani Hodovic
- Nikita Kodenko8
- Andrew Grigorev9
- Earl
- Nabanita Dash10
- George Vyshnya
- Dave Berenbaum
- maykulkarni11
- Max Hora
- Vera12
- Sanidhya Mangal13
- 1. @fal-ai
- 2. datachain.ai
- 3. @mozilla-ai
- 4. DataChain.ai
- 5. iterative.ai
- 6. Red Hat
- 7. KTH Royal Institute of Technology
- 8. sbdagroup.com
- 9. FaceApp
- 10. Perception in autonomous machines
- 11. Adagrad AI
- 12. Escuelita Chilota
- 13. Vanderbilt University
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
- Repository URL
- https://github.com/iterative/dvc