Releases: jump-dev/SumOfSquares.jl
Releases · jump-dev/SumOfSquares.jl
v0.4.7
SumOfSquares v0.4.7
Closed issues:
- Use the Gram matrix as an optimization variable? (#194)
Merged pull requests:
- Update to new version of SymbolicWedderburn (#195) (@blegat)
- Update symmetry reduction examples to matrix action (#196) (@blegat)
- Move symmetry code to the package (#197) (@blegat)
- use isone in even reduction (#198) (@kalmarek)
- Nicer syntax for specifying Symmetry (#199) (@blegat)
- Add upcoming JuMP-dev 2021 presentation (#200) (@blegat)
- Check that induced representation matrices are orthogonal (#201) (@blegat)
- Add POEMA presentation and slides for JuMP-dev (#203) (@blegat)
- Fix typo in docstring ref (#204) (@blegat)
- Set GKSwstype to nul (#206) (@blegat)
- Bl/update symbolicwedderburn (#209) (@kalmarek)
- Fix HomotopyContinuation example (#211) (@blegat)
- Remove !src in tutorials (#212) (@blegat)
- Add tutorial on writing SOS solver (#213) (@blegat)
- Add Schmüdgen certificate (#214) (@blegat)
- Add hypercube example (#215) (@blegat)
v0.4.6
SumOfSquares v0.4.6
Merged pull requests:
- Update to symmetry_adapted_basis branch (#184) (@blegat)
- Add example of even reduction (#185) (@blegat)
- Rework examples to work with action characters (#186) (@blegat)
- Add Dihedral symmetry for Robinson form (#187) (@blegat)
- Further reduce if degree of irrep is > 1 (#189) (@blegat)
- Move SOSDEMO8 to a Literate example (#190) (@blegat)
- CompatHelper: bump compat for "Reexport" to "1.0" (#191) (@github-actions[bot])
- Fix printing (#193) (@odow)
v0.4.5
v0.4.4
v0.4.3
SumOfSquares v0.4.3
Merged pull requests:
v0.4.2
SumOfSquares v0.4.2
Merged pull requests:
- Monomial sparsity (#161) (@blegat)
- Fix typo in documentation (#162) (@stephentu)
- Move links from juliaopt to JuMP-dev website (#164) (@blegat)
- update URLs for jump-dev migration (#165) (@mlubin)
- Add simple SOS decomposition example (#168) (@votroto)
- Fix sparse constraints with constraint of different types (#169) (@blegat)
- Add examples in doc with Literate (#170) (@blegat)
- Allow dropping monomials in monomial sparsity (#171) (@blegat)
v0.4.1
v0.4.0
SumOfSquares v0.4.0
Closed issues:
- Polynomial basis (#23)
- Problems with coding "Strict" SOS (#94)
- Exploit mutability of JuMP.AffExp when converting GramMatrix to polynomial (#123)
- Exploit mutability when summing preorder elements (#124)
- Only reduce the polynomial after computing the gram matrix (#137)
- ConstraintDual depends on certificate (#139)
- SparseMomentMatrix (#141)
Merged pull requests:
- Add MutableArithmetics (#130) (@blegat)
- Chordal sparsity (#134) (@blegat)
- Make sosdemo5 solver-independent and test with mock (#135) (@blegat)
- Add SDPNAL (#136) (@blegat)
- Add Newton and MaxDegree certificates (#138) (@blegat)
- Update BPT example (#140) (@blegat)
- Return SparseMomentMatrix for MomentMatrixAttribute of sparse constraint (#142) (@blegat)
- Fix constraint printing with domain (#143) (@blegat)
- Add support for arbitrary polynomial basis (#144) (@blegat)
- fix not properly added maximal cliques (#145) (@tweisser)
- Install TagBot as a GitHub Action (#147) (@JuliaTagBot)
- DNMY: updates for JuMP 0.21 (#148) (@lkapelevich)
- Rename sparse -> sparsity (#149) (@blegat)
- Rename remainder -> newton_of_remainder (#150) (@blegat)
- bump MultivariateBases version in compat (#152) (@chriscoey)
v0.3.6
v0.3.6 (2019-11-02)
Merged pull requests:
- Add SDPT3 (#133) (blegat)
- Fix getting attributes with Functionize bridge (#132) (blegat)
- Add function add_gram_matrix (#129) (blegat)
- Update solver tests (#127) (blegat)
- Add SDPAFamily to tests (#126) (ericphanson)
- Fixes found by adding tests with cache (#125) (blegat)
- SumOfSquares.AbstractVariableBridge -> MOI.Bridges.Variables.AbstractBridge (#122) (blegat)
v0.3.5
v0.3.5 (2019-09-03)
Merged pull requests:
- Replace MatrixConeTriangle by MOI.AbstractSymmetricMatrixSetTriangle (#121) (blegat)
- Update to MOI v0.9 and JuMP v0.20 (#120) (blegat)
- Add certificate abstraction (#119) (blegat)
- Fork/sos decomposition with domain (#118) (tweisser)
- Quadratic module fix (#117) (tweisser)
- Add JuliaCon presentation (#115) (blegat)
- Move motzkin test to Tests and test it with MockOptimizer (#114) (blegat)
- Move choi tests to Tests (#113) (blegat)
- Reexport SemialgebraicSets (#112) (blegat)