Releases: JuliaNLSolvers/NLSolversBase.jl
Releases · JuliaNLSolvers/NLSolversBase.jl
v7.8.3
v7.8.2
NLSolversBase v7.8.2
Merged pull requests:
v7.8.1
NLSolversBase v7.8.1
Closed issues:
- allow using other array types in TwiceOrderDifferentiable finite differences (#139)
Merged pull requests:
- relax type requirement on TwiceDifferentiable (#140) (@longemen3000)
v7.8.0
v7.7.1
NLSolversBase v7.7.1
Merged pull requests:
v7.7.0
v7.6.3
NLSolversBase v7.6.3
Merged pull requests:
- Fix non-vector input Jacobian creation (#128) (@ChrisRackauckas)
v7.6.2
NLSolversBase v7.6.2
Merged pull requests:
- Autodiff support for 2nd order constraints (#116) (@longemen3000)
- Install TagBot as a GitHub Action (#120) (@JuliaTagBot)
- Fix typos in NDifferentiable examples (#121) (@ChrisRackauckas)
- Allocate df with similar, partially fixes GPU support (#123) (@charleskawczynski)
- Fix capitalisation (#124) (@harryscholes)
- Fix the use of fgh! for optimize with lower order methods. (#127) (@pkofod)
v7.6.1
v7.6.0
v7.6.0 (2020-01-23)
Closed issues:
- non-modifying fg (#106)
- [doc] explicit definition of arguments (#104)
- Incorrect initialization of derivative storage (#97)
- Better test case (#73)
Merged pull requests:
- CompatHelper: add new compat entry for "FiniteDiff" at version "2.0" (#115) (github-actions[bot])
- CompatHelper: add new compat entry for "ForwardDiff" at version "0.10" (#114) (github-actions[bot])
- CompatHelper: add new compat entry for "DiffResults" at version "1.0" (#113) (github-actions[bot])
- Fix initialization of DF and DDF's. (#112) (pkofod)
- Use FiniteDiff over Calculus and DiffEqDiffTools. (#111) (pkofod)
- Add Chunk Size parameter to OnceDifferentiable (#102) (bdeonovic)