Skip to content

Releases: jump-dev/Ipopt.jl

v1.6.2

29 Feb 01:20
82d7b29
Compare
Choose a tag to compare

Ipopt v1.6.2

Diff since v1.6.1

Merged pull requests:

  • Error when new and old nonlinear APIs are mixed (#406) (@odow)
  • Prep for v1.6.2 (#407) (@odow)

v1.6.1

02 Feb 00:41
25301fa
Compare
Choose a tag to compare

Ipopt v1.6.1

Diff since v1.6.0

Merged pull requests:

Closed issues:

  • Cannot be installed properly on Alpine Linux which is a MUSL based distro (#402)
  • MUMPS_seq_jll@5.6.2 is slower than MUMPS_seq_jll@5.6.1 (#403)

v1.6.0

06 Jan 02:24
61e4046
Compare
Choose a tag to compare

Ipopt v1.6.0

Diff since v1.5.1

Merged pull requests:

Closed issues:

  • Add some pre-built "debugging" callbacks (#368)
  • Add way to change AD backend (#396)

v1.5.1

25 Oct 20:51
c524b5b
Compare
Choose a tag to compare

Ipopt v1.5.1

Diff since v1.5.0

Merged pull requests:

v1.5.0

12 Oct 14:00
0eaf817
Compare
Choose a tag to compare

Ipopt v1.5.0

Diff since v1.4.3

Merged pull requests:

Closed issues:

  • Get number of iterations after optimization (#388)

v1.4.3

08 Oct 10:43
f7ea9de
Compare
Choose a tag to compare

Ipopt v1.4.3

Diff since v1.4.2

Merged pull requests:

Closed issues:

  • Crash on Windows when optimizing with SPRAL_jll (#374)
  • Parsing an NLP (#381)
  • Ipopt does not print in Jupyter notebooks (#385)

v1.4.2

17 Aug 22:40
037c159
Compare
Choose a tag to compare

Ipopt v1.4.2

Diff since v1.4.1

Closed issues:

  • Using Ipopt in parallel threads (#375)
  • "double free or corruption" when providing duplicate hessian entries via MathOptInterface (#376)

Merged pull requests:

v1.4.1

08 Jun 04:59
adfde74
Compare
Choose a tag to compare

Ipopt v1.4.1

Diff since v1.4.0

Merged pull requests:

v1.4.0

02 Jun 05:41
95fb3f6
Compare
Choose a tag to compare

Ipopt v1.4.0

Diff since v1.3.0

Merged pull requests:

  • Add support for MOI.ScalarNonlinearFunction (#346) (@odow)
  • Prep for v1.4.0 (#366) (@odow)

v1.3.0

31 May 02:06
7b73cac
Compare
Choose a tag to compare

Ipopt v1.3.0

Diff since v1.2.1

Closed issues:

  • Linking Ipopt with linear solvers (#247)
  • Segfault julia with unavailable linear solvers (#312)
  • Linking full hsl library to Ipopt.jl on ubuntu (#342)
  • Does Ipopt.jl support giving hessian matrix in JuMP directly, without using the C_wrapper? (#356)
  • pointer being freed was not allocated (#360)
  • Invalid number in NLP function or derivative detected. (#361)
  • Issue with non-negative variable tolerance. (#362)
  • does not allow Ipopt_jll current version (#364)

Merged pull requests:

  • Migrate from SnoopPrecompile to PrecompileTools (#355) (@timholy)
  • Add support for MOI.Parameter (#357) (@odow)
  • Test Ipopt.jl with Ipopt 3.12.14 (#358) (@amontoison)
  • [README] Update installation instructions for linear solvers (#363) (@odow)
  • Prep for v1.3.0 (#365) (@odow)