diff --git a/Project.toml b/Project.toml index 373e52c..9e1253a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,13 +1,13 @@ name = "FINUFFT" uuid = "d8beea63-0952-562e-9c6a-8e8ef7364055" author = "Ludvig af Klinteberg " -version = "3.0.1" +version = "3.0.2" [deps] finufft_jll = "c41cd5a2-72a3-5203-9076-a500b088fc82" [compat] -finufft_jll = "2" +finufft_jll = "2.1.0" julia = "1.3" [extras] diff --git a/README.md b/README.md index b45045c..0ab113b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![codecov](https://codecov.io/gh/ludvigak/FINUFFT.jl/branch/master/graph/badge.svg?token=Tkx7kma18J)](https://codecov.io/gh/ludvigak/FINUFFT.jl) [![](https://img.shields.io/badge/docs-latest-blue.svg)](https://ludvigak.github.io/FINUFFT.jl/latest/) -This is a full-featured Julia interface to [FINUFFT](https://github.com/flatironinstitute/finufft), which is a lightweight and fast parallel nonuniform fast Fourier transform (NUFFT) library released by the Flatiron Institute. This interface stands at v3.0.1, and it uses FINUFFT version 2.0.4 (note that the interface version number is distinct from the version of the wrapped binary FINUFFT library). +This is a full-featured Julia interface to [FINUFFT](https://github.com/flatironinstitute/finufft), which is a lightweight and fast parallel nonuniform fast Fourier transform (NUFFT) library released by the Flatiron Institute. This interface stands at v3.0.2, and it uses FINUFFT version 2.1.0 (note that the interface version number is distinct from the version of the wrapped binary FINUFFT library). ## Installation