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: edidada/python_example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pybind/python_example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 24, 2026

  1. chore: update pre-commit hooks (pybind#227)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.7](astral-sh/ruff-pre-commit@v0.15.4...v0.15.7)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    5354195 View commit details
    Browse the repository at this point in the history
  2. chore: bump pypa/cibuildwheel from 3.3 to 3.4 in the actions group (p…

    …ybind#226)
    
    Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).
    
    
    Updates `pypa/cibuildwheel` from 3.3 to 3.4
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v3.3...v3.4)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/cibuildwheel
      dependency-version: '3.4'
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    fc457bd View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2026

  1. chore: update pre-commit hooks (pybind#228)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.15.7 → v0.15.15](astral-sh/ruff-pre-commit@v0.15.7...v0.15.15)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jun 5, 2026
    Configuration menu
    Copy the full SHA
    9520d68 View commit details
    Browse the repository at this point in the history
  2. chore: add more wheels (pybind#229)

    * chore: add more wheels
    
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    
    * chore: use build[uv] (fixes build isolation issue)
    
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    
    ---------
    
    Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
    henryiii authored Jun 5, 2026
    Configuration menu
    Copy the full SHA
    df676e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2026

  1. chore: update pre-commit hooks (pybind#232)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.15.15 → v0.15.21](astral-sh/ruff-pre-commit@v0.15.15...v0.15.21)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 20, 2026
    Configuration menu
    Copy the full SHA
    f42066b View commit details
    Browse the repository at this point in the history
  2. chore: bump the actions group across 1 directory with 4 updates (pybi…

    …nd#234)
    
    Bumps the actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).
    
    
    Updates `actions/checkout` from 6 to 7
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v6...v7)
    
    Updates `actions/setup-python` from 6 to 7
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v6...v7)
    
    Updates `astral-sh/setup-uv` from 8.1.0 to 8.3.2
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@v8.1.0...v8.3.2)
    
    Updates `pypa/cibuildwheel` from 3.4 to 4.1
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v3.4...v4.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: actions/setup-python
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: astral-sh/setup-uv
      dependency-version: 8.3.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    - dependency-name: pypa/cibuildwheel
      dependency-version: '4.1'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 20, 2026
    Configuration menu
    Copy the full SHA
    da9e559 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2026

  1. chore: update pre-commit hooks (pybind#235)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.15.21 → v0.16.0](astral-sh/ruff-pre-commit@v0.15.21...v0.16.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 27, 2026
    Configuration menu
    Copy the full SHA
    09a1682 View commit details
    Browse the repository at this point in the history
  2. chore: bump astral-sh/setup-uv from 8.3.2 to 9.0.0 in the actions gro…

    …up (pybind#236)
    
    Bumps the actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).
    
    
    Updates `astral-sh/setup-uv` from 8.3.2 to 9.0.0
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@v8.3.2...v9.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: astral-sh/setup-uv
      dependency-version: 9.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 27, 2026
    Configuration menu
    Copy the full SHA
    657c9f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2026

  1. chore: bump pypa/cibuildwheel from 4.1 to 4.2 in the actions group (p…

    …ybind#238)
    
    Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).
    
    
    Updates `pypa/cibuildwheel` from 4.1 to 4.2
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v4.1...v4.2)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/cibuildwheel
      dependency-version: '4.2'
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 17, 2026
    Configuration menu
    Copy the full SHA
    5d70a0a View commit details
    Browse the repository at this point in the history
  2. chore: update pre-commit hooks (pybind#237)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.16.0 → v0.16.2](astral-sh/ruff-pre-commit@v0.16.0...v0.16.2)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Aug 17, 2026
    Configuration menu
    Copy the full SHA
    9cca403 View commit details
    Browse the repository at this point in the history
Loading