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/AbstractFFTs.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: JuliaMath/AbstractFFTs.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 7 commits
  • 10 files changed
  • 5 contributors

Commits on Jul 16, 2022

  1. Immutable ScaledPlan

    gaurav-arya committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    10e12af View commit details
    Browse the repository at this point in the history
  2. Merge pull request #72 from gaurav-arya/scaled

    Immutable ScaledPlan
    stevengj authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    03ef58b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Support plan_inv for ScaledPlan's (#77)

    * Add plan_inv for ScaledPlan's
    
    * Add tests of plan_inv behaviour
    
    * Get type T more correct for real FFT test plans
    gaurav-arya authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    4b57f54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0918c3c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Create Invalidations.yml (#79)

    This is based on https://github.com/julia-actions/julia-invalidations. Adding such checks came up in https://discourse.julialang.org/t/potential-performance-regressions-in-julia-1-8-for-special-un-precompiled-type-dispatches-and-how-to-fix-them/86359. I suggest to add this check here since this package is widely used as a dependency.
    ranocha authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    20458e4 View commit details
    Browse the repository at this point in the history
  2. Update badges and use LaTeX for math

    - We're using GHA + Codecov rather than Travis + Coveralls
    - GitHub now renders LaTeX math in Markdown
    ararslan authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    7d698db View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Make ChainRulesCore a weak dependency on Julia >= 1.9 (#85)

    * Make ChainRulesCore a weak dependency on Julia >= 1.9
    
    * Qualify `normalization`
    
    * Check on nightly if extension works correctly
    devmotion authored Mar 7, 2023
    2 Configuration menu
    Copy the full SHA
    b2dd69c View commit details
    Browse the repository at this point in the history
Loading