diff --git a/Project.toml b/Project.toml index 8921477259..93acdb13ad 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Ferrite" uuid = "c061ca5d-56c9-439f-9c0e-210fe06d3992" -version = "0.3.0" +version = "0.3.1" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -11,6 +11,7 @@ Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4" WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192" [compat] +NearestNeighbors = "0.4" Reexport = "1" Tensors = "1" WriteVTK = "1" diff --git a/docs/Manifest.toml b/docs/Manifest.toml index abbb1e7e64..f5a71f2847 100644 --- a/docs/Manifest.toml +++ b/docs/Manifest.toml @@ -28,9 +28,9 @@ version = "3.1.33" [[ArrayLayouts]] deps = ["FillArrays", "LinearAlgebra", "SparseArrays"] -git-tree-sha1 = "a745df3fdce8aff885e6f4a3b7427cc27ce5f86c" +git-tree-sha1 = "7a92ea1dd16472d18ca1ffcbb7b3cc67d7e78a3f" uuid = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" -version = "0.7.6" +version = "0.7.7" [[Artifacts]] uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" @@ -46,9 +46,9 @@ version = "0.1.0" [[BlockArrays]] deps = ["ArrayLayouts", "FillArrays", "LinearAlgebra"] -git-tree-sha1 = "57a7b84893e2e11739e345ecfef14e43d7ed1143" +git-tree-sha1 = "5524e27323cf4c4505699c3fb008c3f772269945" uuid = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" -version = "0.16.7" +version = "0.16.9" [[Bzip2_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] @@ -272,7 +272,7 @@ version = "0.3.2" deps = ["LinearAlgebra", "NearestNeighbors", "Reexport", "SparseArrays", "Tensors", "WriteVTK"] path = ".." uuid = "c061ca5d-56c9-439f-9c0e-210fe06d3992" -version = "0.3.0" +version = "0.3.1" [[FillArrays]] deps = ["LinearAlgebra", "Random", "SparseArrays", "Statistics"] @@ -306,9 +306,9 @@ version = "0.4.2" [[ForwardDiff]] deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "LinearAlgebra", "NaNMath", "Printf", "Random", "SpecialFunctions", "StaticArrays"] -git-tree-sha1 = "b5e930ac60b613ef3406da6d4f42c35d8dc51419" +git-tree-sha1 = "c4203b60d37059462af370c4f3108fb5d155ff13" uuid = "f6369f11-7733-5829-9624-2563aa707210" -version = "0.10.19" +version = "0.10.20" [[FreeType2_jll]] deps = ["Artifacts", "Bzip2_jll", "JLLWrappers", "Libdl", "Pkg", "Zlib_jll"] @@ -345,9 +345,9 @@ version = "0.59.0" [[GR_jll]] deps = ["Artifacts", "Bzip2_jll", "Cairo_jll", "FFMPEG_jll", "Fontconfig_jll", "GLFW_jll", "JLLWrappers", "JpegTurbo_jll", "Libdl", "Libtiff_jll", "Pixman_jll", "Pkg", "Qt5Base_jll", "Zlib_jll", "libpng_jll"] -git-tree-sha1 = "4c8c0719591e108a83fb933ac39e32731c7850ff" +git-tree-sha1 = "cafe0823979a5c9bff86224b3b8de29ea5a44b2e" uuid = "d2c73de3-f751-5644-a686-071e5b155ba9" -version = "0.60.0+0" +version = "0.61.0+0" [[GeometryBasics]] deps = ["EarCut_jll", "IterTools", "LinearAlgebra", "StaticArrays", "StructArrays", "Tables"] @@ -620,9 +620,9 @@ uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" [[LoopVectorization]] deps = ["ArrayInterface", "CPUSummary", "CloseOpenIntervals", "DocStringExtensions", "HostCPUFeatures", "IfElse", "LayoutPointers", "LinearAlgebra", "OffsetArrays", "PolyesterWeave", "Requires", "SIMDDualNumbers", "SLEEFPirates", "Static", "ThreadingUtilities", "UnPack", "VectorizationBase"] -git-tree-sha1 = "5ffe9240d653a6ff8696f13a37d9b5bd361b3394" +git-tree-sha1 = "b97b8bcf653acaae65a9b57a3a129786c98a0907" uuid = "bdcacae8-1622-11e9-2a5c-532679323890" -version = "0.12.83" +version = "0.12.84" [[MacroTools]] deps = ["Markdown", "Random"] @@ -750,9 +750,9 @@ version = "1.4.1" [[OrdinaryDiffEq]] deps = ["Adapt", "ArrayInterface", "DataStructures", "DiffEqBase", "DocStringExtensions", "ExponentialUtilities", "FastClosures", "FiniteDiff", "ForwardDiff", "LinearAlgebra", "Logging", "LoopVectorization", "MacroTools", "MuladdMacro", "NLsolve", "Polyester", "RecursiveArrayTools", "Reexport", "SparseArrays", "SparseDiffTools", "StaticArrays", "UnPack"] -git-tree-sha1 = "66816b9f09c3925ae3b072eb9ef1835c68282ed1" +git-tree-sha1 = "4341419e2badc4efd259bfd67e0726329c454ef0" uuid = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" -version = "5.64.0" +version = "5.64.1" [[PCRE_jll]] deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] @@ -802,9 +802,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"] -git-tree-sha1 = "cfbd033def161db9494f86c5d18fbf874e09e514" +git-tree-sha1 = "6841db754bd01a91d281370d9a0f8787e220ae08" uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" -version = "1.22.3" +version = "1.22.4" [[Polyester]] deps = ["ArrayInterface", "BitTwiddlingConvenienceFunctions", "CPUSummary", "IfElse", "ManualMemory", "PolyesterWeave", "Requires", "Static", "StrideArraysCore", "ThreadingUtilities"] @@ -1021,10 +1021,10 @@ uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0" version = "1.0.0" [[StatsBase]] -deps = ["DataAPI", "DataStructures", "LinearAlgebra", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"] -git-tree-sha1 = "8cbbc098554648c84f79a463c9ff0fd277144b6c" +deps = ["DataAPI", "DataStructures", "LinearAlgebra", "LogExpFunctions", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"] +git-tree-sha1 = "65fb73045d0e9aaa39ea9a29a5e7506d9ef6511f" uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" -version = "0.33.10" +version = "0.33.11" [[StatsFuns]] deps = ["ChainRulesCore", "IrrationalConstants", "LogExpFunctions", "Reexport", "Rmath", "SpecialFunctions"]