Dvc

Latest version: v3.59.1

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

Scan your dependencies

Page 24 of 92

2.43.0

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

What's Changed
🔨 Maintenance
* deps: bump dvc-data to 0.35.1 by pmrowla in https://github.com/iterative/dvc/pull/8857
Other Changes
* deps: bump dvc-data to 0.35.0 by efiop in https://github.com/iterative/dvc/pull/8847
* remove setup.py file by skshetry in https://github.com/iterative/dvc/pull/8851
* add viztracer async option by dberenbaum in https://github.com/iterative/dvc/pull/8856


**Full Changelog**: https://github.com/iterative/dvc/compare/2.42.0...2.43.0

2.42.0

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

What's Changed
🚀 New Features and Enhancements
* stage: Skip run-cache if any out has cache: false. by daavoo in https://github.com/iterative/dvc/pull/8738
⚡ Optimizations
* perf: remove fs exists check in plots, parallel data collect by shcheklein in https://github.com/iterative/dvc/pull/8777
* deps: bump dvc-data to 0.34.0 by pmrowla in https://github.com/iterative/dvc/pull/8842
🐛 Bug Fixes
* config: Reraise `ConfigError` from `ConfigObjError`. by daavoo in https://github.com/iterative/dvc/pull/8802
* exp run: Fix `--dry` option. by daavoo in https://github.com/iterative/dvc/pull/8833
* param: Fix status check for Tuples. by daavoo in https://github.com/iterative/dvc/pull/8823
🔨 Maintenance
* build(deps-dev): unpin grandalf by dependabot in https://github.com/iterative/dvc/pull/8792
* build(deps-dev): bump dvc-task from 0.1.9 to 0.1.10 by dependabot in https://github.com/iterative/dvc/pull/8807
* build(deps-dev): bump dvc-task from 0.1.10 to 0.1.11 by dependabot in https://github.com/iterative/dvc/pull/8820
* build(deps-dev): bump pytest from 7.2.0 to 7.2.1 by dependabot in https://github.com/iterative/dvc/pull/8819
Other Changes
* index/stage: move repo collection logic to index by skshetry in https://github.com/iterative/dvc/pull/8782
* mypy: use typesafe cached_property by skshetry in https://github.com/iterative/dvc/pull/8799
* Bump pathspec to 0.10.3 by karajan1001 in https://github.com/iterative/dvc/pull/8767
* index: introduce build_data_index by efiop in https://github.com/iterative/dvc/pull/8810
* pre-commit update: flake8/ruff/pyupgrade/black/isort by skshetry in https://github.com/iterative/dvc/pull/8813
* mypy: don't ignore all imports, also disallow implicit optional by skshetry in https://github.com/iterative/dvc/pull/8814
* Add misc type hints by dtrifiro in https://github.com/iterative/dvc/pull/8430
* deps: bump dvc-data to 0.31.3 by efiop in https://github.com/iterative/dvc/pull/8816
* deps: bump dvc-data to 0.31.4 by efiop in https://github.com/iterative/dvc/pull/8818
* use dvc-data/dvc-objects batching by pmrowla in https://github.com/iterative/dvc/pull/8805
* exp: drop some words from exp names by dberenbaum in https://github.com/iterative/dvc/pull/8811
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/iterative/dvc/pull/8830
* output.remove: Pass explicit `recursive` flag by daavoo in https://github.com/iterative/dvc/pull/8825


**Full Changelog**: https://github.com/iterative/dvc/compare/2.41.1...2.42.0

2.41.1

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

What's Changed
⚡ Optimizations
* deps: bump dvc-data to 0.29.0 by efiop in https://github.com/iterative/dvc/pull/8791


**Full Changelog**: https://github.com/iterative/dvc/compare/2.41.0...2.41.1

2.41.0

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

