Skip to content

Releases: jump-dev/Ipopt.jl

v1.0.4

17 Aug 03:17
7c78192
Compare
Choose a tag to compare

Ipopt v1.0.4

Diff since v1.0.3

Closed issues:

  • Tests failing on M1 (#315)
  • max_wall_time is still not working (#323)

Merged pull requests:

v1.0.3

14 Jul 03:04
e5f978c
Compare
Choose a tag to compare

Ipopt v1.0.3

Diff since v1.0.2

Closed issues:

  • initiating the lagrangian multiplier (init_lambda) (#310)
  • Failed to precompile Ipopt (#316)
  • add MathOptInterface.Name() attribute (#317)

Merged pull requests:

  • Fix type instability in _eval_hessian_lagrangian (#311) (@odow)
  • Add license headers (#314) (@odow)
  • Fix support for MOI.Name (#318) (@odow)
  • Update JuliaFormatter to v1 (#319) (@odow)

v1.0.2

03 Mar 21:40
13ea4bc
Compare
Choose a tag to compare

Ipopt v1.0.2

Diff since v1.0.1

Closed issues:

  • MA86 compile or library failure on WSL/Ubuntu within Windows: undefined symbol: cgemv_ (#300)
  • callback_value doesn't work if nonlinear constraint present (#308)

Merged pull requests:

  • [README] add more dependencies to linux HSL build (#307) (@odow)
  • Update inner.x more often in callback (#309) (@odow)

v1.0.1

22 Feb 02:26
eec0d01
Compare
Choose a tag to compare

Ipopt v1.0.1

Diff since v1.0.0

Closed issues:

  • Segmentation fault Ipopt with pardiso (#305)

Merged pull requests:

v1.0.0

20 Feb 23:22
45f9ca7
Compare
Choose a tag to compare

Ipopt v1.0.0

Diff since v0.9.1

Closed issues:

  • Error building 'Ipopt' when compiled to use with MKL Pardiso Solver (#195)
  • Linear Solver kwarg interface (#201)
  • Updating Ipopt and JuMP looks broken (#297)
  • Issue to add the Ipopt package (#298)

Merged pull requests:

v0.9.1

09 Dec 07:52
66efbc3
Compare
Choose a tag to compare

Ipopt v0.9.1

Diff since v0.9.0

Closed issues:

Merged pull requests:

  • Bump Ipopt_jll to 3.14.4 (#294) (@odow)
  • Update README with BLAS instructions for 1.7 (#296) (@odow)

v0.9.0

03 Dec 06:36
b0a499d
Compare
Choose a tag to compare

Ipopt v0.9.0

Diff since v0.8.0

Closed issues:

  • max_wall_time is not a valid option ? (#279)
  • Intermediate callback with MOI: primal values are constant along the iterations (#281)

Merged pull requests:

  • [breaking] Large refactoring of package before v1.0 (#285) (@odow)
  • Exclude SolverVersion test (#286) (@odow)
  • [breaking] refactor C API (#287) (@odow)
  • Simplify MOI wrapper (#288) (@odow)
  • Fix CallbackVariablePrimal (#289) (@odow)
  • Switch to Utilities.VariablesContainer (#290) (@odow)
  • Various improvements to MOI wrapper (#291) (@odow)

v0.8.0

19 Sep 05:40
3eeb1b6
Compare
Choose a tag to compare

Ipopt v0.8.0

Diff since v0.7.0

Closed issues:

Merged pull requests:

v0.7.0

20 Jun 21:39
302e9f2
Compare
Choose a tag to compare

Ipopt v0.7.0

Diff since v0.6.5

Closed issues:

  • Accessing Ipopt solver stats (#255)
  • Accessing OutPut File Summary (#256)
  • Optimizing multiple models with Ipopt and JuMP in parallel results in crashes (#257)
  • broken URL in README.md (#258)
  • Deprecate and remove init (#261)
  • Update to [email protected] (#263)
  • Ipopt uncostrainted with limited-memory Hessian crash (#264)
  • Compiling mpi with pardiso on ubuntu (#266)
  • HS071 link in docs dead (#267)
  • Typo in README: Linear Solvers (#269)
  • Errors related to solve_farkas on package testing (#271)

Merged pull requests:

v0.6.5

28 Nov 00:38
059f703
Compare
Choose a tag to compare

Ipopt v0.6.5

Diff since v0.6.4

Closed issues:

  • building documentation (#21)
  • pardiso, ipopt, undefined symbol: sgetrf_ (#177)
  • Using MSVC binaries (#202)
  • Implement MOI solver-dependent callback (#208)
  • Ipopt fails to load an empty model (#238)

Merged pull requests:

  • Remove rst docs and replace with Markdown (#237) (@odow)
  • Add a solver-dependent callback wrapping the Ipopt intermediate-callback (#241) (@odow)
  • Clarify linear solver instructions (#251) (@odow)
  • Allow empty models to be created (#252) (@odow)
  • Add MA86 install instructions (#253) (@odow)
  • Update Project.toml (#254) (@odow)