Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2025

This PR contains the following updates:

Package Change Age Confidence
dvc ==3.59.2 -> ==3.64.0 age confidence

Release Notes

iterative/dvc (dvc)

v3.64.0

Compare Source

What's Changed

🚀 New Features and Enhancements
🐛 Bug Fixes

Full Changelog: iterative/dvc@3.63.0...3.64.0

v3.63.0

Compare Source

What's Changed

Behavioral Changes (CLI)
  • In dvc status --cloud, target now supports specifying path to a dataset. Previously, specifying a directory as the target caused DVC to search for .dvc and dvc.yaml files inside it, from which the datasets specified in those files were then checked for cloud/remote status, rather than considering the directory itself as a dataset.
    While this is technically a breaking change, we consider the previous behavior a bug and inconsistent with other DVC commands, including plain dvc status. To restore the previous behavior, add the --recursive option.

    Fixes #​9336.

🚀 New Features and Enhancements
  • add --remote option to dvc data status --not-in-remote for checking files against a specified remote (instead of a default one) by @​skshetry in #​10843

    # Check against the 'my-s3' remote instead of the default
    $ dvc data status --not-in-remote --remote my-s3
  • exp show accepts multiple --keep and --drop arguments in #​10857

    $ dvc exp show --keep 'featurize' --keep 'avg_prec' --drop '.*train' --drop '.*split'
  • dvc init supports initializing DVC repository in an arbitrary directory in #​10861

    $ dvc init /path/to/dvc/repo/that/I/want/to/initialize
  • checkout and pull reports granular summary of changes in #​10842

    Before, DVC would report statistics only about datasets affected during checkout phase.

    $ dvc pull dataset/train/4
    A       dataset/
    1 file added and 5843 files fetched

    Now, it will report granular number of files affected by the operation.

    $ dvc pull dataset/train/4
    A       dataset/
    5842 files added and 5843 files fetched
  • data status now detects file moves/renames by default in #​10846

    $ dvc move foo bar
    $ dvc data status
    DVC committed changes:
      (git commit the corresponding dvc files to update the repo)
            renamed: foo -> bar
  • dvcignore: share implementation between check-ignore and internal API used by DVC, improve support for unignores (eg: !data/** rules) in #​10856 (Fixes #​10722 and #​10122)

  • support completing remote name in zsh/bash in #​10858

    $ dvc push --remote <TAB>
    local my-s3
⚡ Optimizations
  • load only a stage/.dvc file if the target is an address to that particular stage in #​10838 (Fixes #​8768)
  • batch dump stages in commit, do not re-read on save from the workspace in #​10839 (Fixes #​10629)
🐛 Bug Fixes
  • do not show missing cache entries on dvc diff result in #​10845 (Fixes #​7661)
  • handle missing DVC repo at Git HEAD in dvc data status in #​10862
  • show entry in "Not in cache" if dir entry is missing in dvc diff in #​10844 (Fixes #​7661)
  • fix dvc.yaml filepath in error message when reading from git revisions in #​10847
🔨 Maintenance
  • fix some, suppress some issues from ty check in #​10841

Full Changelog: iterative/dvc@3.62.0...3.63.0

v3.62.0

Compare Source

What's Changed

🚀 New Features and Enhancements
🐛 Bug Fixes
🔨 Maintenance

New Contributors

Full Changelog: iterative/dvc@3.61.0...3.62.0

v3.61.0

Compare Source

What's Changed

🚀 New Features and Enhancements
🐛 Bug Fixes

New Contributors

Full Changelog: iterative/dvc@3.60.1...3.60.2

v3.60.1

Compare Source

What's Changed

Bugfixes

Full Changelog: iterative/dvc@3.60.0...3.60.1

v3.60.0

Compare Source

What's Changed

🚀 New Features and Enhancements
Bugfixes
Other Changes

New Contributors

Full Changelog: iterative/dvc@3.59.2...3.60.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency dvc to v3.60.0 Update dependency dvc to v3.60.1 Jun 12, 2025
@renovate renovate bot force-pushed the renovate/dvc-3.x branch from d18bcde to 8873887 Compare June 12, 2025 13:34
@renovate renovate bot force-pushed the renovate/dvc-3.x branch from 8873887 to 452643c Compare July 7, 2025 17:38
@renovate renovate bot changed the title Update dependency dvc to v3.60.1 Update dependency dvc to v3.61.0 Jul 7, 2025
@renovate renovate bot force-pushed the renovate/dvc-3.x branch from 452643c to 95bcf88 Compare August 12, 2025 10:02
@renovate renovate bot changed the title Update dependency dvc to v3.61.0 Update dependency dvc to v3.62.0 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/dvc-3.x branch 2 times, most recently from 8d8caf8 to b9ce535 Compare August 20, 2025 04:58
@renovate renovate bot force-pushed the renovate/dvc-3.x branch from b9ce535 to a174e90 Compare September 6, 2025 18:37
@renovate renovate bot changed the title Update dependency dvc to v3.62.0 Update dependency dvc to v3.63.0 Sep 6, 2025
@renovate renovate bot force-pushed the renovate/dvc-3.x branch from a174e90 to 53b5e50 Compare October 8, 2025 19:06
@renovate renovate bot changed the title Update dependency dvc to v3.63.0 Update dependency dvc to v3.64.0 Nov 13, 2025
@renovate renovate bot force-pushed the renovate/dvc-3.x branch from 53b5e50 to a3d6320 Compare November 13, 2025 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant