Skip to content

Commit 985e748

Browse files
Bump DiffEqBase and OrdinaryDiffEqCore for post-#3453 master changes (#3456)
- DiffEqBase 6.217.0 -> 6.218.0 (dt_epsilon default now WarnLevel in Minimal/Standard, #3445) - OrdinaryDiffEqCore 3.32.0 -> 3.33.0 (fix spurious tiny final step for fixed-dt methods, #3441) These are the only subpackages with src/ changes on master since their last registered versions. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 32ddd63 commit 985e748

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/DiffEqBase/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DiffEqBase"
22
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "6.217.0"
4+
version = "6.218.0"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

lib/OrdinaryDiffEqCore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqCore"
22
uuid = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "3.32.0"
4+
version = "3.33.0"
55

66
[deps]
77
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

0 commit comments

Comments
 (0)