Skip to content

Tags: irmana/dvc

Tags

2.42.0

Toggle 2.42.0's commit message
deps: bump dvc-data to 0.34.0

2.41.1

Toggle 2.41.1's commit message
deps: bump dvc-data to 0.29.0

2.41.0

Toggle 2.41.0's commit message
Update dvc/commands/imp_url.py

2.40.0

Toggle 2.40.0's commit message
ls: compute relparts once for every dir

Cuts down `dvc ls . data/mnist/dataset --recursive` for me from ~25 to ~12
seconds.

`relparts` is an expensive operation as it calls `relpath` that calls `abspath`,
so we want to avoid calling it as much as possible.

2.39.0

Toggle 2.39.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
ci: timeout tests if it takes >5min

It most likely means it's frozen and unlikely to resume again. We'd want
to see where it froze, so this will provide us with a traceback.

2.38.1

Toggle 2.38.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
add index._plot_sources

2.38.0

Toggle 2.38.0's commit message
bump DVCLive lower bound

2.37.0

Toggle 2.37.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
deps: remove 3.11 checks for hydra; has 3.11 support now

2.36.0

Toggle 2.36.0's commit message
stage add: don't fail if unable to create .gitignore

2.35.2

Toggle 2.35.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create hook-asyncssh.py

Fixes iterative#7577