Skip to content

Tags: iterative/dvc

Tags

3.58.0

Toggle 3.58.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix #10638 : makes remove return correct list when used with both `--…

…queue` and `-A` (#10641)

* fixed a bug where using both `--queue` and `-A` would yield a "removed" list without the queued experiments

* added a test to validate the fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* clearer name for test

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

3.57.0

Toggle 3.57.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
deps: bump configobj minver to 5.0.9 (#10636)

3.56.0

Toggle 3.56.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ls: implement --tree to show as a tree and --level to limit depth for…

… recursion (#10598)

3.55.2

Toggle 3.55.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
pyproject.toml: remove stale comment from dependency (#10546)

3.55.1

Toggle 3.55.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
dvcfilesystem.get: prefer downloading from repo.fs before dvc.fs (#10543

)

3.55.0

Toggle 3.55.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
dvcfs: optimize `get()` by reducing index.info calls() (#10540)

3.54.1

Toggle 3.54.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
dependency/repo: do not suppress OSError on info() (#10533)

3.54.0

Toggle 3.54.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove epic template (#10530)

3.53.2

Toggle 3.53.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
dvc dependency repo: Catch FileNotFoundError (#10501)

- When checkouting non-existent file the _checkout_file recursively
  calls os.stat on a symlinked file which destination doesn't exist.
  This causes a FileNotFoundError but it is not catched and it causes
  an unexpected error instead.

Fixes #10500.

3.53.1

Toggle 3.53.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
import_db: set dependency.is_in_repo to false (#10504)