We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ad9ad commit 56aff53Copy full SHA for 56aff53
Project.toml
@@ -1,6 +1,6 @@
1
name = "FastTransforms"
2
uuid = "057dd010-8810-581a-b7be-e3fc3b93f78c"
3
-version = "0.8.1"
+version = "0.8.2"
4
5
[deps]
6
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -22,7 +22,7 @@ BinaryProvider = "0.5.8"
22
DSP = "0.6"
23
FFTW = "1"
24
FastGaussQuadrature = "0.4"
25
-FastTransforms_jll = "0.2.12"
+FastTransforms_jll = "0.2.13"
26
Reexport = "0.2"
27
SpecialFunctions = "0.8, 0.9"
28
ToeplitzMatrices = "0.6"
deps/build.jl
@@ -1,7 +1,7 @@
using BinaryProvider
import Libdl
-version = v"0.2.12"
+version = v"0.2.13"
if arch(platform_key_abi()) != :x86_64
7
@warn "FastTransforms has only been tested on x86_64 architectures."
0 commit comments