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.6.0
Choose a base ref
...
head repository: JuliaMath/FFTW.jl Loading
compare: v1.7.0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 4, 2023

  1. typos (#265)

    spaette committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    2dacf71 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

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

Commits on Apr 12, 2023

  1. reduce allocations in dims_howmany (#269)

    * reduce allocations in dims_howmany
    
    * Update src/fft.jl
    
    Co-authored-by: Steven G. Johnson <[email protected]>
    
    * Dont collect size tuple
    
    * filter for Int/Tuple regions
    
    * use tuple instead of vector region at more places
    
    * remove unused methods
    
    * test region collections
    
    * bump version to v1.7.0
    
    ---------
    
    Co-authored-by: Steven G. Johnson <[email protected]>
    jishnub and stevengj committed Apr 12, 2023
    6 Configuration menu
    Copy the full SHA
    e4a00b1 View commit details
    Browse the repository at this point in the history
Loading