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

MAINT: prepare for SciPy 1.10.0 "final" #17696

Merged

Commits on Jan 3, 2023

  1. MAINT: FFT pybind11 fixups

    * remove the pybind11 version exclusion from Windows
    Meson job in GitHub actions
    
    * pin pybind11 to version `2.10.1` in `pyproject.toml`
    out of an abundance of caution re: recent issues with
    `2.10.2` (which has since been yanked from PyPI)
    
    * small adjustment to `pypocketfft.cxx` to defened
    against the segfault that occurs with pybind11 `2.10.2`
    (arguably not a bug, but safer way to initialize here)
    EthanSteinberg authored and tylerjereddy committed Jan 3, 2023
    Copy the full SHA
    34cdf05 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3e0ae1a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ac2f45f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1ab9f1b View commit details
    Browse the repository at this point in the history
  5. DOC: add missing author

    [skip azp] [skip actions] [skip cirrus]
    tylerjereddy committed Jan 3, 2023
    Copy the full SHA
    205b624 View commit details
    Browse the repository at this point in the history