Skip to content

Commit a99731a

Browse files
ChrisRackauckas-ClaudeChrisRackauckasclaude
authored
Release DelayDiffEq 6.1.1 and OrdinaryDiffEqDefault 2.4.2 with correct OrdinaryDiffEqCore floors (#4078)
#3835 changed DEOptions from 21 type params / 41 fields to 23 / 43 by adding stage_limiter!/step_limiter!. It updated lib/DelayDiffEq's construction site in the same commit, so the monorepo stayed consistent, but DelayDiffEq's version and its OrdinaryDiffEqCore floor were not touched. DelayDiffEq 6.1.0 was registered three hours earlier from the pre-#3835 tree with compat "4", so Pkg resolves it against OrdinaryDiffEqCore >= 4.8.1 and every DDE solve throws a MethodError on the DEOptions constructor. Separately, OrdinaryDiffEqDefault 2.4.1 declares OrdinaryDiffEqCore = "4.8" but references OrdinaryDiffEqCore.AutoDePSpecialize, which first exists in 4.8.1. With 4.8.0 it fails to precompile with an UndefVarError. Both are metadata-only; the source in this repo is already correct. Claude-Session: https://claude.ai/code/session_01KA1YU64UArbEbZrzF5Mvdz Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 528f821 commit a99731a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/DelayDiffEq/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DelayDiffEq"
22
uuid = "bcd4f6db-9728-5f36-b5f7-82caef46ccdb"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "6.1.0"
4+
version = "6.1.1"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -73,7 +73,7 @@ LinearAlgebra = "1"
7373
LinearSolve = "5.1"
7474
Logging = "1"
7575
OrdinaryDiffEqBDF = "2"
76-
OrdinaryDiffEqCore = "4"
76+
OrdinaryDiffEqCore = "4.8.1"
7777
OrdinaryDiffEqDefault = "2"
7878
OrdinaryDiffEqDifferentiation = "3"
7979
OrdinaryDiffEqFeagin = "2"

lib/OrdinaryDiffEqDefault/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqDefault"
22
uuid = "50262376-6c5a-4cf5-baba-aaf4f84d72d7"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "2.4.1"
4+
version = "2.4.2"
55

66
[deps]
77
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
@@ -55,7 +55,7 @@ PrecompileTools = "1.2.1, 1.3"
5555
EnumX = "1.0.4"
5656
LinearAlgebra = "1.10"
5757
SciMLBase = "3.39"
58-
OrdinaryDiffEqCore = "4.8"
58+
OrdinaryDiffEqCore = "4.8.1"
5959
SparseArrays = "1.10"
6060
Preferences = "1.5.0"
6161
StaticArrays = "1.9.18"

0 commit comments

Comments
 (0)