What's Changed
🚀 New Features and Enhancements
* repro: Disable run-cache if --no-commit. by daavoo in https://github.com/iterative/dvc/pull/8718
* metrics/params: diff: don't show diff if active branch is the same as workspace by dberenbaum in https://github.com/iterative/dvc/pull/8716
* `import-url`: Update options order by jorgeorpinel in https://github.com/iterative/dvc/pull/8785
⚡ Optimizations
* cloud versioning: fix push/fetch performance by pmrowla in https://github.com/iterative/dvc/pull/8766
* deps: bump dvc-data to 0.28.6 by pmrowla in https://github.com/iterative/dvc/pull/8790
🔨 Maintenance
* build(deps-dev): Bump pylint from 2.15.9 to 2.15.10 by dependabot in https://github.com/iterative/dvc/pull/8784
Other Changes
* gha: remove env vars SHELL by skshetry in https://github.com/iterative/dvc/pull/8737


**Full Changelog**: https://github.com/iterative/dvc/compare/2.40.0...2.41.0

2.40.0

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

What's Changed
⚡ Optimizations
* dvcfs: ls: don't call info() by efiop in https://github.com/iterative/dvc/pull/8779
* ls: compute relparts once for every dir by efiop in https://github.com/iterative/dvc/pull/8780


**Full Changelog**: https://github.com/iterative/dvc/compare/2.39.0...2.40.0

2.39.0

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

What's Changed
🚀 New Features and Enhancements
* Add post_to_studio `start` and `done` calls. by daavoo in https://github.com/iterative/dvc/pull/8688
* `post_live_metrics`: Pass `params` on `start` event. by daavoo in https://github.com/iterative/dvc/pull/8741
* scm: add cause of clone errors by dtrifiro in https://github.com/iterative/dvc/pull/8746
* Use `SIGINT` as the default signal in `queue kill` by karajan1001 in https://github.com/iterative/dvc/pull/8657
* `exp apply` can accept exp names and failed exps as target by karajan1001 in https://github.com/iterative/dvc/pull/8708
🐛 Bug Fixes
* plots: fix regressions to top-level plots by dberenbaum in https://github.com/iterative/dvc/pull/8703
* Make temp dir executed checkpoint experiment return result to workspace. by karajan1001 in https://github.com/iterative/dvc/pull/8668
🔨 Maintenance
* build(deps-dev): Bump mypy from 0.990 to 0.991 by dependabot in https://github.com/iterative/dvc/pull/8563
* build(deps): Bump pyinstaller from 5.6.2 to 5.7.0 by dependabot in https://github.com/iterative/dvc/pull/8655
* build(deps-dev): Bump pylint from 2.15.8 to 2.15.9 by dependabot in https://github.com/iterative/dvc/pull/8706
* build(deps-dev): Bump dvc-render from 0.0.15 to 0.0.17 by dependabot in https://github.com/iterative/dvc/pull/8725
* build(deps-dev): Bump scmrepo from 0.1.4 to 0.1.5 by dependabot in https://github.com/iterative/dvc/pull/8749
* build(deps-dev): Bump filelock from 3.8.2 to 3.9.0 by dependabot in https://github.com/iterative/dvc/pull/8745
* internal: hoist resolver/top-level metrics/plots/params data to file level by skshetry in https://github.com/iterative/dvc/pull/8754
* build(deps-dev): Bump dvc-data from 0.28.4 to 0.28.5 by dependabot in https://github.com/iterative/dvc/pull/8770
Other Changes
* index: remove unused APIs by skshetry in https://github.com/iterative/dvc/pull/8712
* exp save: simplify implementation by dtrifiro in https://github.com/iterative/dvc/pull/8690
* `exp run --run-all`: re-enable --jobs concurrency by PythonFZ in https://github.com/iterative/dvc/pull/8608
* `queue stop --kill` can kill false `running` status tasks by karajan1001 in https://github.com/iterative/dvc/pull/8713
* exp save: update --help by dtrifiro in https://github.com/iterative/dvc/pull/8729
* update: prevent re-download on every update by dtrifiro in https://github.com/iterative/dvc/pull/8752
* exp: stop checking for unchanged experiments by dberenbaum in https://github.com/iterative/dvc/pull/8743
* exp save: fix help by dtrifiro in https://github.com/iterative/dvc/pull/8758
* config: expose http timeout in config schema by dtrifiro in https://github.com/iterative/dvc/pull/8722


**Full Changelog**: https://github.com/iterative/dvc/compare/2.38.1...2.39.0

Page 24 of 92

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.