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