Skip to content

Tags: wictory/dvc

Tags

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

2.9.0

Toggle 2.9.0's commit message
fs: path: use ntpath/posixpath

This is less error-prone than implementing these methods ourselves.

2.8.3

Toggle 2.8.3's commit message
build: bump s3/gcsfs from 2021.10.1 to 2021.11.0

Bumps [gcsfs](https://github.com/fsspec/gcsfs) from 2021.10.1 to 2021.11.0.
- [Release notes](https://github.com/fsspec/gcsfs/releases)
Bumps [s3fs](https://github.com/fsspec/s3fs) from 2021.10.1 to 2021.11.0.
- [Release notes](https://github.com/fsspec/s3fs/releases)
- [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md)

---
updated-dependencies:
- dependency-name: s3fs
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: gcsfs
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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