Releases: rveltz/LSODA.jl
Releases · rveltz/LSODA.jl
v0.6.2
LSODA v0.6.2
Closed issues:
- Add package description (#25)
- Benchmarks (#45)
- Precompiling fail on 1.0 (#50)
- LSODA memory leak (#55)
Merged pull requests:
- Fix deprecations (#51) (@femtocleaner[bot])
- add keyword alias_u0 with default value false (#56) (@ranocha)
- plug into DEStats (#57) (@ChrisRackauckas)
- Use Ref instead of Ptr for Julia-managed memory (#58) (@ChrisRackauckas)
- revert DEStats (#59) (@ChrisRackauckas)
- Try to fix segfault (#60) (@YingboMa)
- Update to use __solve (#63) (@ChrisRackauckas)
- CompatHelper: add new compat entry for "Parameters" at version "0.12" (#64) (@github-actions[bot])
- CompatHelper: add new compat entry for "BinDeps" at version "1.0" (#65) (@github-actions[bot])
- CompatHelper: add new compat entry for "Compat" at version "3.13" (#66) (@github-actions[bot])
v1.0 update
Merge pull request #51 from rveltz/fbot/deps Fix deprecations
Syntax change
Merge pull request #46 from rveltz/syntax update for new diffeq syntax
Memory leak fixes
Merge pull request #43 from rveltz/gc GC handles and finalizers for contexts
Update for common interface compatibility changes
Merge pull request #38 from rveltz/maxiter add maxiter handling to common interface