diff --git a/Project.toml b/Project.toml index 4956e1f..12b4644 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MoM_Kernels" uuid = "831fc53b-0fa6-4fbb-adc4-fa1e0b19763e" authors = ["deltaeecs <1225385871@qq.com> and contributors"] -version = "0.1.0" +version = "0.1.1" [deps] FLoops = "cc61a311-1640-44b5-9fba-1b764f453329" @@ -11,7 +11,6 @@ GSL = "92c85e6c-cbff-5e0c-80f7-495c94daaecd" IncompleteLU = "40713840-3770-5561-ab4c-a76e7d0d7895" IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153" JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" -LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f" LegendrePolynomials = "3db4a2ba-fc88-11e8-3e01-49c72059a882" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e" @@ -31,10 +30,11 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" [compat] FLoops = "0.2 - 0.3" -FastGaussQuadrature = "0.5 - 1.6" +FastGaussQuadrature = "1.0 - 1.6" FoldsThreads = "0.1 - 0.2" GSL = "1.0 - 1.2" IncompleteLU = "0.2 - 0.3" +IterativeSolvers = "0.9 - 1.0" JLD2 = "0.4 - 0.5" LegendrePolynomials = "0.4 - 0.5" LinearMaps = "3.1 - 3.20" diff --git a/docs/make.jl b/docs/make.jl index 7fc5918..6d754f1 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -13,6 +13,7 @@ makedocs(; canonical="https://deltaeecs.github.io/MoM_Kernels.jl", edit_link="master", assets=String[], + size_threshold_ignore = ["index.md", "api.md"], ), pages=[ "Home" => "index.md",