Skip to content

Releases: jump-dev/SDPLR.jl

v0.2.1

24 May 06:42
d2872eb

Choose a tag to compare

SDPLR v0.2.1

Diff since v0.2.0

Merged pull requests:

v0.2.0

11 May 18:09
ac1e290

Choose a tag to compare

SDPLR v0.2.0

Diff since v0.1.2

Added

  • Added support for low-rank constraints through LowRankOpt

Breaking

  • Dropped support for Julia v1.6

Merged pull requests:

  • Add support for low rank constraint (#26) (@blegat)
  • Fix typos in README.md (#35) (@odow)
  • Enable more tests in MOI.Test.runtests (#36) (@odow)
  • Update JuliaFormatter to v2 (#38) (@blegat)

v0.1.2

04 Apr 01:40
44a1d2c

Choose a tag to compare

SDPLR v0.1.2

Diff since v0.1.1

Merged pull requests:

v0.1.1

04 Apr 00:55
85adf98

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

04 Apr 00:55
29552b8

Choose a tag to compare

What's Changed

  • Fix compilation #1 by @blegat in #2
  • Use SDPLR_jll by @blegat in #4
  • Use sdplrlib from shared library by @blegat in #5
  • Add Parameters struct by @blegat in #6
  • Add default starting solution by @blegat in #7
  • Add MOI wrapper by @blegat in #8
  • CompatHelper: add new compat entry for "MathOptInterface" at version "1.22" by @github-actions in #10
  • Run MOI test suite by @blegat in #9
  • Fix sign of objective by @blegat in #12
  • Link to the github repo in README by @blegat in #13
  • Update supported constraints in README by @blegat in #14
  • Reference open PRs for failing tests by @blegat in #15
  • Fix line search by upgrading binary by @blegat in #16
  • Add maxrank option with Barvinok-Pataki bound by @blegat in #11
  • Add attributes specifications by @blegat in #17
  • Enable ConstraintPrimal by @blegat in #18
  • Enable ConstraintDual tests by @blegat in #19
  • Remove failing tests thanks to new MOI release by @blegat in #20

New Contributors

  • @github-actions made their first contribution in #10

Full Changelog: https://github.com/jump-dev/SDPLR.jl/commits/v0.1.0