Releases: jump-dev/SumOfSquares.jl
Releases · jump-dev/SumOfSquares.jl
v0.7.3
v0.7.2
SumOfSquares v0.7.2
Merged pull requests:
- Convert Goldstein example as tutorial (#315) (@blegat)
- Add JuMP-dev 2023 talk (#316) (@blegat)
- Add test for Complex bridges (#317) (@blegat)
- Update to Documenter v1 (#319) (@blegat)
- Fix simultaneous block diagonalization for Complex (#320) (@blegat)
- Fix block diag (#321) (@blegat)
- Create separate plots for X₀, Xᵤ, and B = 0 (#322) (@htadashi)
v0.7.1
SumOfSquares v0.7.1
Merged pull requests:
v0.7.0
SumOfSquares v0.7.0
Closed issues:
- unexpected behavior switching between Mosek and SCS solvers -- different optimal values (#269)
- Add Polynomial Optimization back (#285)
Merged pull requests:
- Variable-wise bounds for putinar (#282) (@blegat)
- Refactor Newton postfilter (#287) (@blegat)
- Post filter for putinar (#288) (@blegat)
- Add example of barrier certificate (#291) (@htadashi)
- Update README (#293) (@odow)
- Fix doc link in README (#294) (@blegat)
- Update to dependencies (#297) (@blegat)
- Use JuMP native complex support instead of COI (#298) (@blegat)
- Update doctests for Julia v1.9 (#299) (@blegat)
- Fix semisimple -> simple in symmetry reduction (#308) (@blegat)
- Add polynomial optimization back (#310) (@blegat)
- Add alternative syntax for SOSCone (#311) (@blegat)
- Update with new version of MultivariateMoments (#312) (@blegat)
- Fix automatic adding complex bridge (#313) (@blegat)
v0.6.4
SumOfSquares v0.6.4
Merged pull requests:
- Univariate minimization example (#263) (@blegat)
- Add chebyshev basis to univariate example (#264) (@blegat)
- Add explanation on Gram basis for Chebyshev basis (#266) (@blegat)
- Update talks (#268) (@blegat)
- Add polynomial optimization example (#271) (@blegat)
- Add Julia Set example (#272) (@blegat)
- Update link to list of solvers (#273) (@blegat)
- Add quadrotor example (#274) (@blegat)
- Add polar approach to quadrotor tutorial (#275) (@blegat)
- Fix printing with latest version of JuMP (#276) (@blegat)
- Add test/Project.toml (#277) (@blegat)
- Fix Sparse.Putinar with Newton polytope (#278) (@blegat)
- Use import as syntax (#280) (@blegat)
- Add format action (#281) (@blegat)
v0.6.3
SumOfSquares v0.6.3
Closed issues:
- Question about optimizing simple polynomial program (#230)
- Formulating trigonometric functions within SOS (#252)
- Rendering the underscore in the online documentation (#256)
Merged pull requests:
- Add example on using TypedPolynomials (#242) (@blegat)
- Simplify hermitian examples (#250) (@blegat)
- Two minor corrections in the docs for SumOfSquares. (#254) (@hurak)
- Add sign symmetric tutorial (#258) (@blegat)
- Fix title for Sign Symmetry tutorial (#259) (@blegat)
- Remove unused type annotation (#261) (@blegat)
- size -> axes (#262) (@blegat)
v0.6.2
v0.6.1
SumOfSquares v0.6.1
Merged pull requests:
v0.6.0
SumOfSquares v0.6.0
Closed issues:
- handle case where p, q_i do not have the same variables (#106)
Merged pull requests:
v0.5.0
SumOfSquares v0.5.0
Closed issues:
- Maxdegree of certificate (#167)
- Sparse submodule (#202)
- Control over optimization variables (#208)
- Default maxdegree should take degree of constraints into account (#219)
Merged pull requests:
- Update for SymbolicWedderburn#38 (#207) (@blegat)
- Bl/update symbolicwedderburn (#220) (@kalmarek)
- Update to JuMP v0.22, MOI v0.14, MP v0.4, MA, v0.3 (#224) (@blegat)
- Update getting_started.jl (#226) (@guberger)
- Change interpretation and default maxdegree (#227) (@blegat)
- Sparse submodule (#228) (@blegat)
- Certificate API: get -> function (#229) (@blegat)