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: JuliaMath/FFTW.jl Loading
base: v1.7.1
Choose a base ref
...
head repository: JuliaMath/FFTW.jl Loading
compare: v1.8.0
Choose a head ref
  • 18 commits
  • 9 files changed
  • 8 contributors

Commits on Jan 11, 2023

  1. Test on the latest stable release

    This makes it easier to understand if a failure is due to nightly being buggy
    jishnub committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    374343d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    0c9639b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Support new AbstractFFTs.AdjointStyle trait for FFT and DCT plans (#249)

    * Support new AdjointStyle trait
    
    * Remove extraneous test deps
    
    * Add AbstractFFTs compat
    
    * Only run new adjoint tests on FFTW
    
    * Revert test/Project.toml change
    
    * Remove R2RAdjointStyle.(accidentally included)
    
    * Use small p for consistency
    
    * Fix typo
    gaurav-arya committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    ef8fc5b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Increase CI timeout length

    Some of the CI tests can stochastically take much longer than the expected runtime (around 3min), so this PR bumps the timeout period to avoid spurious CI failures
    gaurav-arya committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3095db4 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Allow MKL_jll v2024

    This is what's causing SciML/NonlinearSolve.jl#316. There must be a better way than versioning this every year?
    ChrisRackauckas committed Dec 10, 2023
    2 Configuration menu
    Copy the full SHA
    8aa777b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #283 from JuliaMath/ChrisRackauckas-patch-1

    Allow MKL_jll v2024
    ChrisRackauckas committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    978d18c View commit details
    Browse the repository at this point in the history
  3. Update Project.toml

    ChrisRackauckas committed Dec 10, 2023
    2 Configuration menu
    Copy the full SHA
    50fbfb2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #284 from JuliaMath/ChrisRackauckas-patch-1

    Update Project.toml
    ChrisRackauckas committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    8a3e953 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76732cd View commit details
    Browse the repository at this point in the history
  6. CI: for the macOS CI jobs with the MKL provider, force MKL_jll 2023 t…

    …o be installed (#286)
    
    CI: for the macOS CI jobs with the MKL provider, force MKL_jll 2023 to be installed
    DilumAluthge committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    7acdc2b View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Merge pull request #267 from ranocha/hr/dependabot

    enable dependabot for GitHub actions
    ViralBShah committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    aa48a41 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    6cffeea View commit details
    Browse the repository at this point in the history
  3. Bump codecov/codecov-action from 1 to 3

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e69c74e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #276 from gaurav-arya/patch-1

    Increase CI timeout length
    ViralBShah committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    16afe3d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #288 from JuliaMath/dependabot/github_actions/acti…

    …ons/checkout-4
    
    Bump actions/checkout from 3 to 4
    ViralBShah committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    99ef9ee View commit details
    Browse the repository at this point in the history
  6. Merge pull request #289 from JuliaMath/dependabot/github_actions/code…

    …cov/codecov-action-3
    
    Bump codecov/codecov-action from 1 to 3
    ViralBShah committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    e7cee3c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #258 from jishnub/patch-1

    Test on the latest stable release
    ViralBShah committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    0cc5802 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Bump to 1.8 (#291)

    stevengj committed Jan 18, 2024
    2 Configuration menu
    Copy the full SHA
    ad2ca2b View commit details
    Browse the repository at this point in the history
Loading