From 05f76f70723a866fa2111073b61d564381a0dc9b Mon Sep 17 00:00:00 2001 From: ChrisRackauckas Date: Thu, 9 Apr 2026 12:42:22 +0000 Subject: [PATCH] Bump SciMLBase compat to v3 and bump version to 1.2.0 - Update SciMLBase compat bounds from "2" to "2, 3" - Bump package version from 1.1.0 to 1.2.0 - No code changes needed - all used SciMLBase types still exist in v3 (AbstractParameterizedFunction, AbstractODEProblem, AbstractDynamicalODEProblem, StandardODEProblem, has_tgrad, has_jac, check_keywords, warn_compat) Co-Authored-By: Claude Sonnet 4.6 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f6f1036..e6bb74a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GeometricIntegratorsDiffEq" uuid = "5a33fad7-5ce4-5983-9f5d-5f26ceab5c96" -version = "1.1.0" +version = "1.2.0" authors = ["Chris Rackauckas "] [deps] @@ -14,7 +14,7 @@ DiffEqBase = "6.62" ExplicitImports = "1.14.0" GeometricIntegrators = "0.15, 0.16" Reexport = "0.2, 1" -SciMLBase = "2" +SciMLBase = "2, 3" julia = "1.10" [extras]