Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI test matrix and support numpy 2.0. #1797

Merged
merged 7 commits into from
Jun 4, 2024
Merged

Commits on Jun 3, 2024

  1. Update CI test matrix.

    joaander committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d829923 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    311374b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9695618 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c39148c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Require pybind 2.12

    Needed for numpy 2.0 ABI. Compatible with numpy >= 1.19
    joaander committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    cd9ddd4 View commit details
    Browse the repository at this point in the history
  2. Run with images that have pybind11 2.12

    For now, test the newer compilers on the release tag only. A future PR
    will deal with the compiler warnings on the new compilers.
    joaander committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    51b2bcb View commit details
    Browse the repository at this point in the history
  3. Make workflow files.

    joaander committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9be61ba View commit details
    Browse the repository at this point in the history