From b1bad24828f1d5c857e5dd442bbd66a6b62a2d64 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 May 2026 00:53:41 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for LogExpFunctions to 1, (keep existing compat) --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 938854a..37ffb93 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,10 @@ name = "TransformVariables" uuid = "84d833dd-6860-57f9-a1a7-6da5db126cff" -authors = ["Tamas K. Papp "] version = "0.8.24" +authors = ["Tamas K. Papp "] + +[workspace] +projects = ["test"] [deps] ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197" @@ -38,11 +41,8 @@ DocStringExtensions = "0.8, 0.9" ForwardDiff = "0.10, 1" InverseFunctions = "0.1" LinearAlgebra = "1.6" -LogExpFunctions = "0.3" +LogExpFunctions = "0.3, 1" Random = "1.6" Reactant = "0.2.229" StaticArrays = "1" julia = "1.10" - -[workspace] -projects = ["test"] From a7dbeeb31e84bb8389d56f5b1083177e879f8995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20M=C3=BCller-Widmann?= Date: Fri, 29 May 2026 14:37:19 +0200 Subject: [PATCH 2/2] Bump version from 0.8.24 to 0.8.25 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 37ffb93..ffd8b0a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "TransformVariables" uuid = "84d833dd-6860-57f9-a1a7-6da5db126cff" -version = "0.8.24" +version = "0.8.25" authors = ["Tamas K. Papp "] [workspace]