Skip to content

Tags: jump-dev/CSDP.jl

Tags

v1.1.2

Toggle v1.1.2's commit message
[Diff since v1.1.1](v1.1.1...v1.1.2)

**Merged pull requests:**
- Remove incorrect ConstraintPrimal method in favor of fallback (#85) (@odow)
- Update README (#90) (@odow)
- Use import as to load MOI (#91) (@blegat)
- Remove failing tests thanks to new MOI release (#93) (@blegat)
- Fix CI badge in README.md (#94) (@odow)
- Prep for v1.1.2 (#95) (@odow)

v1.1.1

Toggle v1.1.1's commit message
## CSDP v1.1.1

[Diff since v1.1.0](v1.1.0...v1.1.1)



**Merged pull requests:**
- Add infeasibility certificate back (#89) (@blegat)

v1.1.0

Toggle v1.1.0's commit message
## CSDP v1.1.0

[Diff since v1.0.0](v1.0.0...v1.1.0)


**Closed issues:**
- CSDP stuck (#10)
- Test failures from Convex.jl tests (#55)
- Option :write_prob tries to read a nonexistant field m.As (#58)
- KeyError: key MathOptInterface.VariableIndex(1) not found (#79)

**Merged pull requests:**
- Update test comments (#75) (@blegat)
- Add copyright headers (#76) (@odow)
- Remove unused dimension function (#77) (@blegat)
- Remove getindex that was for MathProgBase (#78) (@blegat)
- Throw UnsupportedConstraint error in copy_to (#80) (@odow)
- Refactor src and test MOI_wrappers for style and clarity (#81) (@odow)
- Remove unreachable branches in RawOptimizerAttribute (#83) (@odow)
- Remove write_prob option (#84) (@odow)
- Remove usused method type param (#87) (@blegat)
- Add deprecation warning for keyword arguments (#88) (@blegat)

v1.0.0

Toggle v1.0.0's commit message
## CSDP v1.0.0

[Diff since v0.7.3](v0.7.3...v1.0.0)



**Merged pull requests:**
- Prep for v1.0 release (#72) (@odow)
- Add JuliaFormatter (#73) (@odow)

v0.7.3

Toggle v0.7.3's commit message
## CSDP v0.7.3

[Diff since v0.7.2](v0.7.2...v0.7.3)



**Merged pull requests:**
- Bump CSDP_jll to v600.200.1 (#70) (@blegat)

v0.7.2

Toggle v0.7.2's commit message
## CSDP v0.7.2

[Diff since v0.7.1](v0.7.1...v0.7.2)



**Merged pull requests:**
- DNMY: Breaking changes for MOI 0.10.0 (#69) (@blegat)

v0.7.1

Toggle v0.7.1's commit message
## CSDP v0.7.1

[Diff since v0.7.0](v0.7.0...v0.7.1)



**Merged pull requests:**
- Remove supports_constraint (#61) (@blegat)
- Enable tests fixed by objective bridges (#62) (@blegat)
- Accept constant offset to objective (#63) (@laurentbartholdi)
- Set MOI objective constant to CSDP (#64) (@blegat)
- Switch to Github Actions for CI (#65) (@blegat)
- Update README (#66) (@blegat)

v0.7.0

Toggle v0.7.0's commit message
## CSDP v0.7.0

[Diff since v0.6.1](v0.6.1...v0.7.0)



**Merged pull requests:**
- Drop MPB wrapper (#60) (@blegat)

v0.6.1

Toggle v0.6.1's commit message
## CSDP v0.6.1

[Diff since v0.6.0](v0.6.0...v0.6.1)



**Merged pull requests:**
- update URLs for migration to jump-dev (#57) (@mlubin)
- Use supports_add_constrained_variables (#59) (@blegat)

v0.6.0

Toggle v0.6.0's commit message
## CSDP v0.6.0

[Diff since v0.5.4](v0.5.4...v0.6.0)


**Closed issues:**
- Cant build on windows (#50)

**Merged pull requests:**
- Use CSDP_jll (#56) (@blegat)