Releases: JuliaNLSolvers/NLSolvers.jl
Releases · JuliaNLSolvers/NLSolvers.jl
v0.5.0
v0.4.0
What's Changed
- Handle edges in BrentMin. by @pkofod in #38
- Fix interface for anderson. by @pkofod in #40
- Add some init functions to nlsolve-stuff by @pkofod in #41
- Start documentation and fix things found during docs writing. by @pkofod in #45
- Fix beta in anderson by @longemen3000 in #47
- Update brentmin.jl by @pkofod in #48
- Update CI and Documenter setup by @ararslan in #50
- Anderson: incorrect initialization of γv0 by @longemen3000 in #49
neqproblem, LineSearch(Newton())
: bail out early when result is not finite by @longemen3000 in #51- (NFC) move initialization into functions by @longemen3000 in #53
- Fix doc build by @ararslan in #55
- Add/expand a few docstrings by @ararslan in #56
- Slight improvements to docs and output for bounded problems by @pkofod in #57
- Update optimization.md by @pkofod in #58
- Pkm/docss by @pkofod in #59
- Update nleq-solving docs and adjust code to support the written text. by @pkofod in #60
- Allow non-allocating dogleg by @pkofod in #65
New Contributors
- @longemen3000 made their first contribution in #47
- @ararslan made their first contribution in #50
Full Changelog: v0.3.0...v0.4.0
v0.3.0
NLSolvers v0.3.0
Closed issues:
- ProjectedNewton (#19)
- TrustRegion(Newton,NWI()) fails with BigFloat input (#20)
- ActiveBox fails when reaching maximum number of iterations (#21)
- Base.summary on Newton with custom linsolve just shows the type (#22)
- TagBot trigger issue (#29)
BrentMin
returns a tuple instead of aConvergenceInfo
object (#35)
Merged pull requests:
- Small lsq changes. (#7) (@pkofod)
- Capitalise first letter in README (demo PR) (#10) (@mohamed82008)
- Some trust region improvements and a prototype TCG (#12) (@pkofod)
- Some formatting and minor changes to the QN caches and nelder mead call. (#14) (@pkofod)
- Add a solution grabber for the proposed solution for both optimizatio… (#15) (@pkofod)
- Some cleanup an mention of algorithms in readme. (#16) (@pkofod)
- BrentMin (#18) (@pkofod)
- Fix initial B0 and add factorization options. (#23) (@pkofod)
- Fix printing of Newton and add a positive_linsolve to the package. (#26) (@pkofod)
- Fix ActiveBox that did not retract during the line search and don't s… (#27) (@pkofod)
- Custom eigen and use Hermitian instead of Symmetric. (#28) (@pkofod)
- Backtracking formatting. (#30) (@pkofod)
- Format everything. (#31) (@pkofod)
- Repeat comments. (#32) (@pkofod)
- Allow for initial B0 input in ActiveBox. (#33) (@pkofod)