Skip to content

Releases: jump-dev/Gurobi.jl

v1.3.0

22 May 22:29
ff0047c
Compare
Choose a tag to compare

Gurobi v1.3.0

Diff since v1.2.3

Merged pull requests:

  • Use Gurobi_jll for binaries (#545) (@odow)
  • Update versions in GitHub actions (#559) (@odow)
  • Add Getting help section to README (#560) (@odow)
  • Fix performance of adding SecondOrderCone constraints (#561) (@odow)
  • Prep for v1.3.0 (#562) (@odow)

Closed issues:

  • Support deletion of SOC variables (#354)
  • Add duals for SecondOrderCones (#416)
  • Add general constraints support (#554)
  • Support Nonlinear Expressions (#556)
  • Warning: excessive time spent in model updates. when using read_from_file (#558)

v1.2.3

26 Mar 20:37
4112950
Compare
Choose a tag to compare

Gurobi v1.2.3

Diff since v1.2.2

Merged pull requests:

Closed issues:

  • Refactor constraint deletions and GRBupdatemodel (#516)

v1.2.2

12 Mar 22:58
69d2d6e
Compare
Choose a tag to compare

Gurobi v1.2.2

Diff since v1.2.1

Merged pull requests:

  • Check all return codes (#544) (@odow)
  • Add Indicator constraints to README (#547) (@odow)
  • Check feasibility of solutions in PrimalStatus and DualStatus (#548) (@odow)
  • Prep for v1.2.2 (#551) (@odow)

Closed issues:

  • Gruboi.jl does not handle out-of-memory error (#542)
  • Strange reporting with respect to feasibility (#546)
  • Install Issue (#549)

v1.2.1

20 Dec 22:12
1a911cf
Compare
Choose a tag to compare

Gurobi v1.2.1

Diff since v1.2.0

Merged pull requests:

  • Fix typo in README (#535) (@odow)
  • Add Gurobi v11 artifact for CI testing (#536) (@simonbowly)
  • Add C API from JuMP to README (#537) (@odow)
  • Fix example of Gurobi-specific attributes from JuMP in README.md (#539) (@odow)
  • Fix deleting multiple indicator constraints in MOI wrapper (#540) (@odow)
  • Prep for v1.2.1 (#541) (@odow)

Closed issues:

  • Indicator constraints could not be deleted (#538)

v1.2.0

02 Nov 07:51
114c063
Compare
Choose a tag to compare

Gurobi v1.2.0

Diff since v1.1.0

Merged pull requests:

Closed issues:

  • Problem precompiling Gurobi on 1.1.0 (#529)
  • Update to new Clang.jl version for generating future C API wrappers (#530)

v1.1.0

30 Oct 06:44
db2d8e6
Compare
Choose a tag to compare

Gurobi v1.1.0

Diff since v1.0.4

Merged pull requests:

  • Add c_column and documentation for the C API (#526) (@odow)
  • Prep for v1.1.0 (#527) (@odow)

Closed issues:

  • Document how to use C API (#412)

v1.0.4

20 Oct 21:58
78fec88
Compare
Choose a tag to compare

Gurobi v1.0.4

Diff since v1.0.3

Merged pull requests:

Closed issues:

  • Revise status logic (#519)
  • ConstraintIndex starts from 2 (#522)

v1.0.3

25 Aug 23:12
f3a85f2
Compare
Choose a tag to compare

Gurobi v1.0.3

Diff since v1.0.2

Closed issues:

  • Package does not install without Gurobi installed (#517)

Merged pull requests:

  • Fix support for MOI.TimeLimitSec (#518) (@odow)

v1.0.2

15 Aug 07:38
38464c2
Compare
Choose a tag to compare

Gurobi v1.0.2

Diff since v1.0.1

Closed issues:

  • Unable to Install Gurobi 10.0.1 version for julia (#512)
  • Bug modifying coefficient after constraint deletion (#514)

Merged pull requests:

  • Include test fixed in MOI v1.15.1 (#511) (@odow)
  • Update README.md (#513) (@odow)
  • Fix bug modifying a constraint after deletion (#515) (@odow)

v1.0.1

20 Apr 04:46
555efdf
Compare
Choose a tag to compare

Gurobi v1.0.1

Diff since v1.0.0

Closed issues:

  • Error building Gurobi: ERROR: LoadError: Unable to locate Gurobi installation. (#506)
  • Error building Gurobi (#507)

Merged pull requests:

  • Update README (#508) (@odow)
  • Fix changing the number of multiple objectives (#510) (@odow)