Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 08:20
· 25 commits to master since this release
c73137e

MIPVerify v0.5.0

Change Summary:

  • Silence output from solvers (#133)
  • Switch to HiGHS solver for testing (#133)
  • Bump minimum required Julia version to 1.6 (#131)
  • Drop x86 support (#131)
  • Only display progress bars when Julia is in an interactive session (#134)

Diff since v0.4.1

Closed issues:

  • How does maxpooling layer process Gurobi variable? (#46)
  • Setting a time limit for solves via main_solve_options (#127)
  • Incorrect Infeasibility Status for user extension to MIPVerify code (#128)

Merged pull requests:

  • Ignore Manifest.toml per best practice for packages. (#130) (@vtjeng)
  • Silence output from solvers for tightening and during testing (#131) (@vtjeng)
  • Cut v0.5.0 (#132) (@vtjeng)
  • Switch testing to use HiGHS.jl (#133) (@vtjeng)
  • Only display progress bars when Julia is in an interactive session (#134) (@vtjeng)