Skip to content

Releases: JuliaNLSolvers/Optim.jl

v0.7.6

18 Feb 15:10
Compare
Choose a tag to compare
Update NEWS.md

v0.7.5

10 Feb 22:00
Compare
Choose a tag to compare
Update NEWS.md

v0.7.4

08 Jan 15:20
Compare
Choose a tag to compare
BigFloat compatibility for univariate optimization, fixes #271 (#336)

* BigFloat compatibility for univariate optimization, fixes #271

The univariate optimization code unintentionally assumed that the choice
variable was a Float64.  Specifically, the interfaces accommodated an
AbstractFloat, but then would crash when reporting the results because of
missing typecasts.

This patch introduces approriate typecasts and test cases.

* fix typecasts -- needed for abs_tol, rel_tol (not lower and upper)

* refactor univariate tests

* drop all Float64 fields from UnivariateOptimizationResults

v0.7.3

20 Dec 10:17
Compare
Choose a tag to compare
Update NEWS.md for v0.7.3. (#325)

v0.7.2

14 Dec 18:02
Compare
Choose a tag to compare

This is a fix for the METADATA mess from JuliaLang/METADATA.jl#7295