NLPModels v0.22.0
Breaking changes
- drop support for Julia 1.6
- objcons! with in-place residual not defined for NLS
- the jac_lin* functions no longer take an x argument.
Merged pull requests:
- Remove the macro @. (#498) (@amontoison)
- Add
lin_nnzjandnln_nnzjand docstrings for functions (#500) (@arnavk23) - Update
jac_lin_coordmethods (#501) (@arnavk23) - Split jth_hess_residual into coord and structure functions (#502) (@arnavk23)
- Fix indent in docstring (#504) (@blegat)
- Fix indent in docstring for NLS counters (#505) (@tmigot)
- Fix objcons! for SimpleNLSModel (#507) (@arnavk23)
- Fix
objcons!for NLS models (#509) (@tmigot) - Bump support to Julia 1.10 (#517) (@tmigot)
- Update license file to show on Github (#518) (@tmigot)
- Version 0.22.0 (#519) (@tmigot)
Closed issues:
- Add test for counters of
jprodandjtprodusing the jacobian sparsity structure (#400) - jac_lin_coord doesn't need to know x (#404)
- Add
lin_nnzjandnln_nnzjin show (#413) objcons!with in-place residual not defined for NLS (#443)- Split
jth_hess_residualin coord and structure (#466) - Documentation of varscale, lagscale and conscale (#485)
- Add a buffer in NLPModelMeta for jtprod! (#496)
- Allocations in jac_op (#499)