Skip to content

Commit d675e6a

Browse files
committed
import interlace
1 parent 8be10bf commit d675e6a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "FastTransforms"
22
uuid = "057dd010-8810-581a-b7be-e3fc3b93f78c"
3-
version = "0.14.5"
3+
version = "0.14.6"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"

src/FastTransforms.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ import FillArrays: AbstractFill, getindex_value
2828

2929
import LinearAlgebra: mul!, lmul!, ldiv!
3030

31+
import GenericFFT: interlace # imported in downstream packages
32+
3133
export leg2cheb, cheb2leg, ultra2ultra, jac2jac,
3234
lag2lag, jac2ultra, ultra2jac, jac2cheb,
3335
cheb2jac, ultra2cheb, cheb2ultra, associatedjac2jac,

0 commit comments

Comments
 (0)