Dvc

Latest version: v3.59.1

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

Scan your dependencies

Page 23 of 92

2.45.0

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

What's Changed
🚀 New Features and Enhancements
* index: experimental persistent data index by efiop in https://github.com/iterative/dvc/pull/8827
🐛 Bug Fixes
* Handle filenames which has ":" by karanjakhar in https://github.com/iterative/dvc/pull/9000
* scm: use dulwich backend when fetching exps during clone/pull by skshetry in https://github.com/iterative/dvc/pull/9023
🔨 Maintenance
* build(deps-dev): bump dvc-render from 0.1.1 to 0.1.2 by dependabot in https://github.com/iterative/dvc/pull/9003
Other Changes
* update rich by dberenbaum in https://github.com/iterative/dvc/pull/9001
* Fix some mypy error. by karajan1001 in https://github.com/iterative/dvc/pull/8947
* deps: bump dvc-data to 0.40.1 by efiop in https://github.com/iterative/dvc/pull/9011
* brancher: add trace when switching filesystem by skshetry in https://github.com/iterative/dvc/pull/9022

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

**Full Changelog**: https://github.com/iterative/dvc/compare/2.44.0...2.45.0

2.44.0

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

What's Changed
🚀 New Features and Enhancements
* logging: defer calling colorama.init() in jupyter, otherwise initialize immediately by skshetry in https://github.com/iterative/dvc/pull/8969
* push: check if versioning is supported or not during checkout on cloud versioning by skshetry in https://github.com/iterative/dvc/pull/8949
⚡ Optimizations
* Use pygit2 backend for fetch_refspecs by karajan1001 in https://github.com/iterative/dvc/pull/8907
🐛 Bug Fixes
* studio: Move `post_live_metrics` from `queue` to `executor` by daavoo in https://github.com/iterative/dvc/pull/8955
🔨 Maintenance
* build(deps-dev): bump dvc-data from 0.38.1 to 0.38.3 by dependabot in https://github.com/iterative/dvc/pull/8983
* build(deps-dev): bump dvc-render from 0.1.0 to 0.1.1 by dependabot in https://github.com/iterative/dvc/pull/8982
* build(deps-dev): bump pytest-xdist from 3.1.0 to 3.2.0 by dependabot in https://github.com/iterative/dvc/pull/8981
* build(deps-dev): bump dvc-azure from 2.21.0 to 2.21.1 by dependabot in https://github.com/iterative/dvc/pull/8991
Other Changes
* serialization: reorder files section metadata (8950 by skshetry in https://github.com/iterative/dvc/pull/8950
* deps: bump dvc-data to 0.38.1 by efiop in https://github.com/iterative/dvc/pull/8976
* testing: mark 00 prefix tests xfail on fs without find() by pmrowla in https://github.com/iterative/dvc/pull/8979
* Support setting a exp name prefix in hydra sweeps by hkariti in https://github.com/iterative/dvc/pull/8943
* import-url: fix `update` after cloud versioned `import-url --no-download` by pmrowla in https://github.com/iterative/dvc/pull/8984
* logging: change from dictConfig to equivalent code for creating logge… (8985 by skshetry in https://github.com/iterative/dvc/pull/8985
* logger: check isatty stream to print colored logs or not instead of depending on colorama (8993 by skshetry in https://github.com/iterative/dvc/pull/8993
* logging: do not disable other loggers by skshetry in https://github.com/iterative/dvc/pull/8995
* get/import: lazy import dvc.scm; reduces dvc --help by ~20% by skshetry in https://github.com/iterative/dvc/pull/8996

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

**Full Changelog**: https://github.com/iterative/dvc/compare/2.43.4...2.44.0

2.43.4

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

What's Changed
🐛 Bug Fixes
* testing: re-add 00 prefix remote traverse tests by pmrowla in https://github.com/iterative/dvc/pull/8965


**Full Changelog**: https://github.com/iterative/dvc/compare/2.43.3...2.43.4

2.43.3

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

What's Changed
🐛 Bug Fixes
* worktree update: fix metadata merge on update by pmrowla in https://github.com/iterative/dvc/pull/8945
* import-url: fix `pull` after `import-url --version-aware` with subdirs by pmrowla in https://github.com/iterative/dvc/pull/8946
* index: build_data_index: handle empty dirs by efiop in https://github.com/iterative/dvc/pull/8959
🔨 Maintenance
* build(deps-dev): bump pylint from 2.16.0 to 2.16.1 by dependabot in https://github.com/iterative/dvc/pull/8944


**Full Changelog**: https://github.com/iterative/dvc/compare/2.43.2...2.43.3

2.43.2

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

What's Changed
🚀 New Features and Enhancements
* output: Don't serialize `hash_info` or `meta` in cloud versioning. by daavoo in https://github.com/iterative/dvc/pull/8849
* import/import-url: try not to delete dvcfile before import/import-url completes by skshetry in https://github.com/iterative/dvc/pull/8876
* logging: log pkg version/type, platform info and cli arguments by skshetry in https://github.com/iterative/dvc/pull/8918
* version/info: match dashes' length below DVC version by skshetry in https://github.com/iterative/dvc/pull/8921
🐛 Bug Fixes
* output: Pass `version_aware=True` to `fs` if `files` is present. by daavoo in https://github.com/iterative/dvc/pull/8882
* stage: use repo.fs directly without copying by efiop in https://github.com/iterative/dvc/pull/8929
🔨 Maintenance
* build(deps-dev): bump dvc-data from 0.35.1 to 0.35.2 by dependabot in https://github.com/iterative/dvc/pull/8871
* build(deps-dev): bump dvc-gs from 2.20.0 to 2.21.0 by dependabot in https://github.com/iterative/dvc/pull/8841
* build(deps-dev): bump dvc-data from 0.36.0 to 0.36.1 by dependabot in https://github.com/iterative/dvc/pull/8887
* testing: add initial basic cloud versioning tests by pmrowla in https://github.com/iterative/dvc/pull/8888
* build(deps-dev): bump scmrepo from 0.1.6 to 0.1.7 by dependabot in https://github.com/iterative/dvc/pull/8821
* ci: run dvc-s3 tests on DVC pull requests by pmrowla in https://github.com/iterative/dvc/pull/8913
* build(deps-dev): bump beautifulsoup4 from 4.11.1 to 4.11.2 by dependabot in https://github.com/iterative/dvc/pull/8928
* build(deps-dev): bump pylint from 2.15.10 to 2.16.0 by dependabot in https://github.com/iterative/dvc/pull/8936
* build(deps-dev): bump dvc-render from 0.0.17 to 0.1.0 by dependabot in https://github.com/iterative/dvc/pull/8935
Other Changes
* data: status: use data index by efiop in https://github.com/iterative/dvc/pull/8846
* stage.save: Remove `merge_versioned` option. by daavoo in https://github.com/iterative/dvc/pull/8873
* add support for output-specific remotes by skshetry in https://github.com/iterative/dvc/pull/8862
* queue: update kill ui messages by dberenbaum in https://github.com/iterative/dvc/pull/8798
* deps: bump dvc-data to 0.36.0 by efiop in https://github.com/iterative/dvc/pull/8885
* worktree: bug fixes from testing by pmrowla in https://github.com/iterative/dvc/pull/8890
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/iterative/dvc/pull/8869
* Fixed typo in _format_field function. issue https://github.com/iterative/dvc/issues/8891 by AIladin in https://github.com/iterative/dvc/pull/8892
* analytics: differentiate ci users by dberenbaum in https://github.com/iterative/dvc/pull/8838
* gc: fix usage with --date by dtrifiro in https://github.com/iterative/dvc/pull/8880
* update ruff and enable flake8-logging-format and flake8-type-checking by skshetry in https://github.com/iterative/dvc/pull/8894
* index: expose rev property by efiop in https://github.com/iterative/dvc/pull/8909
* testing: add tests for cloud versioned update and import-url by pmrowla in https://github.com/iterative/dvc/pull/8916
* deps: bump dvc-gs to 2.21.1 by pmrowla in https://github.com/iterative/dvc/pull/8919
* deps: bump dvc-data to 0.37.3 by efiop in https://github.com/iterative/dvc/pull/8923
* index: introduce data_keys by efiop in https://github.com/iterative/dvc/pull/8938
* Custom header for dvc webdav (8933)Fix https://github.com/iterative/dvc/issues/8931 by frederik-sandfort in https://github.com/iterative/dvc/pull/8933

New Contributors
* AIladin made their first contribution in https://github.com/iterative/dvc/pull/8892
* frederik-sandfort made their first contribution in https://github.com/iterative/dvc/pull/8933

**Full Changelog**: https://github.com/iterative/dvc/compare/2.43.1...2.43.2

2.43.1

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

What's Changed
Other Changes
* deps: bump dvc-azure to 2.21.0 by efiop in https://github.com/iterative/dvc/pull/8864
* deps: bump dvc-ssh to 2.21.0 by efiop in https://github.com/iterative/dvc/pull/8865


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

Page 23 of 92

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.