From b76d454208354a2cda7428a4838815da4a09503e Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sun, 7 Jun 2026 12:03:53 -0400 Subject: [PATCH] Allow LogExpFunctions v1 Widen the LogExpFunctions [compat] from "0.3" to "0.3, 1" so ForwardDiff can be installed alongside LogExpFunctions v1.x, while still supporting the existing 0.3 series. Bump the patch version to 1.3.4. The full test suite passes with LogExpFunctions v1.0.1 resolved. Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.8 (1M context) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 48f27d2a..8d2a1cf2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ForwardDiff" uuid = "f6369f11-7733-5829-9624-2563aa707210" -version = "1.3.3" +version = "1.3.4" [deps] CommonSubexpressions = "bbf7d656-a473-5ed7-a52c-81e309532950" @@ -28,7 +28,7 @@ DiffRules = "1.4" DiffTests = "0.1" IrrationalConstants = "0.1, 0.2" JET = "0.9, 0.10, 0.11" -LogExpFunctions = "0.3" +LogExpFunctions = "0.3, 1" NaNMath = "1" Preferences = "1" SpecialFunctions = "1, 2"