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: matplotlib/napari-matplotlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: matplotlib/napari-matplotlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.2
Choose a head ref
  • 4 commits
  • 17 files changed
  • 4 contributors

Commits on Sep 25, 2025

  1. Bump Python versions (#310)

    * Bump Python versions
    
    * Fix version number
    dstansby authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    e735350 View commit details
    Browse the repository at this point in the history
  2. Bump pre-commit versions (#311)

    * Bump pre-commit versions
    
    * Use ruff instead of black
    dstansby authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    735bdeb View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. Bump the github-actions group across 1 directory with 6 updates (#314)

    * Bump the github-actions group across 1 directory with 6 updates
    
    Bumps the github-actions group with 6 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` |
    | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` |
    | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `5` |
    | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.3.0` | `6.0.0` |
    | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.4.3` | `5.5.1` |
    | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.12.4` | `1.13.0` |
    
    
    
    Updates `actions/checkout` from 4 to 5
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Commits](actions/checkout@v4...v5)
    
    Updates `actions/setup-python` from 5 to 6
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5...v6)
    
    Updates `actions/upload-artifact` from 4 to 5
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4...v5)
    
    Updates `actions/download-artifact` from 4.3.0 to 6.0.0
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4.3.0...v6.0.0)
    
    Updates `codecov/codecov-action` from 5.4.3 to 5.5.1
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@18283e0...5a10915)
    
    Updates `pypa/gh-action-pypi-publish` from 1.12.4 to 1.13.0
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@76f52bc...ed0c539)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/setup-python
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/upload-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/download-artifact
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: codecov/codecov-action
      dependency-version: 5.5.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-version: 1.13.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Hash updates to major versions (consistency)
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sam Cunliffe <samcunliffe@users.noreply.github.com>
    dependabot[bot] and samcunliffe authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    f5451e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Configuration menu
    Copy the full SHA
    a922dd6 View commit details
    Browse the repository at this point in the history
Loading