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.14.0 #107

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2024

Bumps pyfftw from 0.13.1 to 0.14.0.

Release notes

Sourced from pyfftw's releases.

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
  • Pierre Augier

4 reviewers added to this release [alphabetical by first name or login]

... (truncated)

Commits
  • 89e2d2c Merge pull request #391 from gabrielfougeron/nogil_exe_doc
  • 633d042 Corrected typo
  • f52004a Documented the Cython interface
  • 92879c3 Merge pull request #389 from paugier/update-ci-release
  • b87ba8f Merge pull request #375 from gabrielfougeron/nogil_exe
  • dee9158 addressed oaugier's comments
  • b5687fa added header files in package_data
  • d03ecda Added similar warning to execute_nogil method.
  • c46c742 Added a few docstrings
  • 0a69755 code cleanup
  • 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.14.0.
- [Release notes](https://github.com/pyFFTW/pyFFTW/releases)
- [Commits](pyFFTW/pyFFTW@v0.13.1...v0.14.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 Aug 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2024

Superseded by #148.

@dependabot dependabot bot closed this Nov 11, 2024
@dependabot dependabot bot deleted the dependabot/pip/pyfftw-0.14.0 branch November 11, 2024 04:41
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