diff --git a/Project.toml b/Project.toml index 9afc077..14d999b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ContinuousWavelets" uuid = "96eb917e-2868-4417-9cb6-27e7ff17528f" authors = ["dsweber2 and contributors"] -version = "1.0.0" +version = "1.0.1" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" @@ -26,6 +26,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Wavelets = "29a6e085-ba6d-5f35-a997-948ac2efa89a" +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [targets] -test = ["Test", "FFTW", "Wavelets", "Interpolations", "LinearAlgebra", "Logging"] +test = ["Test", "FFTW", "Wavelets", "Interpolations", "LinearAlgebra", "Logging", "Random"] diff --git a/docs/Manifest.toml b/docs/Manifest.toml index 16dba3d..b31ded8 100644 --- a/docs/Manifest.toml +++ b/docs/Manifest.toml @@ -89,7 +89,7 @@ version = "1.5.2" deps = ["AbstractFFTs", "FFTW", "Interpolations", "LinearAlgebra", "SpecialFunctions", "Wavelets"] path = "/home/dsweber/allHail/projects/ContinuousWavelets" uuid = "96eb917e-2868-4417-9cb6-27e7ff17528f" -version = "1.0.0" +version = "1.0.1" [[Contour]] deps = ["StaticArrays"] @@ -595,9 +595,9 @@ version = "1.0.15" [[Plots]] deps = ["Base64", "Contour", "Dates", "Downloads", "FFMPEG", "FixedPointNumbers", "GR", "GeometryBasics", "JSON", "Latexify", "LinearAlgebra", "Measures", "NaNMath", "PlotThemes", "PlotUtils", "Printf", "REPL", "Random", "RecipesBase", "RecipesPipeline", "Reexport", "Requires", "Scratch", "Showoff", "SparseArrays", "Statistics", "StatsBase", "UUIDs", "UnicodeFun"] -git-tree-sha1 = "0d185e8c33401084cab546a756b387b15f76720c" +git-tree-sha1 = "93f484f18848234ac2c1387c7e5263f840cdafe3" uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" -version = "1.23.6" +version = "1.24.2" [[Polynomials]] deps = ["Intervals", "LinearAlgebra", "OffsetArrays", "RecipesBase"] @@ -648,9 +648,9 @@ uuid = "c84ed2f1-dad5-54f0-aa8e-dbefe2724439" version = "0.4.2" [[RecipesBase]] -git-tree-sha1 = "44a75aa7a527910ee3d1751d1f0e4148698add9e" +git-tree-sha1 = "6bf3f380ff52ce0832ddd3a2a7b9538ed1bcca7d" uuid = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" -version = "1.1.2" +version = "1.2.1" [[RecipesPipeline]] deps = ["Dates", "NaNMath", "PlotUtils", "RecipesBase"] @@ -803,10 +803,10 @@ uuid = "a2964d1f-97da-50d4-b82a-358c7fce9d89" version = "1.19.0+0" [[Wayland_protocols_jll]] -deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Wayland_jll"] -git-tree-sha1 = "2839f1c1296940218e35df0bbb220f2a79686670" +deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] +git-tree-sha1 = "66d72dc6fcc86352f01676e8f0f698562e60510f" uuid = "2381bf8a-dfd0-557d-9999-79630e7b1b91" -version = "1.18.0+4" +version = "1.23.0+0" [[WoodburyMatrices]] deps = ["LinearAlgebra", "SparseArrays"]