Published June 29, 2022
| Version v7.2.0
Software
Open
SciML/DifferentialEquations.jl: v7.2.0
Creators
- 1. Massachusetts Institute of Technology
- 2. Columbia University
- 3. @JuliaComputing
- 4. @beacon-biosignals
- 5. PumasAI
- 6. Gandalf Software, Inc.
- 7. Leeds Institute for Data Analytics, University of Leeds
- 8. Julia Computing
- 9. Boston University
- 10. Imperial College
- 11. Gitter
Description
DifferentialEquations v7.2.0
Closed issues:
- DAEs and specifying states (#490)
- ContinuousCallback: affect! is not always called at the crossed condition (#551)
- DABDF2 fails with discrete callbacks (#589)
- Solving DAE with non-Vector state (#757)
- ERROR with callback: attempt to access 1-element view(::Vector{Float64}, 1:1) with eltype Float64 at index [-1] (#798)
- Parallel Ensamble Callback Error (#829)
DifferentialEquations.jl
will not compile due toLinearAlgebra.SingularException(2)
(#842)VectorContinuousCallback
not picking up threshold (#843)- Compatibility with ApproxFun (#847)
- Bug (?) in integrator interface: set_u! calls are not effective before stepping the first time (#848)
- Incorrect cache types for stiff solvers (#849)
- Discrepancy between solution of du/dt = A(t)u computed using operator and functions based approaches (#850)
- Number of jacobians created | Influence generation of new jacobian (#851)
- concrete_solve() vs. solve() (#852)
- Failure to Precompile on an M1 Mac (#853)
- EnsembleProblem multithread issue with JumpProblem (#854)
- Solution derivatives and events (#856)
- Numerical issues with Stochastic two-body problem (#857)
- Long time precompilation (#858)
- Precompilation fails in v1.7.3 (#859)
- Integrator.sol.retcode does not update after reinit!(integrator) (#861)
- An SDEProblem with non-default noise_rate_prototype has issues dealing with complex-valued problems (#865)
- Error when trying to dynamically change
tstops
duringsolve
(#868) - Precompilation issue on 1.7.2 (#872)
- How to customize solver algorithm: May be needed in some physical problem. (#873)
- DiscreteProblem keyword scale_by_time=true (#875)
Merged pull requests:
- Format SciML Style (#877) (@ChrisRackauckas)
- Update DiffEqJump to JumpProcesses (#879) (@isaacsas)
Files
SciML/DifferentialEquations.jl-v7.2.0.zip
Files
(337.5 kB)
Name | Size | Download all |
---|---|---|
md5:801d4bf5b53fc00b0fb56dbf025f3fd6
|
337.5 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/SciML/DifferentialEquations.jl/tree/v7.2.0 (URL)