From e2b84963ee547ecf2f6b1b340c79be21e365069c Mon Sep 17 00:00:00 2001 From: ChrisRackauckas Date: Mon, 11 Aug 2025 05:41:17 -0400 Subject: [PATCH 1/6] Bump compat lower bounds to exclude versions older than 3 months MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated minimum version requirements for all dependencies to exclude packages released more than 3 months ago (before May 11, 2025). This helps ensure compatibility with more recent package versions and reduces the maintenance burden of supporting very old versions. Key changes: - Adapt: 3.4, 4 → 4 - ArrayInterface: 7.10 → 7.16 - DocStringExtensions: 0.9 → 0.9.3 - FastBroadcast: 0.2.8, 0.3 → 0.3.5 - ForwardDiff: 0.10.19, 1 → 0.10.38, 1 (keeping v0.10.38+ for compatibility) - GPUArraysCore: 0.1.1, 0.2 → 0.2 - Measurements: 2.3 → 2.11 - MonteCarloMeasurements: 1.1 → 1.2 - RecipesBase: 1.1 → 1.3 - StaticArraysCore: 1.4 → 1.4.2 - StructArrays: 0.6.11, 0.7 → 0.7 - SymbolicIndexingInterface: 0.3.30 → 0.3.34 - Tables: 1.11 → 1.12 - Tracker: 0.2.15 → 0.2.34 - Zygote: 0.6.67, 0.7.10 → 0.7.10 All tests pass with the updated bounds. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- Project.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Project.toml b/Project.toml index 3c98da59..da6737ea 100644 --- a/Project.toml +++ b/Project.toml @@ -41,35 +41,35 @@ RecursiveArrayToolsTrackerExt = "Tracker" RecursiveArrayToolsZygoteExt = "Zygote" [compat] -Adapt = "3.4, 4" +Adapt = "4" Aqua = "0.8" -ArrayInterface = "7.10" -DocStringExtensions = "0.9" -FastBroadcast = "0.2.8, 0.3" -ForwardDiff = "0.10.19, 1" -GPUArraysCore = "0.1.1, 0.2" +ArrayInterface = "7.16" +DocStringExtensions = "0.9.3" +FastBroadcast = "0.3.5" +ForwardDiff = "0.10.38, 1" +GPUArraysCore = "0.2" KernelAbstractions = "0.9.36" LinearAlgebra = "1.10" -Measurements = "2.3" -MonteCarloMeasurements = "1.1" +Measurements = "2.11" +MonteCarloMeasurements = "1.2" NLsolve = "4.5" Pkg = "1" Random = "1" -RecipesBase = "1.1" +RecipesBase = "1.3" ReverseDiff = "1.15" SafeTestsets = "0.1" SciMLBase = "2" SparseArrays = "1.10" StaticArrays = "1.6" -StaticArraysCore = "1.4" +StaticArraysCore = "1.4.2" Statistics = "1.10, 1.11" -StructArrays = "0.6.11, 0.7" -SymbolicIndexingInterface = "0.3.30" -Tables = "1.11" +StructArrays = "0.7" +SymbolicIndexingInterface = "0.3.34" +Tables = "1.12" Test = "1" -Tracker = "0.2.15" +Tracker = "0.2.34" Unitful = "1" -Zygote = "0.6.67, 0.7.10" +Zygote = "0.7.10" julia = "1.10" [extras] From af9955963002a4c9cca786ce317185577fc63548 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 11 Aug 2025 06:08:43 -0400 Subject: [PATCH 2/6] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index da6737ea..7dce56b1 100644 --- a/Project.toml +++ b/Project.toml @@ -58,7 +58,7 @@ Random = "1" RecipesBase = "1.3" ReverseDiff = "1.15" SafeTestsets = "0.1" -SciMLBase = "2" +SciMLBase = "2.103" SparseArrays = "1.10" StaticArrays = "1.6" StaticArraysCore = "1.4.2" From 8c01c8279916ec45613368c39a9b5ce1adbdd904 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 11 Aug 2025 06:48:08 -0400 Subject: [PATCH 3/6] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7dce56b1..13c804c8 100644 --- a/Project.toml +++ b/Project.toml @@ -64,7 +64,7 @@ StaticArrays = "1.6" StaticArraysCore = "1.4.2" Statistics = "1.10, 1.11" StructArrays = "0.7" -SymbolicIndexingInterface = "0.3.34" +SymbolicIndexingInterface = "0.3.42" Tables = "1.12" Test = "1" Tracker = "0.2.34" From f5840955ca300259a4aa9bbd3bb1f83d3b87772f Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 11 Aug 2025 06:53:03 -0400 Subject: [PATCH 4/6] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 13c804c8..9a3b36d4 100644 --- a/Project.toml +++ b/Project.toml @@ -55,7 +55,7 @@ MonteCarloMeasurements = "1.2" NLsolve = "4.5" Pkg = "1" Random = "1" -RecipesBase = "1.3" +RecipesBase = "1.1" ReverseDiff = "1.15" SafeTestsets = "0.1" SciMLBase = "2.103" From 2eb5063184e93a147a50c35ca6fae3360de2aa0c Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 11 Aug 2025 07:44:29 -0400 Subject: [PATCH 5/6] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9a3b36d4..13c804c8 100644 --- a/Project.toml +++ b/Project.toml @@ -55,7 +55,7 @@ MonteCarloMeasurements = "1.2" NLsolve = "4.5" Pkg = "1" Random = "1" -RecipesBase = "1.1" +RecipesBase = "1.3" ReverseDiff = "1.15" SafeTestsets = "0.1" SciMLBase = "2.103" From 40b6f1f6e8fbb521373053fd84cf30a4ecf1758b Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Mon, 11 Aug 2025 09:05:30 -0400 Subject: [PATCH 6/6] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 13c804c8..7b98705f 100644 --- a/Project.toml +++ b/Project.toml @@ -55,7 +55,7 @@ MonteCarloMeasurements = "1.2" NLsolve = "4.5" Pkg = "1" Random = "1" -RecipesBase = "1.3" +RecipesBase = "1.3.4" ReverseDiff = "1.15" SafeTestsets = "0.1" SciMLBase = "2.103"