From bc3809c362216e84d32ffd89a72815435dbf32ea Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 Oct 2025 00:20:30 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for OptimizationBase to 4, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d2c1d8c5..dfbf273b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Pathfinder" uuid = "b1d3bc72-d0e7-4279-b92f-7fa5d6d2d454" -version = "0.9.24" authors = ["Seth Axen and contributors"] +version = "0.9.24" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -50,7 +50,7 @@ LogDensityProblems = "2.1.0" MCMCChains = "6.0.2, 7" Optim = "1.7.2" Optimization = "3.22, 4, 5" -OptimizationBase = "0.0.5, 1, 2, 3" +OptimizationBase = "0.0.5, 1, 2, 3, 4" OptimizationNLopt = "0.2, 0.3" OptimizationOptimJL = "0.2.1, 0.3, 0.4" PDMats = "0.11.35" From ae8ed0f8847b0676e1a7ba7fdedb928290587813 Mon Sep 17 00:00:00 2001 From: Seth Axen Date: Mon, 27 Oct 2025 13:01:49 +0100 Subject: [PATCH 2/2] Increment patch version number --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index dfbf273b..6fb7fcac 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Pathfinder" uuid = "b1d3bc72-d0e7-4279-b92f-7fa5d6d2d454" +version = "0.9.25" authors = ["Seth Axen and contributors"] -version = "0.9.24" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"