-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: xarray-contrib/minimum-dependency-versions
base: v0.1.1
head repository: xarray-contrib/minimum-dependency-versions
compare: v1.0.0
- 9 commits
- 22 files changed
- 4 contributors
Commits on Sep 8, 2025
-
Bump actions/setup-python from 5 to 6 (#31)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' 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 9cb4647 - Browse repository at this point
Copy the full SHA 9cb4647View commit details
Commits on Sep 10, 2025
-
document empty
overrides,excludeandignored_validations(#33)* document optional `overrides`, `exclude` and `ignored_validations` * add test * Apply suggestions from code review Co-authored-by: Justus Magin <keewis@users.noreply.github.com> --------- Co-authored-by: Justus Magin <keewis@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1db091c - Browse repository at this point
Copy the full SHA 1db091cView commit details
Commits on Oct 8, 2025
-
[pre-commit.ci] pre-commit autoupdate (#38)
updates: - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.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 96bbc85 - Browse repository at this point
Copy the full SHA 96bbc85View commit details
Commits on Oct 22, 2025
-
* widen package regex * disallow uppercase names again * Update minimum_versions.py
Configuration menu - View commit details
-
Copy full SHA for c6916dc - Browse repository at this point
Copy the full SHA c6916dcView commit details
Commits on Nov 5, 2025
-
[pre-commit.ci] pre-commit autoupdate (#39)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.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 4ce45da - Browse repository at this point
Copy the full SHA 4ce45daView commit details
Commits on Nov 24, 2025
-
Bump actions/checkout from 5 to 6 (#40)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 85bd465 - Browse repository at this point
Copy the full SHA 85bd465View commit details
Commits on Nov 29, 2025
-
refactor the script into modules (#41)
* move the policy reading and validation to a separate module * refactor the environment verification into a separate module * move the `Release` class into a separate module * add a function to fetch releases * remove the unused `is_preview` function * implement a draft of the cli * define `__main__` and `__init__` * typo * implement the forgotten `find_policy_versions` * remove the old script * try using `PYTHONPATH` to run the action * select validation * change the unit tests * replace the script test with multiple test modules
Configuration menu - View commit details
-
Copy full SHA for 64243c7 - Browse repository at this point
Copy the full SHA 64243c7View commit details
Commits on Dec 2, 2025
-
[pre-commit.ci] pre-commit autoupdate (#43)
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.3](rbubley/mirrors-prettier@v3.6.2...v3.7.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 249d38f - Browse repository at this point
Copy the full SHA 249d38fView commit details
Commits on Dec 10, 2025
-
support pixi environments (#42)
* refactor `spec` into a separate submodule * dispatch by kind * default the kind to `conda` * adapt the tests * configure project metadata * add `manifest_path` to the cli options * formatting * write the environment parsing for pixi envs * raise a more descriptive error if no suitable releases were found * filter out excluded packages before fetching releases * consider unpinned specs as not matching * gracefully handle unpinned but not ignored dependencies * install the module instead of modifying `sys.path` * allow passing `manifest-path` to the action * misformatted input definition * stop testing on the unsupported python 3.10 * install the package itself * use the warning style for unpinned versions * warn about ignored PyPI dependencies * tests for most of the functions in `minimum_versions.release` * tests for the environment functions * tests for parsing conda specs * also check parsing the entire conda env * rename * check parsing pixi specs * fix a bug in the lower pin regex * additional spec parsing checks * check invalid versions raise * checks for parse_pixi_environment * include the default feature in the features * rename the `environment-paths` input to `environments` * describe how to analyze `pixi` environments * rename `env-paths` to `envs` * e2e tests for pixi and mixed envs * typo * add policy files for the pixi tests * another typo * quotes and expected failure settings * add a failing pixi env * also check the default pypi-dependencies * back to `python=3.9` * support the `no-default-feature` option * support analyzing missing features * change the error text for unknown version specs * add a note containing the package name * add more information * support dict pins * configure coverage * check the format detection * raise on unknown features * support no features * check that `<=` is also detected * check pypi dependencies * support local packages * skip the local package, if any * properly check that local packages are skipped * add information about the environments
Configuration menu - View commit details
-
Copy full SHA for 3db8e1c - Browse repository at this point
Copy the full SHA 3db8e1cView 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 v0.1.1...v1.0.0