v0.1.1
AdaptiveRegularization v0.1.1
Merged pull requests:
- Use SolverCore solve! (#99) (@tmigot)
- Add test on successive
solve!(#102) (@tmigot) - Add CITATION.cff (#103) (@tmigot)
- Add docstring for
solve!(#104) (@tmigot) - Save allocations with linear operators (#105) (@tmigot)
- Add more type constraints and save allocations (#106) (@tmigot)
- Dispatch on
solve_model(#108) (@tmigot) - Add abstract interface to Hessian (#110) (@tmigot)
- Remove allocations and add tests (#111) (@tmigot)
- Add more documentation on solve! (#113) (@tmigot)
- Add callback (#114) (@tmigot)
- Remove old temporary allocation tests (#115) (@tmigot)
- Move ARTrustRegion to SolverTools (#116) (@tmigot)
- Bump doc environment (#118) (@tmigot)
- Small Fix (#120) (@nrummel)
- Update with JSOBestieTemplate for AdaptiveRegularization (#122) (@tmigot)
- Update with JSOBestieTemplate for AdaptiveRegularization (#124) (@tmigot)
- Specify reset! SolverCore and NLPModels (#125) (@tmigot)
- Bump to NLPModels 0.21 (#126) (@tmigot)
Closed issues:
- Pre-allocate
stats(#62) - Infinite loop if only unsuccessful steps (#84)
- Calling solver on NLP modifies initial guess (#87)
- Add JSO callback (#88)
- Add CITATION.cff (#90)
- Move
TrustRegionstructure to SolverTools.jl (#92) - Comply with JSO-compliant solver
solve!(#93) - Remove allocations (#94)
- Allocs failure is not related to this PR, but to an update in Julia 1.10 (#100)