From e11860ef8df18fa331992fe9a68b21ae00a6230b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Fri, 14 Jun 2024 09:57:03 +0200 Subject: [PATCH 01/11] Add missing prefix for radius --- src/eigenvalues/interval_eigenvalues.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eigenvalues/interval_eigenvalues.jl b/src/eigenvalues/interval_eigenvalues.jl index 28b1a98e..f891f1e8 100644 --- a/src/eigenvalues/interval_eigenvalues.jl +++ b/src/eigenvalues/interval_eigenvalues.jl @@ -48,7 +48,7 @@ julia> eigenbox(A, Hertz()) """ function eigenbox(A::Symmetric{Interval{T}, Matrix{Interval{T}}}, ::Rohn) where {T} - AΔ = Symmetric(radius.(A)) + AΔ = Symmetric(IntervalArithmetic.radius.(A)) Ac = Symmetric(mid.(A)) ρ = eigmax(AΔ) From 1eaf2a0655bd6ef19ff048162247856ea095bce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Mon, 17 Jun 2024 10:06:44 +0200 Subject: [PATCH 02/11] Update to LazySets v2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index bb5d28d4..3ad3f73d 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" CommonSolve = "0.2" IntervalArithmetic = "0.20.5" IntervalConstraintProgramming = "0.12" -LazySets = "1.47.2" +LazySets = "2" Reexport = "1" Requires = "1" StaticArrays = "0.12, 1" From bb4c5b8f31e9390338a78dd56a820caead0ae07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Mon, 17 Jun 2024 10:11:34 +0200 Subject: [PATCH 03/11] Bump versions --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3ad3f73d..6dac9899 100644 --- a/Project.toml +++ b/Project.toml @@ -14,8 +14,8 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] CommonSolve = "0.2" -IntervalArithmetic = "0.20.5" -IntervalConstraintProgramming = "0.12" +IntervalArithmetic = "0.22" +IntervalConstraintProgramming = "0.13" LazySets = "2" Reexport = "1" Requires = "1" From 38416094cb63ddb6b4eb416c294f902c09cd379e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Mon, 17 Jun 2024 10:13:46 +0200 Subject: [PATCH 04/11] v0.21 of IA --- Project.toml | 2 +- test/Project.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6dac9899..f54da4b5 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] CommonSolve = "0.2" -IntervalArithmetic = "0.22" +IntervalArithmetic = "0.21" IntervalConstraintProgramming = "0.13" LazySets = "2" Reexport = "1" diff --git a/test/Project.toml b/test/Project.toml index 18bccb6e..3dfeceda 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -1,5 +1,6 @@ [deps] IntervalConstraintProgramming = "138f1668-1576-5ad7-91b9-7425abbf3153" +IntervalLinearAlgebra = "92cbe1ac-9c24-436b-b0c9-5f7317aedcd5" LazySets = "b4f0291d-fe17-52bc-9479-3d1a343d9043" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" From c126c9f5017b9b1ab48a282cd30d2300a28a9d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Mon, 17 Jun 2024 10:15:36 +0200 Subject: [PATCH 05/11] Update test/Project.toml --- test/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index 3dfeceda..e5f25c23 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -6,6 +6,6 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -IntervalConstraintProgramming = "0.12" -LazySets = "1.47.2" +IntervalConstraintProgramming = "0.13" +LazySets = "2" StaticArrays = "0.12, 1" From efdd4636e586d1523089c435bae147ccf45336d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Mon, 17 Jun 2024 10:23:03 +0200 Subject: [PATCH 06/11] IA v0.20 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f54da4b5..e7ec7262 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] CommonSolve = "0.2" -IntervalArithmetic = "0.21" +IntervalArithmetic = "0.20" IntervalConstraintProgramming = "0.13" LazySets = "2" Reexport = "1" From 47410927e2a1d85abacc37d43065862fd82266e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 18 Jun 2024 09:24:32 +0200 Subject: [PATCH 07/11] Private=true --- docs/src/api/eigenvalues.md | 4 ++-- docs/src/api/precondition.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/api/eigenvalues.md b/docs/src/api/eigenvalues.md index 424dcadb..d578cef4 100644 --- a/docs/src/api/eigenvalues.md +++ b/docs/src/api/eigenvalues.md @@ -9,7 +9,7 @@ Pages = ["eigenvalues.md"] ```@autodocs Modules=[IntervalLinearAlgebra] Pages=["interval_eigenvalues.jl"] -Private=false +Private=true ``` ## Floating point eigenvalues verification @@ -17,6 +17,6 @@ Private=false ```@autodocs Modules=[IntervalLinearAlgebra] Pages=["verify_eigs.jl"] -Private=false +Private=true ``` diff --git a/docs/src/api/precondition.md b/docs/src/api/precondition.md index 2b53cfc7..46cfab08 100644 --- a/docs/src/api/precondition.md +++ b/docs/src/api/precondition.md @@ -7,5 +7,5 @@ Pages = ["precondition.md"] ```@autodocs Modules=[IntervalLinearAlgebra] Pages=["precondition.jl"] -Private=false -``` \ No newline at end of file +Private=true +``` From 77156c3827ca3fd84a28d17d9e6f1ccf731fdb5a Mon Sep 17 00:00:00 2001 From: lucaferranti Date: Tue, 9 Jul 2024 11:08:38 +0300 Subject: [PATCH 08/11] dont run documenter in strict mode --- docs/make.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/make.jl b/docs/make.jl index 9cd897ee..759285d7 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -22,6 +22,7 @@ makedocs(; authors="Luca Ferranti", repo="https://github.com/JuliaIntervals/IntervalLinearAlgebra.jl/blob/{commit}{path}#{line}", sitename="IntervalLinearAlgebra.jl", + strict=false, format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true", canonical="https://juliaintervals.github.io/IntervalLinearAlgebra.jl", From e8dd51dc68dd34aa1029c15695db08a5bc2573a8 Mon Sep 17 00:00:00 2001 From: lucaferranti Date: Tue, 9 Jul 2024 11:14:30 +0300 Subject: [PATCH 09/11] hups I cannot RTFM --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 759285d7..af76c2e5 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -22,7 +22,7 @@ makedocs(; authors="Luca Ferranti", repo="https://github.com/JuliaIntervals/IntervalLinearAlgebra.jl/blob/{commit}{path}#{line}", sitename="IntervalLinearAlgebra.jl", - strict=false, + warnonly=true, format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true", canonical="https://juliaintervals.github.io/IntervalLinearAlgebra.jl", From 9d43b4608417fd7a7960f6a1cb9f4d6829cc20f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 9 Jul 2024 10:49:32 +0200 Subject: [PATCH 10/11] IA v0.20.5 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e7ec7262..91e242d6 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] CommonSolve = "0.2" -IntervalArithmetic = "0.20" +IntervalArithmetic = "0.20.5" IntervalConstraintProgramming = "0.13" LazySets = "2" Reexport = "1" From ff1c65c199e7e6860a486d782dbb752e45456ec7 Mon Sep 17 00:00:00 2001 From: lucaferranti Date: Tue, 9 Jul 2024 12:09:00 +0300 Subject: [PATCH 11/11] bump patch version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 91e242d6..15dd974f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "IntervalLinearAlgebra" uuid = "92cbe1ac-9c24-436b-b0c9-5f7317aedcd5" authors = ["Luca Ferranti"] -version = "0.1.6" +version = "0.1.7" [deps] CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"