From 025d73aa63727a4ccd8824fc0a255fb14821ab1b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 20 Apr 2024 00:45:34 +0000 Subject: [PATCH 01/44] CompatHelper: bump compat for ADTypes to 1, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 1433608..0528734 100644 --- a/Project.toml +++ b/Project.toml @@ -47,7 +47,7 @@ HyperelasticsOptimizationExt = "Optimization" HyperelasticsZygoteExt = "Zygote" [compat] -ADTypes = "0.2" +ADTypes = "0.2, 1" ComponentArrays = "0.15" ContinuumMechanicsBase = "0.1" DataInterpolations = "4" @@ -58,7 +58,7 @@ LabelledArrays = "1" LossFunctions = "0.11" PackageExtensionCompat = "1" QuadGK = "2" -RecursiveArrayTools="3" +RecursiveArrayTools = "3" Reexport = "1" SciMLBase = "2" SpecialFunctions = "2" From e138de362291d679877ece2c7fdcc0c080827a62 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 May 2024 00:46:47 +0000 Subject: [PATCH 02/44] CompatHelper: add new compat entry for NaNMath in [weakdeps] at version 1, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1433608..1693c22 100644 --- a/Project.toml +++ b/Project.toml @@ -56,9 +56,10 @@ Integrals = "4" InverseLangevinApproximations = "0.2" LabelledArrays = "1" LossFunctions = "0.11" +NaNMath = "1" PackageExtensionCompat = "1" QuadGK = "2" -RecursiveArrayTools="3" +RecursiveArrayTools = "3" Reexport = "1" SciMLBase = "2" SpecialFunctions = "2" From c69683d528fe6aa7495a44aab3028d7dce29eb16 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 May 2024 00:46:49 +0000 Subject: [PATCH 03/44] CompatHelper: add new compat entry for Plots in [weakdeps] at version 1, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1433608..383f2ac 100644 --- a/Project.toml +++ b/Project.toml @@ -57,8 +57,9 @@ InverseLangevinApproximations = "0.2" LabelledArrays = "1" LossFunctions = "0.11" PackageExtensionCompat = "1" +Plots = "1" QuadGK = "2" -RecursiveArrayTools="3" +RecursiveArrayTools = "3" Reexport = "1" SciMLBase = "2" SpecialFunctions = "2" From a088905c6eea41bdebc8a6f2255be80418f8b14a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:54:28 +0000 Subject: [PATCH 04/44] Set version to 0.1.5 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a546260..954d409 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Hyperelastics" uuid = "c20c605d-adbe-46e4-9db6-e2b04c3ba023" authors = ["Carson Farmer"] -version = "0.1.4" +version = "0.1.5" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" From c7e04e1aea0106a81fd66e58e49f33cfb826ea6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:56:16 +0000 Subject: [PATCH 05/44] Set version to 0.1.5 From 9b377fdeedd46d4e586a1971af487180b1652d93 Mon Sep 17 00:00:00 2001 From: Carson Farmer Date: Mon, 22 Jul 2024 10:08:45 -0700 Subject: [PATCH 06/44] Updates to doc Project.toml --- docs/Project.toml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index e7d689c..f04a015 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -8,16 +8,4 @@ ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" Hyperelastics = "c20c605d-adbe-46e4-9db6-e2b04c3ba023" MakiePublication = "dde8697e-0d61-460d-88dd-856f66710dd1" Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba" -OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" - -[compat] -CairoMakie = "0.10, 0.11" -ComponentArrays = "0.15" -DataInterpolations = "4" -Documenter = "1" -DocumenterCitations = "1" -ForwardDiff = "0.10" -Hyperelastics = "0.1" -MakiePublication = "0.3" -Optimization = "3" -OptimizationOptimJL = "0.2" +OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" \ No newline at end of file From 50dae057b57d9a7ac86c8710dc5b3f17d7900aef Mon Sep 17 00:00:00 2001 From: Carson Farmer Date: Mon, 22 Jul 2024 10:17:56 -0700 Subject: [PATCH 07/44] updates to compat entries --- Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Project.toml b/Project.toml index 954d409..23433e0 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,6 @@ HyperelasticsOptimizationExt = "Optimization" ADTypes = "1" ComponentArrays = "0.15" ContinuumMechanicsBase = "0.1" -DataInterpolations = "5" DifferentiationInterface = "0.5" DocStringExtensions = "0.9" Integrals = "4" From abfa907219720e7e972e2680d95673a9f2088df0 Mon Sep 17 00:00:00 2001 From: Carson Farmer Date: Mon, 22 Jul 2024 10:18:51 -0700 Subject: [PATCH 08/44] Removed compats --- Project.toml | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 23433e0..097f903 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,28 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -ADTypes = "1" -ComponentArrays = "0.15" -ContinuumMechanicsBase = "0.1" -DifferentiationInterface = "0.5" -DocStringExtensions = "0.9" -Integrals = "4" -InverseLangevinApproximations = "0.2" -LabelledArrays = "1" -LossFunctions = "0.11" -NaNMath = "1" -MakieCore = "0.8" -PackageExtensionCompat = "1" -Plots = "1" -QuadGK = "2" -RecursiveArrayTools = "3" -Reexport = "1" -SciMLBase = "2" -SpecialFunctions = "2" -Statistics = "1" -StructArrays = "0.6" -Unitful = "1" -julia = "1.9" +# ADTypes = "1" +# ComponentArrays = "0.15" +# ContinuumMechanicsBase = "0.1" +# DifferentiationInterface = "0.5" +# DocStringExtensions = "0.9" +# Integrals = "4" +# InverseLangevinApproximations = "0.2" +# LabelledArrays = "1" +# LossFunctions = "0.11" +# NaNMath = "1" +# MakieCore = "0.8" +# PackageExtensionCompat = "1" +# Plots = "1" +# QuadGK = "2" +# RecursiveArrayTools = "3" +# Reexport = "1" +# SciMLBase = "2" +# SpecialFunctions = "2" +# Statistics = "1" +# StructArrays = "0.6" +# Unitful = "1" +# julia = "1.9" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From 4ddc0f98bb626c573dc63e68ce2df4ebc10620db Mon Sep 17 00:00:00 2001 From: Carson Farmer Date: Mon, 22 Jul 2024 10:48:32 -0700 Subject: [PATCH 09/44] Updates to DI.jl for AD --- docs/src/example.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/example.md b/docs/src/example.md index bd9e0a7..fe0fefd 100644 --- a/docs/src/example.md +++ b/docs/src/example.md @@ -4,7 +4,8 @@ using Hyperelastics using Optimization, OptimizationOptimJL using ComponentArrays: ComponentVector -using ForwardDiff +import ForwardDiff +using DifferentiationInterface using CairoMakie, MakiePublication set_theme!(theme_latexfonts()) ``` From 407538356cd7a9213c2097ec1cea09681da44201 Mon Sep 17 00:00:00 2001 From: Carson Farmer Date: Mon, 22 Jul 2024 11:02:33 -0700 Subject: [PATCH 10/44] Removed makie publications --- docs/src/example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/example.md b/docs/src/example.md index fe0fefd..31c39d1 100644 --- a/docs/src/example.md +++ b/docs/src/example.md @@ -6,7 +6,7 @@ using Optimization, OptimizationOptimJL using ComponentArrays: ComponentVector import ForwardDiff using DifferentiationInterface -using CairoMakie, MakiePublication +using CairoMakie set_theme!(theme_latexfonts()) ``` From 99bb6c19bb3ecd554f6a276d1161c72d75a9b240 Mon Sep 17 00:00:00 2001 From: Carson Farmer Date: Mon, 22 Jul 2024 11:02:57 -0700 Subject: [PATCH 11/44] removed mp.jl from docs/project.toml --- docs/Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index f04a015..95e61a6 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -6,6 +6,5 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" Hyperelastics = "c20c605d-adbe-46e4-9db6-e2b04c3ba023" -MakiePublication = "dde8697e-0d61-460d-88dd-856f66710dd1" Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba" OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" \ No newline at end of file From 559161dab2fada70f817d673d0b9bc1a643e4569 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:11 +0000 Subject: [PATCH 12/44] CompatHelper: add new compat entry for SciMLBase at version 2, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..12a4637 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +SciMLBase = "2" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From 0c7d224fe14041d9c2eb768da09f79eccfe57a2f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:14 +0000 Subject: [PATCH 13/44] CompatHelper: add new compat entry for ADTypes at version 1, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..2d174f9 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +ADTypes = "1" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From bfac0df59a99c9c0a1ef0f4723632bb3b10960da Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:16 +0000 Subject: [PATCH 14/44] CompatHelper: add new compat entry for Reexport at version 1, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..93d9f7d 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +Reexport = "1" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From e957130dd2603e165e6d5cb53c6f77ac17dba9ce Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:18 +0000 Subject: [PATCH 15/44] CompatHelper: add new compat entry for LossFunctions at version 0.11, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..79781e2 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +LossFunctions = "0.11" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From c5deb6088ebe28c650f3f2c29006f88be6cebe6b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:20 +0000 Subject: [PATCH 16/44] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..ed236f5 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +Statistics = "1" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From ab15fbe433f596e4a4b1d77a980b5d2393b0c216 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:21 +0000 Subject: [PATCH 17/44] CompatHelper: add new compat entry for Unitful in [weakdeps] at version 1, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..9c3dc14 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +Unitful = "1" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From 17332f5f8d66259f5f3fe48e3b1bb96474f4de7d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:23 +0000 Subject: [PATCH 18/44] CompatHelper: add new compat entry for Unitful at version 1, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..9c3dc14 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +Unitful = "1" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From 0382ecbdb0ebf95da2a7569d955af485beb88a03 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:25 +0000 Subject: [PATCH 19/44] CompatHelper: add new compat entry for DocStringExtensions at version 0.9, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..c240c24 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +DocStringExtensions = "0.9" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From a55043e47b05da7a0c59cbef711e99c6dededf66 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:26 +0000 Subject: [PATCH 20/44] CompatHelper: add new compat entry for MakieCore in [weakdeps] at version 0.8, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..465e8e1 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +MakieCore = "0.8" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From ef7c35c08ca6400fac4c0bf3ecab9fe9849d125d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:28 +0000 Subject: [PATCH 21/44] CompatHelper: add new compat entry for NaNMath in [weakdeps] at version 1, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..b7a8602 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +NaNMath = "1" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From 062ce395c17267af1fee44d5fa724a194182616f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:29 +0000 Subject: [PATCH 22/44] CompatHelper: add new compat entry for RecursiveArrayTools at version 3, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..551735b 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +RecursiveArrayTools = "3" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From 93bb75efdd3debf09661049d9fe1ceeec911be36 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:31 +0000 Subject: [PATCH 23/44] CompatHelper: add new compat entry for QuadGK at version 2, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..7c879b8 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +QuadGK = "2" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From a3a6cc0bb3e8e7fc0134a2850d142a22e41a63b9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:33 +0000 Subject: [PATCH 24/44] CompatHelper: add new compat entry for LabelledArrays at version 1, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..4396ac4 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +LabelledArrays = "1" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From 76370ab7bd293c797211c5e33d49706503f9f789 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:34 +0000 Subject: [PATCH 25/44] CompatHelper: add new compat entry for DifferentiationInterface in [weakdeps] at version 0.5, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..6572109 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +DifferentiationInterface = "0.5" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From 632760afe9e9a854ded9feb2a2ff03ac31f40c00 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:36 +0000 Subject: [PATCH 26/44] CompatHelper: add new compat entry for StructArrays at version 0.6, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..90afe81 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +StructArrays = "0.6" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From 3aeaf33a4bf2fc887dae61632d80b9d8f3a76387 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:37 +0000 Subject: [PATCH 27/44] CompatHelper: add new compat entry for ComponentArrays at version 0.15, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..c292a45 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +ComponentArrays = "0.15" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From 1a9bf42d4ec388fe3bec15f09c2005a477223bc4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:39 +0000 Subject: [PATCH 28/44] CompatHelper: add new compat entry for PackageExtensionCompat at version 1, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..59909b9 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +PackageExtensionCompat = "1" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From b890851c86139ee9b7d7594a6266628308d8986c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:41 +0000 Subject: [PATCH 29/44] CompatHelper: add new compat entry for DataInterpolations at version 5, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..f8e04a2 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +DataInterpolations = "5" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From d5697c83bae720605878ad98b2a239a4460d1b1b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:43 +0000 Subject: [PATCH 30/44] CompatHelper: add new compat entry for Integrals at version 4, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..dcd46e3 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +Integrals = "4" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From 0a402e1ce99c711a4613d2b841cf0f31fbbaf8f6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:44 +0000 Subject: [PATCH 31/44] CompatHelper: add new compat entry for InverseLangevinApproximations at version 0.2, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..28fe313 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +InverseLangevinApproximations = "0.2" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From df3bc376f9e467b17607efea019e4478c792c6d9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:46 +0000 Subject: [PATCH 32/44] CompatHelper: add new compat entry for Plots in [weakdeps] at version 1, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..716dfa9 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +Plots = "1" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From b15435700d29ad83fa7633855e369eaa133f9c26 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:48 +0000 Subject: [PATCH 33/44] CompatHelper: add new compat entry for SpecialFunctions at version 2, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..c8b9d3b 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +SpecialFunctions = "2" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From 52fafbc4d5246ecb708b581bbbea00800ce3d527 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:53:50 +0000 Subject: [PATCH 34/44] CompatHelper: add new compat entry for ContinuumMechanicsBase at version 0.1, (keep existing compat) --- Project.toml | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Project.toml b/Project.toml index 097f903..22ee0b5 100644 --- a/Project.toml +++ b/Project.toml @@ -37,28 +37,7 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -# ADTypes = "1" -# ComponentArrays = "0.15" -# ContinuumMechanicsBase = "0.1" -# DifferentiationInterface = "0.5" -# DocStringExtensions = "0.9" -# Integrals = "4" -# InverseLangevinApproximations = "0.2" -# LabelledArrays = "1" -# LossFunctions = "0.11" -# NaNMath = "1" -# MakieCore = "0.8" -# PackageExtensionCompat = "1" -# Plots = "1" -# QuadGK = "2" -# RecursiveArrayTools = "3" -# Reexport = "1" -# SciMLBase = "2" -# SpecialFunctions = "2" -# Statistics = "1" -# StructArrays = "0.6" -# Unitful = "1" -# julia = "1.9" +ContinuumMechanicsBase = "0.1" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9" From 14858c037c62600222fc91cf3a049b106cf1c5d9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:54:17 +0000 Subject: [PATCH 35/44] CompatHelper: add new compat entry for DataInterpolations at version 5 for package docs, (keep existing compat) --- docs/Project.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 95e61a6..1f8ff4b 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,4 +7,7 @@ DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" Hyperelastics = "c20c605d-adbe-46e4-9db6-e2b04c3ba023" Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba" -OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" \ No newline at end of file +OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" + +[compat] +DataInterpolations = "5" From 5201de1cc98b28187654965c767d492782c9c0c5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:54:19 +0000 Subject: [PATCH 36/44] CompatHelper: add new compat entry for OptimizationOptimJL at version 0.3 for package docs, (keep existing compat) --- docs/Project.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 95e61a6..5fdffc2 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,4 +7,7 @@ DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" Hyperelastics = "c20c605d-adbe-46e4-9db6-e2b04c3ba023" Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba" -OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" \ No newline at end of file +OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" + +[compat] +OptimizationOptimJL = "0.3" From f5efa4ee2e88f8e462f95104ac44be7ea61740b7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:54:21 +0000 Subject: [PATCH 37/44] CompatHelper: add new compat entry for Hyperelastics at version 0.1 for package docs, (keep existing compat) --- docs/Project.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 95e61a6..8fd1c9a 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,4 +7,7 @@ DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" Hyperelastics = "c20c605d-adbe-46e4-9db6-e2b04c3ba023" Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba" -OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" \ No newline at end of file +OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" + +[compat] +Hyperelastics = "0.1" From af10bbe0a5146fc60c8454e31e0f19d954123e71 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:54:22 +0000 Subject: [PATCH 38/44] CompatHelper: add new compat entry for ForwardDiff at version 0.10 for package docs, (keep existing compat) --- docs/Project.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 95e61a6..dcf30e5 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,4 +7,7 @@ DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" Hyperelastics = "c20c605d-adbe-46e4-9db6-e2b04c3ba023" Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba" -OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" \ No newline at end of file +OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" + +[compat] +ForwardDiff = "0.10" From 3d743ed5f2be3b2dfaf9ab8affac1b72cd45419c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:54:24 +0000 Subject: [PATCH 39/44] CompatHelper: add new compat entry for DocumenterCitations at version 1 for package docs, (keep existing compat) --- docs/Project.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 95e61a6..8e06b8b 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,4 +7,7 @@ DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" Hyperelastics = "c20c605d-adbe-46e4-9db6-e2b04c3ba023" Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba" -OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" \ No newline at end of file +OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" + +[compat] +DocumenterCitations = "1" From bcc2699956b8d5a7d0fba922c40b33ba3ecca921 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:54:26 +0000 Subject: [PATCH 40/44] CompatHelper: add new compat entry for CairoMakie at version 0.12 for package docs, (keep existing compat) --- docs/Project.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 95e61a6..1571b59 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,4 +7,7 @@ DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" Hyperelastics = "c20c605d-adbe-46e4-9db6-e2b04c3ba023" Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba" -OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" \ No newline at end of file +OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" + +[compat] +CairoMakie = "0.12" From dc7acafd17e3ab0ff10bdb0721a90413f84ff7c3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:54:27 +0000 Subject: [PATCH 41/44] CompatHelper: add new compat entry for Documenter at version 1 for package docs, (keep existing compat) --- docs/Project.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 95e61a6..819f307 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,4 +7,7 @@ DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" Hyperelastics = "c20c605d-adbe-46e4-9db6-e2b04c3ba023" Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba" -OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" \ No newline at end of file +OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" + +[compat] +Documenter = "1" From e93436f076e927f065e5183eeb12c1315ba508be Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:54:29 +0000 Subject: [PATCH 42/44] CompatHelper: add new compat entry for Optimization at version 3 for package docs, (keep existing compat) --- docs/Project.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 95e61a6..66f3ad7 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,4 +7,7 @@ DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" Hyperelastics = "c20c605d-adbe-46e4-9db6-e2b04c3ba023" Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba" -OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" \ No newline at end of file +OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" + +[compat] +Optimization = "3" From fd4c8995f433257282ef296465c7dddfb534b1a0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Jul 2024 00:54:31 +0000 Subject: [PATCH 43/44] CompatHelper: add new compat entry for ComponentArrays at version 0.15 for package docs, (keep existing compat) --- docs/Project.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 95e61a6..d11f76f 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,4 +7,7 @@ DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" Hyperelastics = "c20c605d-adbe-46e4-9db6-e2b04c3ba023" Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba" -OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" \ No newline at end of file +OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e" + +[compat] +ComponentArrays = "0.15" From 846ed5939f57a19961f185b10f3f677f1d70cc5a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 26 Jul 2024 00:52:17 +0000 Subject: [PATCH 44/44] CompatHelper: add new compat entry for Optimization in [weakdeps] at version 3, (keep existing compat) --- Project.toml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/Project.toml b/Project.toml index 93535c0..45530be 100644 --- a/Project.toml +++ b/Project.toml @@ -36,27 +36,28 @@ HyperelasticsDifferentiationInterfaceExt = "DifferentiationInterface" HyperelasticsOptimizationExt = "Optimization" [compat] -SciMLBase = "2" ADTypes = "1" -Reexport = "1" -LossFunctions = "0.11" -Statistics = "1" -Unitful = "1" -DocStringExtensions = "0.9" -MakieCore = "0.8" -NaNMath = "1" -RecursiveArrayTools = "3" -QuadGK = "2" -LabelledArrays = "1" -DifferentiationInterface = "0.5" -StructArrays = "0.6" ComponentArrays = "0.15" -PackageExtensionCompat = "1" +ContinuumMechanicsBase = "0.1" DataInterpolations = "5" +DifferentiationInterface = "0.5" +DocStringExtensions = "0.9" Integrals = "4" InverseLangevinApproximations = "0.2" +LabelledArrays = "1" +LossFunctions = "0.11" +MakieCore = "0.8" +NaNMath = "1" +Optimization = "3" +PackageExtensionCompat = "1" +QuadGK = "2" +RecursiveArrayTools = "3" +Reexport = "1" +SciMLBase = "2" SpecialFunctions = "2" -ContinuumMechanicsBase = "0.1" +Statistics = "1" +StructArrays = "0.6" +Unitful = "1" [extras] CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"