Skip to content

Commit d88f255

Browse files
Merge pull request #2389 from SciML/increments
Split and inactivate increment functions
2 parents a237513 + 8c819cb commit d88f255

File tree

88 files changed

+964
-915
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+964
-915
lines changed

lib/OrdinaryDiffEqAdamsBashforthMoulton/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DiffEqDevTools = "2.44.4"
2222
FastBroadcast = "0.3.5"
2323
MuladdMacro = "0.2.4"
2424
ODEProblemLibrary = "0.1.8"
25-
OrdinaryDiffEqCore = "<0.0.1, 1"
25+
OrdinaryDiffEqCore = "1.1"
2626
OrdinaryDiffEqLowOrderRK = "<0.0.1, 1"
2727
Polyester = "0.7.16"
2828
Random = "<0.0.1, 1"

lib/OrdinaryDiffEqAdamsBashforthMoulton/src/OrdinaryDiffEqAdamsBashforthMoulton.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import RecursiveArrayTools: recursivefill!
1414
using MuladdMacro, FastBroadcast
1515
import Static: False
1616
import ADTypes: AutoForwardDiff
17+
import OrdinaryDiffEqCore
1718

1819
using Reexport
1920
@reexport using DiffEqBase

0 commit comments

Comments
 (0)