From b5cb4a3ffd856f53c8fdfb97f10be436be1dbf8a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 May 2026 07:39:51 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for LogExpFunctions to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8cb4925..6215c5c 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] IrrationalConstants = "0.1.1, 0.2" -LogExpFunctions = "0.3.2" +LogExpFunctions = "0.3.2, 1" NaNMath = "0.3, 1" SpecialFunctions = "1.1, 2" julia = "1.3" From 8eeb34d97c749de78e51a1a38e06d15ada68bb71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20M=C3=BCller-Widmann?= Date: Fri, 29 May 2026 09:41:59 +0200 Subject: [PATCH 2/2] Update version from 1.15.1 to 1.16.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6215c5c..6626311 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DiffRules" uuid = "b552c78f-8df3-52c6-915a-8e097449b14b" -version = "1.15.1" +version = "1.16.0" [deps] IrrationalConstants = "92d709cd-6900-40b7-9082-c6be49f344b6"