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

⬆️ Bump pyfftw from 0.13.1 to 0.15.0 #148

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps pyfftw from 0.13.1 to 0.15.0.

Release notes

Sourced from pyfftw's releases.

v0.15.0

No release notes provided.

v0.14.0

pyFFTW v0.14.0 release notes

We're happy to announce the release of pyFFTW v0.14.0!

pyFFTW is a pythonic wrapper around FFTW 3, the speedy FFT library. The ultimate aim is to present a unified interface for all the possible transforms that FFTW can perform.

pyFFTW implements the NumPy and SciPy FFT interfaces in order for users to take advantage of the speed of FFTW with minimal code modifications. A Dask FFT interface is provided as a drop-in replacement for the equivalent module in dask. For more information, examples, and documentation, please see the documentation <https://pyfftw.readthedocs.io/en/latest/>_.

A highlight of this release is compatibility with Cython 3, Python 3.12 and Numpy 2.0. This release supports Python 3.9-3.12 on Windows, MacOS and Linux. For more details on the architectures providing binary wheels on PyPI, see the full table of prebuilt wheels <https://github.com/pyFFTW/pyFFTW#wheels>_. Note that we dropped support for 32-bit Linux.

Pull requests for v0.14.0


  • Add the header a suitable args to the test compile (#354)
  • Cython 3 updates and test build linker flags (#363)
  • Add search paths for FFTW on macOS/Apple Silicon hosts (#365)
  • Fix conflicting get_platform changes in setup.py (#369)
  • Execute in a nogil environment (#375)
  • Compatibility Scipy 1.12.0 (#379)
  • Support Python 3.12 (#380)
  • Fix segfault #346 and race condition #377 (#381)
  • Build with Numpy 2.0 + no more Linux i689 + setup PDM (#383)
  • Build on MacOS ARM64 (#386)
  • Update documentation and fix readthedocs (#388)
  • Update CI release (#389)

7 authors added to this release [alphabetical by first name or login]

  • Alexey Barsuk
  • Gabriel Fougeron
  • Henry Gomersall
  • Julien Salort
  • Karl Otness
  • Phillip Tennen

... (truncated)

Commits
  • 8e32998 Merge pull request #404 from paugier/prepare-0.15.0
  • 8a59c06 Release notes 0.15.0
  • e3c0405 Merge pull request #395 from e-kwsm/378
  • 75456f1 Merge pull request #398 from ptim0626/expose-fftw-version
  • 5af072c Remove hard-coded fftw version for Windows to avoid confusion
  • ee2d38c Revert "Define FFTW_DLL for import/export symbols correctly in Windows"
  • 1607828 fix: fix signatures of fftw{l,,f}_plan_guru_r2r
  • d345174 Merge pull request #397 from e-kwsm/396
  • 7648291 Update fftw version tuple test to test version number
  • a250955 Handle unexported fftw*_version, fftw*_cc and fftw*_codelet_optim symbols in ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pyfftw](https://github.com/pyFFTW/pyFFTW) from 0.13.1 to 0.15.0.
- [Release notes](https://github.com/pyFFTW/pyFFTW/releases)
- [Commits](pyFFTW/pyFFTW@v0.13.1...v0.15.0)

---
updated-dependencies:
- dependency-name: pyfftw
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants