Releases: JuliaNLSolvers/NLsolve.jl
Releases · JuliaNLSolvers/NLsolve.jl
v4.5.1
NLsolve v4.5.1
Merged pull requests:
- CompatHelper: bump compat for "Reexport" to "1.0" (#263) (@github-actions[bot])
v4.5.0
NLsolve v4.5.0
Closed issues:
- MethodError: Cannot
convert
an object of type CartesianIndex{3} to an object of type Int64 (#233) - Non-allocating api using StaticVectors (#238)
- Discrepancy of NLsolve with Mathematica (#239)
- Can call to mul! in newton.ls saved ? (#245)
- solve the nonlinear equation with only one variable (#250)
- i have tried to solve this in jullia 1.4.2, but got error (#251)
- How can I pass parameters to the function I want to minimize? (#252)
- Unsatisfiable requirements (#253)
Merged pull requests:
- Move update of g in newton's method (#249) (@pkofod)
- Bump Distances.jl compat to 0.10 (#255) (@mateuszbaran)
- Changes to newton.jl so that newton with linesearches works with complex numbers (#259) (@SarThak191119)
- Add CI and CompatHelper workflows (#260) (@dkarrasch)
v4.4.1
v4.4.0
NLsolve v4.4.0
Closed issues:
- DiffEqDiffTools -> FiniteDiff (#229)
- x can become NaN (#235)
- UndefRefError: access to undefined reference (#236)
- only_fj! version requests f and j separately at the same x (#240)
- Bizarre Bug (#241)
Merged pull requests:
- Install TagBot as a GitHub Action (#232) (@JuliaTagBot)
- bump Distances.jl compat (#237) (@dkarrasch)
- Make it GPU friendly. (#242) (@pkofod)
- Eval together in newton. (#243) (@pkofod)
- Better convergence assessment. (#244) (@pkofod)
v4.3.0
v4.3.0 (2020-01-24)
Merged pull requests:
- ged rid of dead code (#225) (KristofferC)
- Simplify nlsolve dispatches (#222) (devmotion)
v4.2.0
v4.1.0
Zenodo release
The is a release made for zenodo to generate a DOI.
New solver, linsolve choice, and some cleanup
Added broyden
Removed DiffBase as dependency
Add linsolve keyword
Remove deprecated (and removed) calls to eye(n)
v3.0.1 Fix the eye depreciation (#197)