-
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.57.0
head repository: iterative/dvc
compare: main
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 64ccd9c - Browse repository at this point
Copy the full SHA 64ccd9cView commit details
Commits on Nov 30, 2024
-
Fix #10593 -- add --keep option for dvc experiments remove (#10633)
* Add keep_selected parameter, and corresponding code to keep only the selected exps (and remove all the other ones) * test keep_selected_by_name * test keep_selected_by_rev * test keep_selected multiple, by name * test keep all by name * test keep by rev, with num=2 * added option to cli * refactoring to meet pr needs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixed test_experiments to add keep_selected=False to remove tests * rename parameter to match cli option * follow the normal path, then invert the selection before removing * fixed tests for list ordering + fixed test with non existent name, it didn't make sense to delete everything if an exp name did not exist * changed cli option comment * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixed typing issue * updated parameter name * removed handling queued experiments (since --queue would remove them all) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * code simplification, added __eq__ and __hash__ to be able to compare ExpRefs, updated and parametrized tests. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fixed linting issues * - --keep and --queue together raise an InvalidArgumentError - added a test to check if the error is raised - fixed CLI message * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * re-run gh tests. Some tests which did not involve my changes started failing while they were passing fine before. --------- 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 368c785 - Browse repository at this point
Copy the full SHA 368c785View commit details
Commits on Dec 1, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 198c8f2 - Browse repository at this point
Copy the full SHA 198c8f2View commit details
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
Commits on Jan 13, 2025
-
[pre-commit.ci] pre-commit autoupdate (#10671)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.0 → v0.9.1](astral-sh/ruff-pre-commit@v0.9.0...v0.9.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 89ef346 - Browse repository at this point
Copy the full SHA 89ef346View commit details
Commits on Jan 21, 2025
-
[pre-commit.ci] pre-commit autoupdate (#10674)
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 b2a873d - Browse repository at this point
Copy the full SHA b2a873dView commit details
Commits on Jan 31, 2025
-
import: fix broken progressbar when importing folder (#10678)
Co-authored-by: Petr Chmelar <petr.chmelar@innovatrics.com> Co-authored-by: skshetry <18718008+skshetry@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for da1e0b5 - Browse repository at this point
Copy the full SHA da1e0b5View commit details -
[pre-commit.ci] pre-commit autoupdate (#10676)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: skshetry <18718008+skshetry@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c4b18b7 - Browse repository at this point
Copy the full SHA c4b18b7View commit details
Commits on Feb 4, 2025
-
[pre-commit.ci] pre-commit autoupdate (#10682)
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 9392bbd - Browse repository at this point
Copy the full SHA 9392bbdView commit details
Commits on Feb 6, 2025
-
build(deps): bump mypy from 1.14.1 to 1.15.0 (#10684)
Bumps [mypy](https://github.com/python/mypy) from 1.14.1 to 1.15.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.14.1...v1.15.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 0b03714 - Browse repository at this point
Copy the full SHA 0b03714View commit details -
pre-commit: set autoupdate schedule to monthly (#10685)
Update .pre-commit-config.yaml
Configuration menu - View commit details
-
Copy full SHA for 25d2638 - Browse repository at this point
Copy the full SHA 25d2638View commit details
Commits on Feb 9, 2025
-
ls/ls-url: do not show entry with size<=0 for a directory (#10687)
ls/ls-url: do not show size=0 when the entry is a directory
Configuration menu - View commit details
-
Copy full SHA for 1d6ea68 - Browse repository at this point
Copy the full SHA 1d6ea68View 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.57.0...main