Releases: jump-dev/MosekTools.jl
Releases · jump-dev/MosekTools.jl
v0.15.10
v0.15.9
v0.15.8
MosekTools v0.15.8
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
MosekTools v0.15.7
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
MosekTools v0.15.6
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:
v0.15.5
MosekTools v0.15.5
Merged pull requests:
- Remove test added in MOI (#141) (@blegat)
- Throw when modifying coefficient of matrix entry (#143) (@blegat)
- Test against v1.10 (#145) (@blegat)
- Clarify option setting in the README (#147) (@odow)
- README typo : thought -> though (#148) (@blegat)
- Fix modification of objective with PSD variables (#150) (@blegat)
Closed issues:
v0.15.4
MosekTools v0.15.4
Merged pull requests:
Closed issues:
- Updating to MosekToolsv0.15.3 breaks many JuMP SDP codes involving OffsetArray (#139)
v0.15.3
v0.15.2
v0.15.1
MosekTools v0.15.1
Merged pull requests: