Skip to content

Releases: jump-dev/MosekTools.jl

v0.15.10

30 Jul 21:35
080e215

Choose a tag to compare

MosekTools v0.15.10

Diff since v0.15.9

Merged pull requests:

Closed issues:

  • Add support for MOI.GeometricMeanCone (#210)

v0.15.9

02 Apr 23:31
814de70

Choose a tag to compare

MosekTools v0.15.9

Diff since v0.15.8

Merged pull requests:

  • Fix Scaled{PositiveSemidefiniteConeTriangle} in ListOfConstraintTypesPresent (#208) (@odow)
  • Prep for v0.15.9 (#209) (@odow)

v0.15.8

24 Mar 19:10
138aa90

Choose a tag to compare

MosekTools v0.15.8

Diff since v0.15.7

Merged pull requests:

  • Various refactoring to simplify codebase and improve style (#189) (@odow)
  • Remove DEBUG constant (#190) (@odow)
  • Remove ref2id (#191) (@odow)
  • Refactor src/variable.jl to remove indirection between Optimizer and Task (#192) (@odow)
  • Refactor src/MosekTools.jl and add tests to improve coverage (#193) (@odow)
  • Relax tests for work counters (#194) (@odow)
  • Retry test on MSK_RES_ERR_SERVER_STATUS failure (#195) (@odow)
  • Refactor src/attributes.jl to remove various indirections (#196) (@odow)
  • Fix MOI.SimplexIterations and MOI.BarrierIterations (#197) (@odow)
  • Fix MOI.ObjectiveBound and MOI.RelativeGap (#198) (@odow)
  • Add tests to improve code coverage (#199) (@odow)
  • Relax comparison in test_objective_bound_relative_gap (#200) (@odow)
  • Refactor src/constraint.jl and add tests to improve coverage (#201) (@odow)
  • Remove unnecesary MOI.modify method (#202) (@odow)
  • Fix use of let and nested functions in add_constraint (#203) (@odow)
  • Add tests to improve code coverage (#204) (@odow)
  • Fix deleting VectorAffineFunction constraints (#205) (@odow)
  • Remove Core.Box from split_scalar_matrix (#206) (@odow)
  • Prep for v0.15.8 (#207) (@odow)

Closed issues:

  • Deletion of ACC not working (#112)

v0.15.7

20 Mar 23:06
79377f8

Choose a tag to compare

MosekTools v0.15.7

Diff since v0.15.6

Merged pull requests:

  • Fix MOI.VariableBasisStatus (#168) (@odow)
  • Fix getting ConstraintFunction with matrix terms (#171) (@odow)
  • Fix test_model_VariableIndex_ConstraintName (#172) (@odow)
  • Fix support for MOI.ConstraintName (#174) (@odow)
  • Fix MOI.ListOfConstraintIndices (#175) (@odow)
  • Fix MOI.VariablePrimalStart (#176) (@odow)
  • Fix MOI.VariableName (#177) (@odow)
  • Add support for MOI.ConstraintBasisStatus (#178) (@odow)
  • Prep for v0.15.7 (#179) (@odow)
  • Fix MOI.ListOfVariableIndices (#180) (@odow)
  • Remove examples/chainsing.jl (#181) (@odow)
  • Enable test_basic_VectorOfVariables_NormCone (#182) (@odow)
  • Fix MOI.Integer conflicting with itself (#183) (@odow)
  • Enable MOI.delete in tests (#184) (@odow)
  • Remove unused functions in src/LinkedInts.jl (#185) (@odow)
  • Add tests to improve code coverage (#186) (@odow)
  • Remove unused functions in src/constraint.jl (#187) (@odow)
  • Remove mention of v8 and v9 from README.md (#188) (@odow)

Closed issues:

  • SDP barA matrices are not added in getter of functions (#24)
  • SDP barA matrices are not added in ListOfVariableIndices (#31)
  • MOSEK error 3915: There is no barx available for the solution type 2. (#72)
  • Implement MOI.set with MOI.ConstraintSet for vector functions (#77)
  • retrieve solution when termination_status(model) = MathOptInterface.SLOW_PROGRESS (#102)
  • get'ing ConstraintFunction does not contain PSD variables (#134)

v0.15.6

18 Mar 19:57
00f39f0

Choose a tag to compare

MosekTools v0.15.6

Diff since v0.15.5

Merged pull requests:

  • Fix link in README (#151) (@odow)
  • Fix typo in README.md (#152) (@odow)
  • Add support for Mosek@11 (#154) (@odow)
  • Update actions in ci.yml (#155) (@odow)
  • Reenable tests that were segfaulting (#156) (@odow)
  • Add JuliaFormatter (#157) (@odow)
  • Delete unused files in test/ (#158) (@odow)
  • Add copyright headers to files (#159) (@odow)
  • Drop Julia v1.10 from CI jobs (#160) (@odow)
  • Remove Printf dependency (#161) (@odow)
  • Add new lines between function definitions (#162) (@odow)
  • Refactor tests into functional form (#163) (@odow)
  • Add Mosek. prefix to all calls from Mosek.jl (#164) (@odow)
  • Minor formatting changes (#165) (@odow)
  • Update README.md (#166) (@odow)
  • Prep for v0.15.6 (#167) (@odow)
  • Clean up the list of excluded tests (#169) (@odow)
  • Simplify implementation and add test for MOI.VariableName (#170) (@odow)

Closed issues:

  • Calling solve twice causes BoundsError (#57)
  • Working with external server (#101)
  • Server returned status: 500 (#149)
  • Mosek v11 (#153)

v0.15.5

12 Feb 07:44
8e28bbe

Choose a tag to compare

MosekTools v0.15.5

Diff since v0.15.4

Merged pull requests:

Closed issues:

  • Re-Solving Model after (equivalently) reformulating Objective leads to different objective value (#142)
  • Document how to set options (#146)

v0.15.4

17 Dec 12:20
8b7bd32

Choose a tag to compare

MosekTools v0.15.4

Diff since v0.15.3

Merged pull requests:

  • Fix issue with multiple matrices in same constraint (#140) (@blegat)

Closed issues:

  • Updating to MosekToolsv0.15.3 breaks many JuMP SDP codes involving OffsetArray (#139)

v0.15.3

22 Nov 11:05
798d7a5

Choose a tag to compare

MosekTools v0.15.3

Diff since v0.15.2

Merged pull requests:

  • Fix VariableBasisStatus for PSD variable (#137) (@blegat)
  • Fix bridge test for scaling bridge (#138) (@blegat)

v0.15.2

21 Nov 11:01
3f2a821

Choose a tag to compare

MosekTools v0.15.2

Diff since v0.15.1

Merged pull requests:

Closed issues:

  • Feature Request: VariableBasisStatus (#131)
  • Slow read_from_file for .cbf files containing SDP constraints (#135)

v0.15.1

09 Sep 21:04
02da577

Choose a tag to compare

MosekTools v0.15.1

Diff since v0.15.0

Merged pull requests: