Releases: SciML/NonlinearSolve.jl
Releases · SciML/NonlinearSolve.jl
v1.1.1
v1.1.0
NonlinearSolve v1.1.0
Closed issues:
- Incompatibility with CuArrays and ForwardDiff (#19)
- chunk_size argument to NewtonRaphson not respected (#53)
- GPU Compatibility for 1D Arrays (#70)
- advanced docs custom linear solver (#83)
Merged pull requests:
- use undefmatrix to init jacobian (#104) (@oscardssmith)
- Setup with SparseDiffTools (#105) (@ChrisRackauckas)
- Test GPU (#106) (@ChrisRackauckas)
- CompatHelper: add new compat entry for SparseDiffTools at version 1, (keep existing compat) (#107) (@github-actions[bot])
- NewtonRahpson -> NewtonRaphson (#108) (@DanielVandH)
- Add steady state docs and MINPACK (#110) (@ChrisRackauckas)
v1.0.1
NonlinearSolve v1.0.1
Closed issues:
- tutorial Iterator interface broken (#82)
Merged pull requests:
- CompatHelper: bump compat for NonlinearSolve to 1 for package docs, (keep existing compat) (#100) (@github-actions[bot])
- strict docs (#101) (@ArnoStrouwen)
- CompatHelper: add new compat entry for BenchmarkTools at version 1 for package docs, (keep existing compat) (#102) (@github-actions[bot])
- CompatHelper: add new compat entry for StaticArrays at version 1 for package docs, (keep existing compat) (#103) (@github-actions[bot])
v1.0.0
NonlinearSolve v1.0.0
Closed issues:
- Add tests on Regula Falsi (#3)
- Use DiffEqBase DEFAULT_LINSOLVE (#27)
- Adjoint overload (#29)
- What does
false
inNonlinearProblem{false}
mean? (#32) - warning on 1.7 about vendor() is depreciated (#42)
- Support MVectors (#49)
- Deprecation warning with mutating functions (#51)
- use LinearSolve.jl for linsolve (#61)
- Broken link in ReadMe.md (#72)
- Test of low overhead mode (#87)
DEFAULT_PRECS
is not exported by NonlinearSolve (#89)
Merged pull requests:
- Handle downstream usage issues (#88) (@ChrisRackauckas)
- canonify docs (#91) (@ArnoStrouwen)
- Change NonlinearSolve enums to SciMLBase enums (#92) (@utkarsh530)
- reproducible docs (#95) (@ArnoStrouwen)
- doc compat (#96) (@ArnoStrouwen)
- CompatHelper: add new compat entry for SimpleNonlinearSolve at version 0.1, (keep existing compat) (#97) (@github-actions[bot])
- CompatHelper: add new compat entry for DiffEqBase at version 6, (keep existing compat) (#98) (@github-actions[bot])
- more general fixes (#99) (@ChrisRackauckas)
v0.3.23
NonlinearSolve v0.3.23
Closed issues:
- Docs not found (#39)
Merged pull requests:
- More docs unification (#79) (@ArnoStrouwen)
- badges (#80) (@ArnoStrouwen)
- doc cov (#81) (@ArnoStrouwen)
- MassInstallAction: Install the Invalidations workflow on this repository (#85) (@devmotion)
- use LinearSolve.jl (#86) (@ChrisRackauckas)
v0.3.22
NonlinearSolve v0.3.22
v0.3.21
NonlinearSolve v0.3.21
Closed issues:
- Long using time (#54)
Merged pull requests:
- Format SciML Style (#74) (@ChrisRackauckas)
- change
solve
to lower level interface__solve
(#77) (@frankschae)
v0.3.20
NonlinearSolve v0.3.20
v0.3.19
NonlinearSolve v0.3.19
Merged pull requests:
- Fix the abstract type hierarchy (#71) (@ChrisRackauckas)
v0.3.18
NonlinearSolve v0.3.18
Merged pull requests:
- CompatHelper: bump compat for Setfield to 1, (keep existing compat) (#68) (@github-actions[bot])