Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xarray-contrib/minimum-dependency-versions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: xarray-contrib/minimum-dependency-versions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 9 commits
  • 22 files changed
  • 4 contributors

Commits on Sep 8, 2025

  1. 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>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    9cb4647 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. document empty overrides, exclude and ignored_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>
    mathause and keewis authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    1db091c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#38)

    updates:
    - https://github.com/psf/blackhttps://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>
    pre-commit-ci[bot] authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    96bbc85 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. widen package regex (#36)

    * widen package regex
    
    * disallow uppercase names again
    
    * Update minimum_versions.py
    mathause authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    c6916dc View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. [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>
    pre-commit-ci[bot] authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    4ce45da View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. 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>
    dependabot[bot] authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    85bd465 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. 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
    keewis authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    64243c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. [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>
    pre-commit-ci[bot] authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    249d38f View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. 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
    keewis authored Dec 10, 2025
    Configuration menu
    Copy the full SHA
    3db8e1c View commit details
    Browse the repository at this point in the history
Loading