Skip to content

Releases: jump-dev/AmplNLWriter.jl

v1.2.1

20 Feb 23:03
fe30616
Compare
Choose a tag to compare

AmplNLWriter v1.2.1

Diff since v1.2.0

Merged pull requests:

  • Fix libblastrampoline with Ipopt_jll (#163) (@odow)
  • Update version of MINLPTests (#171) (@odow)
  • [README] update list of supported types (#178) (@odow)
  • Exclude more integrality tests (#179) (@odow)
  • Prep for v1.2.1 (#180) (@odow)

Closed issues:

  • Support MOI.VariableBasisStatus and MOI.ConstraintBasisStatus attributes (#169)
  • Support MOI.NonlinearScalarFunction (#177)

v1.2.0

06 Sep 23:09
b58f5f0
Compare
Choose a tag to compare

AmplNLWriter v1.2.0

Diff since v1.1.0

Merged pull requests:

  • Re-enable previously broken test (#172) (@odow)
  • Loosen requirements for flakey test (#174) (@odow)
  • Add support for MOI.ScalarNonlinearFunction (#175) (@odow)
  • Prep for v1.2.0 (#176) (@odow)

v1.1.0

05 Apr 01:08
b1d0e09
Compare
Choose a tag to compare

AmplNLWriter v1.1.0

Diff since v1.0.2

Closed issues:

  • Support MOI.TimeLimitSec (#165)
  • Return feasible solution when time limit is reached (#166)

Merged pull requests:

v1.0.2

22 Mar 02:07
80c0289
Compare
Choose a tag to compare

AmplNLWriter v1.0.2

Diff since v1.0.1

Closed issues:

  • Build and test sleqp (#156)
  • How to supress Couenne output (#158)
  • Result index of attribute MathOptInterface.VariablePrimal(1) out of bounds. (#159)
  • Couenne reports problem as optimal on time-limit (#160)
  • Where to put couenne.opt file? (#161)

Merged pull requests:

  • Work-around bug in recent Ipopt_jll releases (#162) (@odow)

v1.0.1

08 Jul 03:00
b792051
Compare
Choose a tag to compare

AmplNLWriter v1.0.1

Diff since v1.0.0

Closed issues:

  • Error Message with Incorrect Executable Specified (#153)

Merged pull requests:

v1.0.0

27 Mar 02:43
18a4fdd
Compare
Choose a tag to compare

AmplNLWriter v1.0.0

Diff since v0.8.1

Merged pull requests:

v0.8.1

28 Feb 02:14
8f7bd39
Compare
Choose a tag to compare

AmplNLWriter v0.8.1

Diff since v0.8.0

Merged pull requests:

v0.8.0

11 Nov 04:25
38af3be
Compare
Choose a tag to compare

AmplNLWriter v0.8.0

Diff since v0.7.2

Closed issues:

  • Options should be a vector of String (#147)

Merged pull requests:

v0.7.2

07 Jul 23:28
190ae32
Compare
Choose a tag to compare

AmplNLWriter v0.7.2

Diff since v0.7.1

Closed issues:

  • Test Bonmin (#138)
  • Test Couenne (#139)
  • Support MOI.SolveTime (#143)

Merged pull requests:

v0.7.1

17 Apr 21:23
0c25fcf
Compare
Choose a tag to compare

AmplNLWriter v0.7.1

Diff since v0.7.0

Merged pull requests:

  • Add linux to MINLPTests CI job (#132) (@odow)
  • Refactor how the solver is called. (#137) (@odow)