Skip to content

Tags: alexmojaki/dvc

Tags

2.12.0

Toggle 2.12.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
build(deps-dev): Bump pytest-mock from 3.7.0 to 3.8.1

Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.7.0 to 3.8.1.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.7.0...v3.8.1)

---
updated-dependencies:
- dependency-name: pytest-mock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

2.11.0

Toggle 2.11.0's commit message
sshfs: bump min ver to 2022.6.0

2.10.2

Toggle 2.10.2's commit message
exp pull/push: better result handling in exp sharing(iterative#7448)

fix: iterative#7448
Current we skip on those experiments which already existed on both sides, but
do not exclude them from the result list. And if we have diverged experiment,
pulling/pushing them will stop the current progress and raise an exception, but
didn't give any information on the condition of other experiments.

1. Change the exp pull and push to match the new API in `scmrepo`.
2. Handle sync status after `exp pull/push` finished.
3. Bump scmrepo to 0.0.19

Co-authored-by:

2.10.1

Toggle 2.10.1's commit message
cli: check for closed stdout/stderr

2.10.0

Toggle 2.10.0's commit message
scmrepo: update to 0.0.16

2.9.5

Toggle 2.9.5's commit message
dvcfs: handle repo root

Fixes iterative#7407

2.9.4

Toggle 2.9.4's commit message
build(deps-dev): Bump types-requests from 2.27.9 to 2.27.10

Bumps [types-requests](https://github.com/python/typeshed) from 2.27.9 to 2.27.10.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

2.9.3

Toggle 2.9.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
deps: explicitly specify pyarrow for hdfs

2.9.2

Toggle 2.9.2's commit message
dvc: fix installation from archives

Fixes: iterative#7124

2.9.1

Toggle 2.9.1's commit message
webdav: fix unstrip_protocol