You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/SciML/ColPrac)
9
+
[](https://github.com/SciML/ColPrac)
SciMLBase.jl is the core interface definition of the SciML ecosystem. It is a
@@ -17,11 +17,11 @@ supply the common interface and allow for interexchange of mathematical problems
17
17
18
18
The breaking changes in v2.0 are:
19
19
20
-
*`IntegralProblem` has moved to an interface with `IntegralFunction` and `BatchedIntegralFunction` which requires specifying `prototype`s for the values to be modified
21
-
instead of `nout` and `batch`. https://github.com/SciML/SciMLBase.jl/pull/497
22
-
*`ODEProblem` was made temporarily into a `mutable struct` to allow for EnzymeRules support. Using the mutation throws a warning that this is only experimental and should not be relied on.
23
-
https://github.com/SciML/SciMLBase.jl/pull/501
24
-
*`BVProblem` now has a new interface for `TwoPointBVProblem` which splits the bc terms for the two sides, forcing a true two-point BVProblem to allow for further specializations and to allow
25
-
for wrapping Fortran solvers in the interface. https://github.com/SciML/SciMLBase.jl/pull/477
26
-
*`SDEProblem` constructor was changed to remove an anti-pattern which required passing the diffusion function `g` twice, i.e. `SDEProblem(SDEFunction(f,g),g, ...)`.
27
-
Now this is simply `SDEProblem(SDEFunction(f,g),...)`. https://github.com/SciML/SciMLBase.jl/pull/489
20
+
-`IntegralProblem` has moved to an interface with `IntegralFunction` and `BatchedIntegralFunction` which requires specifying `prototype`s for the values to be modified
21
+
instead of `nout` and `batch`. https://github.com/SciML/SciMLBase.jl/pull/497
22
+
-`ODEProblem` was made temporarily into a `mutable struct` to allow for EnzymeRules support. Using the mutation throws a warning that this is only experimental and should not be relied on.
23
+
https://github.com/SciML/SciMLBase.jl/pull/501
24
+
-`BVProblem` now has a new interface for `TwoPointBVProblem` which splits the bc terms for the two sides, forcing a true two-point BVProblem to allow for further specializations and to allow
25
+
for wrapping Fortran solvers in the interface. https://github.com/SciML/SciMLBase.jl/pull/477
26
+
-`SDEProblem` constructor was changed to remove an anti-pattern which required passing the diffusion function `g` twice, i.e. `SDEProblem(SDEFunction(f,g),g, ...)`.
27
+
Now this is simply `SDEProblem(SDEFunction(f,g),...)`. https://github.com/SciML/SciMLBase.jl/pull/489
0 commit comments