From 0f605f7b22a12b5502da1685d423b0e36b490648 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sun, 26 Apr 2026 18:27:36 -0400 Subject: [PATCH] Bump compat for OrdinaryDiffEq v7 / SciMLBase v3 ecosystem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add OrdinaryDiffEq = "6, 7" compat entry to allow the upcoming v7 release alongside the current v6. No source or test changes needed — the test suite already uses forward-compatible APIs (sol.u[i], sol[:, j] 2D indexing). Co-Authored-By: Chris Rackauckas --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index eb22636..ec44d5a 100644 --- a/Project.toml +++ b/Project.toml @@ -19,6 +19,7 @@ ArrayInterface = "7" ChainRulesCore = "1" ForwardDiff = "0.10.3, 1" MacroTools = "0.5" +OrdinaryDiffEq = "6, 7" PreallocationTools = "0.4, 1.0" PrecompileTools = "1" RecursiveArrayTools = "3.1, 4"