From 0da8328c0a5869f20c3939c1b8e277a7ad4b4e39 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 25 Apr 2025 06:49:09 -0400 Subject: [PATCH] Test master --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 653910d158..a9f52e45db 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,4 @@ The breaking changes in v2.0 are: for wrapping Fortran solvers in the interface. https://github.com/SciML/SciMLBase.jl/pull/477 - `SDEProblem` constructor was changed to remove an anti-pattern which required passing the diffusion function `g` twice, i.e. `SDEProblem(SDEFunction(f,g),g, ...)`. Now this is simply `SDEProblem(SDEFunction(f,g),...)`. https://github.com/SciML/SciMLBase.jl/pull/489 +