Skip to content

Releases: jump-dev/SumOfSquares.jl

v0.4.7

13 Sep 10:39
c1350a7
Compare
Choose a tag to compare

SumOfSquares v0.4.7

Diff since v0.4.6

Closed issues:

  • Use the Gram matrix as an optimization variable? (#194)

Merged pull requests:

v0.4.6

22 Apr 07:36
Compare
Choose a tag to compare

SumOfSquares v0.4.6

Diff since v0.4.5

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

01 Feb 16:01
f4028f7
Compare
Choose a tag to compare

SumOfSquares v0.4.5

Diff since v0.4.4

Merged pull requests:

v0.4.4

08 Dec 18:29
a641b6b
Compare
Choose a tag to compare

SumOfSquares v0.4.4

Diff since v0.4.3

Merged pull requests:

v0.4.3

02 Dec 11:01
Compare
Choose a tag to compare

SumOfSquares v0.4.3

Diff since v0.4.2

Merged pull requests:

v0.4.2

19 Sep 12:19
Compare
Choose a tag to compare

SumOfSquares v0.4.2

Diff since v0.4.1

Merged pull requests:

v0.4.1

13 May 23:05
Compare
Choose a tag to compare

SumOfSquares v0.4.1

Diff since v0.4.0

Closed issues:

  • Implement symmetry reduction (#7)
  • Error at test (#151)
  • error when using Symmetric() inside PSDCone constraint (#153)
  • How to cite this software in a paper? (#157)
  • Constraint with FixedPolynomialBasis? (#159)

Merged pull requests:

  • Move simple_matrix to Tests and fix Symmetric matrix constraint (#154) (@blegat)
  • Add noncommutative example (#155) (@blegat)
  • Implement newton chip (#156) (@blegat)
  • Add JuliaCon presentation bibtex entry (#158) (@blegat)
  • Add support for given polynomial basis (#160) (@blegat)

v0.4.0

25 Feb 15:06
Compare
Choose a tag to compare

SumOfSquares v0.4.0

Diff since v0.3.6

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:

v0.3.6

02 Nov 22:49
v0.3.6
Compare
Choose a tag to compare

v0.3.6 (2019-11-02)

Diff since v0.3.5

Merged pull requests:

v0.3.5

03 Sep 19:34
v0.3.5
Compare
Choose a tag to compare

v0.3.5 (2019-09-03)

Diff since v0.3.4

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)