From b9b7b43921d32c02bffcb0cc37b8a161f4363697 Mon Sep 17 00:00:00 2001 From: Mathias Louboutin Date: Thu, 12 Aug 2021 13:53:26 -0400 Subject: [PATCH] for registration --- Project.toml | 12 +++++++++--- src/SetIntersectionProjection.jl | 3 +-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 330db93..fb5662f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,12 +1,11 @@ name = "SetIntersectionProjection" uuid = "335f7d24-6316-57dd-9c3a-df470f2b739e" authors = ["Bas Peters <1.bas.peters@gmail.com>"] -version = "0.2.0" +version = "0.2.1" [deps] Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" DistributedArrays = "aaf54ef3-cdf8-58ed-94cc-d582ad619b94" -FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" JOLI = "bb331ad6-a1cf-11e9-23da-9bcb53c69f6f" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -17,4 +16,11 @@ SortingAlgorithms = "a2af1166-a08f-5f64-846c-94a0d3cef48c" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -Wavelets = "29a6e085-ba6d-5f35-a997-948ac2efa89a" + +[compat] +julia = "1" +Interpolations = "0.13" +JOLI = "0.7" +Parameters = "0.12" +SortingAlgorithms = "1" + diff --git a/src/SetIntersectionProjection.jl b/src/SetIntersectionProjection.jl index c2838a8..678b7a3 100644 --- a/src/SetIntersectionProjection.jl +++ b/src/SetIntersectionProjection.jl @@ -5,7 +5,6 @@ using Distributed using LinearAlgebra using SparseArrays using Printf -using FFTW using Statistics #other packages @@ -13,7 +12,7 @@ using Parameters using Interpolations using DistributedArrays using JOLI -using Wavelets +using JOLI.FFTW, JOLI.Wavelets using SortingAlgorithms export log_type_PARSDMM, set_properties, PARSDMM_options, set_definitions