-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
Hi,
besides using SciMLBase instead of DifferentialEquations.jl in the package code, the compilation load for testing + docs can be reduced as well. It would be sufficient to use OrdinaryDiffEq instead.
But recently, this has been split further, e.g. there is now OrdinaryDiffEqRosenbrock etc., see
https://docs.sciml.ai/OrdinaryDiffEq/stable/usage/
So it is now sufficient to use e.g. OrdinaryDiffEqRosenbrock. Probably due to https://github.com/SciML/OrdinaryDiffEq.jl/blob/6ec790ae0d7c4e45c29bfd3220203040451d47a5/lib/OrdinaryDiffEqRosenbrock/src/OrdinaryDiffEqRosenbrock.jl#L37 , this makes solve
available as well.
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file