v7.7.0
DifferentialEquations v7.7.0
Closed issues:
- Solver arrays not being cleared from memory. (#680)
- Complex number error (#910)
- MethodError: no method matching setindex(::Vector{Float64}, ::Float64, ::Int64) (#911)
- Algebraic equation in matrix form (#913)
- NeuralSDE Example (#914)
- SDE solver fixed (#915)
- ERROR: "No matching function wrapper was found!" in some special case(s) (#916)
- Advection diffusion example on Julia website has an error (#919)
- Implicit Euler and @Btime report Warning: Instability detected. Aborting (#921)
- Issue with Jump ODE problems with variable rate jumps? (#923)
- Problem installing DifferentialEquations.jl with Julia 1.8.4 (#926)
- error compiling: due to
N_VMake_Serial
(#928) - plot cost function fo estimate multiple parameters (#929)
- compile error on Windows (#930)
- Which version changed ODESolution interface? (#931)
- How to store the intermediate variables in the differentialequation function (#933)
Merged pull requests:
- Update README.md (#925) (@ErikQQY)
- Update default steady state solver (#935) (@ChrisRackauckas)