Skip to content

Commit 2e7b1f5

Browse files
committed
v0.7.0
1 parent 12fea64 commit 2e7b1f5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Project.toml

Lines changed: 8 additions & 8 deletions
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.6.0"
3+
version = "0.7.0"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -15,10 +15,10 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1515
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
1616

1717
[compat]
18-
AbstractFFTs = "0.4"
19-
DSP = "0.6"
20-
FastGaussQuadrature = "0.4"
21-
FFTW = "≥ 0.3"
22-
SpecialFunctions = "0.8"
23-
ToeplitzMatrices = "0.6"
24-
julia = "≥ 1.0"
18+
AbstractFFTs = "0.4"
19+
DSP = "0.6"
20+
FastGaussQuadrature = "0.4"
21+
FFTW = "1"
22+
SpecialFunctions = "0.8"
23+
ToeplitzMatrices = "0.6"
24+
julia = "1"

src/libfasttransforms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const libfasttransforms = joinpath(dirname(@__DIR__), "deps", "libfasttransforms
1717

1818
if !(find_library(libfasttransforms) libfasttransforms)
1919
error("FastTransforms is not properly installed. Please run Pkg.build(\"FastTransforms\") ",
20-
"and restart Julia.")
20+
"and restart Julia. You may need to manually build if the package is in development mode.")
2121
end
2222

2323
function ft_fftw_plan_with_nthreads(n::Integer)

0 commit comments

Comments
 (0)