Releases: jump-dev/SDPLR.jl
Releases · jump-dev/SDPLR.jl
v0.2.1
v0.2.0
SDPLR v0.2.0
Added
- Added support for low-rank constraints through LowRankOpt
Breaking
- Dropped support for Julia v1.6
Merged pull requests:
v0.1.2
v0.1.1
What's Changed
- Update TagBot.yml by @odow in #22
- Update TagBot.yml by @odow in #23
- Update TagBot.yml by @odow in #24
- Pseudocode fix in README by @DanielBrosch in #27
- Add Factor attribute by @blegat in #28
New Contributors
- @DanielBrosch made their first contribution in #27
Full Changelog: v0.1.0...v0.1.1
v0.1.0
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