Dvc

Latest version: v3.59.1

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 26 of 92

2.35.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
🚀 New Features and Enhancements
* ui: Fix WSL check in `open_browser` by daavoo in https://github.com/iterative/dvc/pull/8604
🔨 Maintenance
* build: fpm: don't create .build-id/* files by efiop in https://github.com/iterative/dvc/pull/8611
Other Changes
* worktree push: do not push existing versions by pmrowla in https://github.com/iterative/dvc/pull/8606
* testing: api: test opening a file in subdir by efiop in https://github.com/iterative/dvc/pull/8610


**Full Changelog**: https://github.com/iterative/dvc/compare/2.34.3...2.35.0

2.34.3

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
🐛 Bug Fixes
* Fix exp list ref heads handling by shcheklein in https://github.com/iterative/dvc/pull/8554
* parsing: Escape str interpolation in dict unpacking. by daavoo in https://github.com/iterative/dvc/pull/8204
* hydra: Use `OmegaConf.to_yaml` for dumping `.yaml` output. by daavoo in https://github.com/iterative/dvc/pull/8587
* queue kill: we can manually mark problematic tasks as failure by karajan1001 in https://github.com/iterative/dvc/pull/8580
* Solve the wrong checkpoint tip info during executor running by karajan1001 in https://github.com/iterative/dvc/pull/8596
🔨 Maintenance
* build(deps-dev): Bump dvc-render from 0.0.12 to 0.0.13 by dependabot in https://github.com/iterative/dvc/pull/8568
* build(deps-dev): Bump dvc-render from 0.0.13 to 0.0.14 by dependabot in https://github.com/iterative/dvc/pull/8591
* deps: bump dvc-data, dvc-azure by pmrowla in https://github.com/iterative/dvc/pull/8594
* deps: bump dvc-data to 0.28.0 by pmrowla in https://github.com/iterative/dvc/pull/8605
Other Changes
* deps: bump dvc-data to 0.26.0 by efiop in https://github.com/iterative/dvc/pull/8566
* import-url: disable push by default for cloud-versioned imports by pmrowla in https://github.com/iterative/dvc/pull/8578
* plots: data conversion: adjust for viewer backend by pared in https://github.com/iterative/dvc/pull/8421
* worktree: support push: false by pmrowla in https://github.com/iterative/dvc/pull/8581
* worktree add: preserve version metadata for unmodified files on `dvc add` by pmrowla in https://github.com/iterative/dvc/pull/8595
* plots: set default x label by dberenbaum in https://github.com/iterative/dvc/pull/8589


**Full Changelog**: https://github.com/iterative/dvc/compare/2.34.2...2.34.3

2.34.2

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
🐛 Bug Fixes
* hydra: Raise error when `name` and `sweeps`. by daavoo in https://github.com/iterative/dvc/pull/8556
* fetch/pull: fix regression when using targeted fetch in repo containing import-url imports by pmrowla in https://github.com/iterative/dvc/pull/8551
🔨 Maintenance
* pyinstaller: use pydrive2 package hooks by pmrowla in https://github.com/iterative/dvc/pull/8564


**Full Changelog**: https://github.com/iterative/dvc/compare/2.34.1...2.34.2

2.34.1

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
🐛 Bug Fixes
* Make exp show handle errors better by karajan1001 in https://github.com/iterative/dvc/pull/8533
* Solve the crash on getting name of applied experiment branch by karajan1001 in https://github.com/iterative/dvc/pull/8541
* Fix some celery queue related ci failure. by karajan1001 in https://github.com/iterative/dvc/pull/8404
🔨 Maintenance
* index: support filtering view by output by pmrowla in https://github.com/iterative/dvc/pull/8537
* dvc exceptions CyclicGraphError: add more clear message for the excep… by ykasimov in https://github.com/iterative/dvc/pull/8263
* build(deps-dev): Bump dvc-task from 0.1.4 to 0.1.5 by dependabot in https://github.com/iterative/dvc/pull/8539
* build(deps-dev): Bump dvc-gs from 2.19.1 to 2.20.0 by dependabot in https://github.com/iterative/dvc/pull/8548
* build(deps-dev): Bump mypy from 0.982 to 0.990 by dependabot in https://github.com/iterative/dvc/pull/8535
* build(deps-dev): Bump iterative-telemetry from 0.0.5 to 0.0.6 by dependabot in https://github.com/iterative/dvc/pull/8538
Other Changes
* plots: support svg by blakeNaccarato in https://github.com/iterative/dvc/pull/8542

New Contributors
* blakeNaccarato made their first contribution in https://github.com/iterative/dvc/pull/8542

**Full Changelog**: https://github.com/iterative/dvc/compare/2.34.0...2.34.1

2.34.0

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
🔨 Maintenance
* hydra: Raise lazy DvcException for Python >= 3.11 by daavoo in https://github.com/iterative/dvc/pull/8521
* build(deps-dev): Bump dvc-s3 from 2.20.1 to 2.21.0 by dependabot in https://github.com/iterative/dvc/pull/8524
Other Changes
* plots: allow top-level strings by dberenbaum in https://github.com/iterative/dvc/pull/8482
* import-url: include `files` entry for cloud versioned dir dependencies by pmrowla in https://github.com/iterative/dvc/pull/8528
* ci: bench: use 3.11 in benchmarks by skshetry in https://github.com/iterative/dvc/pull/8525
* fix hydra_sweeps referenced before assignment by dberenbaum in https://github.com/iterative/dvc/pull/8530
* DVCLive 1.0 by daavoo in https://github.com/iterative/dvc/pull/8532


**Full Changelog**: https://github.com/iterative/dvc/compare/2.33.2...2.34.0

2.33.2

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
🐛 Bug Fixes
* commit: skip changed_entries check on force commit by pmrowla in https://github.com/iterative/dvc/pull/8505
* exp run: catch hydra import in 3.11 by pmrowla in https://github.com/iterative/dvc/pull/8519
🔨 Maintenance
* build(deps-dev): Bump pylint from 2.15.4 to 2.15.5 by dependabot in https://github.com/iterative/dvc/pull/8463
* build(deps-dev): Bump pytest from 7.1.3 to 7.2.0 by dependabot in https://github.com/iterative/dvc/pull/8479
* build(deps): Bump pyinstaller from 5.0 to 5.6.1 by dependabot in https://github.com/iterative/dvc/pull/8475
* build(deps-dev): Bump pytest-xdist from 2.5.0 to 3.0.2 by dependabot in https://github.com/iterative/dvc/pull/8474
* build(deps): Bump pyinstaller from 5.6.1 to 5.6.2 by dependabot in https://github.com/iterative/dvc/pull/8499
* build: bump pyinstaller packages python version to 3.10 by skshetry in https://github.com/iterative/dvc/pull/8511
* deps: bump scmrepo to 0.1.3 by pmrowla in https://github.com/iterative/dvc/pull/8520

New Contributors
* step-security-bot made their first contribution in https://github.com/iterative/dvc/pull/8496

**Full Changelog**: https://github.com/iterative/dvc/compare/2.33.1...2.33.2

Page 26 of 92

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.