Skip to content

Releases: jump-dev/Xpress.jl

v0.17.1

20 Sep 08:53
ba45b1c
Compare
Choose a tag to compare

Xpress v0.17.1

Diff since v0.17.0

Merged pull requests:

Closed issues:

  • Problems finding license on Windows (#275)

v0.17.0

22 Aug 22:52
c885d03
Compare
Choose a tag to compare

Xpress v0.17.0

Diff since v0.16.2

Merged pull requests:

  • Add license headers (#219) (@odow)
  • Use Xpress_jll for binaries (#220) (@odow)
  • Use conda binaries on CI (#221) (@odow)
  • Basic tidying of code (#222) (@odow)
  • Move Lib module to subdirectory (#223) (@odow)
  • Add support for MOI.RelativeGapTolerance and MOI.AbsoluteGapTolerance (#224) (@odow)
  • Disable MIPDUALREDUCTIONS when callbacks are added (#225) (@odow)
  • Refactor setting VariablePrimalStart in MOI_wrapper.jl (#226) (@odow)
  • Remove /docs directory (#227) (@odow)
  • Remove unused test file semicontint.jl (#228) (@odow)
  • Refactor test directory (#229) (@odow)
  • Document custom attributes in the MOI wrapper (#230) (@odow)
  • Add JuliaFormatter (#231) (@odow)
  • Tidy src/MOI/MOI_wrapper.jl (#232) (@odow)
  • Fix duplicated function in test/test_MOI_wrapper.jl (#234) (@odow)
  • Ignore src/Lib from .codecov (#235) (@odow)
  • Remove calls to src/api.jl (#236) (@odow)
  • Refactor and simplify src/helper.jl (#237) (@odow)
  • Refactor and simplify src/utils.jl (#238) (@odow)
  • Move XPRS_ATTRIBUTES to src/api.jl (#239) (@odow)
  • Fix MOI.supports(::Optimizer, ::MOI.RawOptimizerAttribute) (#241) (@odow)
  • Change CRLF to LF line endings (#242) (@odow)
  • Refactor and simplify src/xprs_callbacks.jl (#243) (@odow)
  • Refactor and simplify src/MOI/MOI_callbacks.jl (#244) (@odow)
  • Simplify _indices_and_coefficients to return 0-indexed cols (#245) (@odow)
  • Add more tests to test/test_MOI_wrapper.jl (#246) (@odow)
  • Remove ConstraintName for VariableIndex constraints (#247) (@odow)
  • Add more tests to test/test_MOI_wrapper.jl (#248) (@odow)
  • Simplify _cache_primal_status to use XPRS_SOLSTATUS (#249) (@odow)
  • Remove allocations (#250) (@joaquimg)
  • Refactor src/license.jl (#251) (@odow)
  • Remove LinearAlgebra dependency (#252) (@odow)
  • Remove SparseArrays dependency (#253) (@odow)
  • Remove Random dependency (#254) (@odow)
  • Support MOI.ScalarNonlinearFunction (#255) (@odow)
  • Update wrapper of xprs.h (#257) (@odow)
  • Fix uses of code that are not supported by Xpress v8 (#258) (@odow)
  • Fix xprs.jl to use Clong instead of Cint (#259) (@odow)
  • Fix getter of MOI.ListOfConstraintIndices (#261) (@odow)
  • Fix setting Nothing for MOI.TimeLimitSec (#262) (@odow)
  • Tidy pass_names_to_solver and add tests (#263) (@odow)
  • Prep for v0.17.0 (#264) (@odow)
  • Update versions in GitHub actions (#265) (@odow)
  • Add Getting help section to README (#266) (@odow)
  • Update Xpress_jll support (#267) (@odow)
  • Remove mention of community license in README (#268) (@odow)
  • Fix XPAUTH_PATH search for license (#269) (@odow)
  • Add callback example to README (#271) (@odow)
  • update attribute controls for xpress-9.4 (#273) (@mbataillou)

Closed issues:

  • Use dispatch in add single variable constraint (#70)
  • Xpress ignore LP warm starts (#127)
  • Memory leaks (#131)
  • Document MOI-specific parameters (#168)
  • Possible bug in lazy constraints (#191)
  • Missing MOI setter for RelativeGapTolerance (#209)
  • Solver and JuMP returns not the same (#212)
  • Add JuliaFormatter (#214)
  • Consider removing src/api.jl (#215)
  • Add license headers (#216)
  • Renew CI license (#217)
  • Add support for ScalarNonlinearFunction (#233)
  • Add callback example to README (#270)
  • Unrecognized control parameter. (#272)

v0.16.2

30 Nov 11:47
3373773
Compare
Choose a tag to compare

Xpress v0.16.2

Diff since v0.16.1

Merged pull requests:

Closed issues:

  • Performance bottlenecks in MOI_wrapper (#188)
  • There is no method in MOI_wrapper that calls Lib.XPRSaddnames (#192)

v0.16.1

08 Apr 15:20
bee4112
Compare
Choose a tag to compare

Xpress v0.16.1

Diff since v0.16.0

Merged pull requests:

v0.16.0

07 Apr 22:38
9b19b2b
Compare
Choose a tag to compare

Xpress v0.16.0

Diff since v0.15.6

Merged pull requests:

v0.15.6

26 Feb 15:37
09acd14
Compare
Choose a tag to compare

Xpress v0.15.6

Diff since v0.15.5

Closed issues:

  • Setting license file separately from Xpress installation? (#182)

Merged pull requests:

v0.15.5

24 Sep 18:19
be5e6f3
Compare
Choose a tag to compare

Xpress v0.15.5

Diff since v0.15.4

Merged pull requests:

v0.15.4

20 Sep 05:46
0f2052c
Compare
Choose a tag to compare

Xpress v0.15.4

Diff since v0.15.3

Closed issues:

  • _info type-stability (#179)

Merged pull requests:

v0.15.3

12 Sep 19:08
b36a566
Compare
Choose a tag to compare

Xpress v0.15.3

Diff since v0.15.2

Closed issues:

  • Possible inconsistency in test_Delete_equality_constraint_in_binary_variable (#176)

Merged pull requests:

v0.15.2

29 Aug 18:24
5adbcc0
Compare
Choose a tag to compare

Xpress v0.15.2

Diff since v0.15.1

Closed issues:

  • [MOI] add batch methods (#66)
  • HEUREMPHASIS control Parameter value 8427 is out of range (#165)
  • Benders implementation with callbacks (#169)
  • Binary variables with bounds are incorrect (#171)

Merged pull requests: