Juniper.jl Versions Save

A JuMP-based Nonlinear Integer Program Solver

v0.9.2

3 months ago

Juniper v0.9.2

Diff since v0.9.0

Merged pull requests:

  • Add test for conic model with Ipopt (#238) (@odow)
  • Loosen tolerances in SCS conic test (#241) (@odow)
  • Bump to JuMP 1.0 (#244) (@odow)
  • Fix handling of {Primal,Dual}Status (#250) (@odow)
  • Update README.md for JuMP documentation (#258) (@odow)
  • Fix typo in README (#259) (@odow)
  • Fix default value for MOI.TimeLimitSec (#261) (@odow)
  • Fix feasibility pump with ScalarNonlinearFunction constraints (#264) (@odow)
  • Fix documentation build (#265) (@odow)
  • Prep for v0.9.2 (#266) (@odow)

Closed issues:

  • Too many constraints when using ipopt (#156)
  • Releases (#181)
  • JuMP's SecondOrderCone() interface broken? (#212)
  • constraint was already set for this variable and both constraints set a lower bound. (#239)
  • Disable log output to console/REPL? (#242)
  • MOSEK error 3915: There is no barx available for the solution type 2. (#246)
  • value not defined (#247)
  • Incorrect PrimalStatus if termination is not optimal (#249)
  • KNITRO as nl_solver in Juniper (#252)
  • solutions and functions from parent to child (#256)
  • Support MOI.ScalarNonlinearFunction (#262)
  • Feasibility pump errors with ScalarNonlinearFunction (#263)

v0.9.0

2 years ago

Juniper v0.9.0

Diff since v0.8.0

Closed issues:

  • Documentation (#37)
  • JuMP-free function API? (#209)
  • Can we support SCS solver? (#213)
  • Incorrect solution with conic problem (#215)
  • Add JuliaFormatter (#223)
  • Clean up JuMP code in tests (#224)
  • Remove non-cost global variables from the tests (#225)
  • Consider running fewer CI jobs (#226)
  • CI for MINLPTests (#227)
  • Calling functions that returns macro doesnt work but using macro explictly works when describing constraint? (#229)

Merged pull requests:

  • Update to JuMP v0.23 and switch from Cbc to HiGHS (#232) (@odow)
  • Apply JuliaFormatter (#233) (@odow)
  • Various clean-ups in tests (#234) (@odow)
  • Delete untested files in /test (#235) (@odow)
  • Add test for conic subsolver (#236) (@odow)
  • Prep for v0.9.0 release (#237) (@odow)

v0.8.0

2 years ago

Juniper v0.8.0

Diff since v0.7.0

Closed issues:

  • Support looking up variable/constraints by name (#172)

Merged pull requests:

  • remove return undefined value (#214) (@Wikunia)
  • Moi v0.10 (#220) (@Wikunia)
  • Update ci.yml (#222) (@odow)

v0.7.0

3 years ago

Juniper v0.7.0

Diff since v0.6.5

Closed issues:

  • ERROR: type DataType has no field optimizer_constructor (#201)
  • Error: optimizer_with_attributes not defined, when trying to run the given example (#205)

Merged pull requests:

  • Fix failures with MOI unit tests (#206) (@blegat)
  • Remove JuMP dependency (#207) (@blegat)
  • use github actions as CI (#208) (@Wikunia)
  • v0.7.0 (#210) (@Wikunia)

v0.6.5

3 years ago

Juniper v0.6.5

Diff since v0.6.4

Closed issues:

  • MIP Solver Object (#200)

Merged pull requests:

  • testing julia 1.5 (#197) (@Wikunia)
  • Simplify Bool check (#198) (@blegat)
  • Add syntax coloring in README (#199) (@blegat)
  • Bugfix when optimizer without attributes (#202) (@Wikunia)

v0.6.4

3 years ago

Juniper v0.6.4

Diff since v0.6.3

Closed issues:

  • Initialize variable before optimization (#167)
  • Better fpump test case (#192)
  • Failing on problems with no objective function (#195)

Merged pull requests:

  • Restore randomnes after optimizing with Juniper. (#191) (@tweisser)
  • test case for #192 (#193) (@Wikunia)
  • option seed + changelog (#194) (@Wikunia)
  • moved test case and added changelog (#196) (@Wikunia)

v0.6.3

4 years ago

Juniper v0.6.3

Diff since v0.6.2

Closed issues:

  • Documentation: "registered_functions" not working (#187)
  • Key not found, even with Juniper registration (#189)

Merged pull requests:

  • Fix typo in registered_functions example code (#188) (@AndiMD)
  • Registered functions didn't get registered in fpump (#190) (@Wikunia)

v0.6.2

4 years ago

Juniper v0.6.2

Diff since v0.6.1

Closed issues:

  • Variable x[1] does not belong to this model (#184)

Merged pull requests:

  • disable fpump in optimize! when all options are set (#183) (@Wikunia)
  • Bugfix nlexpressions (#185) (@Wikunia)
  • v0.6.2 (#186) (@Wikunia)

v0.6.1

4 years ago

Juniper v0.6.1

Diff since v0.6.0

Closed issues:

  • Document passing user-defined functions (#173)
  • Travis and Documeter Maintenance (#175)
  • JuMP v0.21 Support (#176)

Merged pull requests:

  • Maintenance on CI Config (#182) (@ccoffrin)
  • disable fpump in optimize! when all options are set (#183) (@Wikunia)

v0.6.0

4 years ago

Juniper v0.6.0

Diff since v0.5.3

Closed issues:

  • v0.5.3 (#178)

Merged pull requests:

  • WIP Jump v0.21 (#179) (@Wikunia)
  • Install TagBot as a GitHub Action (#180) (@JuliaTagBot)