From f9b949819e209a83de38babcbda121abee1e1b32 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas Date: Mon, 7 Sep 2026 04:32:41 -0300 Subject: [PATCH] Release DiffEqGPU 3.20.2 - Recommend FullSpecialize for ModelingToolkit initialization on GPU kernels (#522) - Split GPU docs out of the CUDA Tests workflow (#525) - Fix fixed-step final state after overshoot (#526) Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 5 (1M context) Agent-Harness: Claude Code Agent-Model: claude-opus-5[1m] Claude-Session: https://claude.ai/code/session_014FEzNTLFutCmTEAZ3zBg5R --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ad81240a..3165a1c1 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.20.1" +version = "3.20.2" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"