This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
Releases: SciML/SimpleNonlinearSolve.jl
Releases · SciML/SimpleNonlinearSolve.jl
v0.1.21
SimpleNonlinearSolve v0.1.21
Merged pull requests:
- Fix error in README example (#84) (@TomRottier)
- Set ITP as the default method for interval problems (#85) (@ChrisRackauckas)
v0.1.20
SimpleNonlinearSolve v0.1.20
Merged pull requests:
- Tolerance fix for interval solvers (#77) (@yash2798)
- Bump actions/checkout from 3 to 4 (#78) (@dependabot[bot])
- minor Readme changes (#79) (@yash2798)
- CompatHelper: bump compat for SciMLBase to 2, (keep existing compat) (#81) (@github-actions[bot])
Closed issues:
v0.1.19
v0.1.18
SimpleNonlinearSolve v0.1.18
Merged pull requests:
- capitalize
ITP
(#71) (@oscardssmith) - Fix ITP for problems with flipped sign (#72) (@DaniGlez)
v0.1.17
v0.1.16
v0.1.15
SimpleNonlinearSolve v0.1.15
Closed issues:
Merged pull requests:
- enable dependabot for GitHub actions (#51) (@ranocha)
- Bump actions/checkout from 1 to 3 (#52) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#53) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#54) (@dependabot[bot])
- Fix Issue #34: Add new method Alefeld, Potra, Shi (1995) (#56) (@huiyuxie)
- Add more tests to Alefeld and fix bugs (#58) (@huiyuxie)
- format (#59) (@ranocha)
- format (#60) (@ranocha)
- Use a mutable struct instead of Dict for Safe termination (#61) (@avik-pal)
- Migrate from SnoopPrecompile to PrecompileTools (#62) (@timholy)
- Add support for custom jacobians (#64) (@utkarsh530)
v0.1.14
v0.1.13
v0.1.12
SimpleNonlinearSolve v0.1.12
Merged pull requests:
- update to ArrayInterface v7 (#46) (@ChrisRackauckas)