-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: iterative/dvc
base: 3.58.0
head repository: iterative/dvc
compare: 3.59.0
- 13 commits
- 30 files changed
- 6 contributors
Commits on Dec 7, 2024
-
[pre-commit.ci] pre-commit autoupdate (#10642)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.0 → v0.8.1](astral-sh/ruff-pre-commit@v0.8.0...v0.8.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f5cbf97 - Browse repository at this point
Copy the full SHA f5cbf97View commit details
Commits on Dec 10, 2024
-
[pre-commit.ci] pre-commit autoupdate (#10646)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 965dbea - Browse repository at this point
Copy the full SHA 965dbeaView commit details
Commits on Dec 17, 2024
-
[pre-commit.ci] pre-commit autoupdate (#10651)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.8.3](astral-sh/ruff-pre-commit@v0.8.2...v0.8.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 007041b - Browse repository at this point
Copy the full SHA 007041bView commit details
Commits on Dec 23, 2024
-
build(deps): bump mypy from 1.13.0 to 1.14.0 (#10659)
Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.14.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f078a57 - Browse repository at this point
Copy the full SHA f078a57View commit details -
build(deps): bump astral-sh/setup-uv from 4 to 5 (#10660)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 4 to 5. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v4...v5) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 53a7230 - Browse repository at this point
Copy the full SHA 53a7230View commit details
Commits on Dec 26, 2024
-
[pre-commit.ci] pre-commit autoupdate (#10661)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 683a9f0 - Browse repository at this point
Copy the full SHA 683a9f0View commit details
Commits on Dec 31, 2024
-
chore(studio): Update Studio URL to new domain (#10538)
* chore(studio): Update Studio URL to new domain The https://studio.dvc.ai is deprecated, and we switched to the new domain https://studio.datachain.ai. The domain change is backwards compatible. The **older versions** of the `dvc` will still work. 🎉 Related PR: iterative/dvc-studio-client#181 * Apply suggestions from code review --------- Co-authored-by: Marcin Jasion <mjasion@users.noreply.github.com> Co-authored-by: Helio Machado <0x2b3bfa0+git@googlemail.com>
Configuration menu - View commit details
-
Copy full SHA for a43c1b3 - Browse repository at this point
Copy the full SHA a43c1b3View commit details
Commits on Jan 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2c6b917 - Browse repository at this point
Copy the full SHA 2c6b917View commit details -
build(deps): bump mypy from 1.14.0 to 1.14.1 (#10662)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aea0e6b - Browse repository at this point
Copy the full SHA aea0e6bView commit details -
[pre-commit.ci] pre-commit autoupdate (#10663)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e70a1e9 - Browse repository at this point
Copy the full SHA e70a1e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54acfda - Browse repository at this point
Copy the full SHA 54acfdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd50155 - Browse repository at this point
Copy the full SHA dd50155View commit details
Commits on Jan 10, 2025
-
3.13 support for Windows (#10667)
python/cpython#113829 changed `os.path.isabs` on Windows to not consider a path starting a single backslash to be an absolute path. We do a lot of naive `posixpath` to `ntpath` conversions, and it broke DVC in multiple places. DVC is likely broken in many other places, and these bugs are difficult to identify. In this commit, I have tried to fix in the places where the tests failed. And mostly by trying to imitate pre-3.13 behaviour. Some of the changes may not be correct but keeps the old behaviour in place. Also re-enabled the CI for all Python versions supported for Windows.
Configuration menu - View commit details
-
Copy full SHA for 7d14acb - Browse repository at this point
Copy the full SHA 7d14acbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.58.0...3.59.0