From 101dcf6f2b74ed5693c16887588e3062624f5c69 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Mon, 6 Apr 2026 09:11:13 -0400 Subject: [PATCH] Bump version and update RecursiveArrayTools compat for v4 RecursiveArrayTools v4 makes AbstractVectorOfArray <: AbstractArray. This bumps the compat to allow v4 alongside existing versions and bumps the package minor version. Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.6 (1M context) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 240615d5..da88f4e6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DiffEqGPU" uuid = "071ae1c0-96b5-11e9-1965-c90190d839ea" authors = ["Chris Rackauckas", "SciML"] -version = "3.12.0" +version = "3.13.0" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -58,7 +58,7 @@ Metal = "1" MuladdMacro = "0.2" OpenCL = "0.9, 0.10" Parameters = "0.12" -RecursiveArrayTools = "3.37" +RecursiveArrayTools = "3.37, 4" SciMLBase = "2.144" Setfield = "1" SimpleDiffEq = "1.11"