-
Notifications
You must be signed in to change notification settings - Fork 26
Allow DataStructures v0.19 #408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add WeightedSOSCone * Fix * Fix format * Fix * fix * Add docstrings in docs * Fix * Fix * rename * Add tests * Fix format * Update ci.yml * include tests * MOI master
* Geometric conic form bridge * Fixes * Fixes * Fix format * Fixes * Fix format * Revert "Add test for typed tutorial" This reverts commit b406fcc. * Revert change * Add test * Fix format * Add docstring to docs * Use MOI master * Apply suggestions from code review * Update src/Bridges/Constraint/image.jl * Update src/Bridges/Constraint/image.jl
* Use Variable.KernelBridge by default * Fixes * Fixes * Update to StarAlgebras * Fixes * Use basis, not monomials in SOSPolynomialSet * Fixes * Fix format * Fixes * Fix format * Fixes * Fix format * up * up * Fixes * Fixes * Fix * GLPK tests working * Fix format * Fixes * Fix format * Fixes * Fixes * Fixes * Fix format * Fix * Fixes * WIP * WIP * WIP * up * Fixes * Missing canonical * Fixes * up * up * Fixes * Fixes * up * Fixes * Fixes * Fixes * Fixes * Remove debug * Remove debug * Fixes * up * Fxies * Fixes * Fixes * SCS tests passing * Simplifty * Fixes * Fix format * Fixes * up ci * Fix format * Fixes * Fix * Fixes * Update .github/workflows/ci.yml * Fix @kwdef for Julia v1.6 * fix format * Fixes * Fixes * Update ci * Fix format * Fixes * Fix format * Fix * Disable symmetry * Update script of examples * Fixes * Fixes * Fixes * Fix * Fixes * Fix * Fixes * Fixes * Update ci script * Fixes * Fix * Fix doc
* Test variable substitution for KernelBridge * Fix * Fix format * Fix * Fix format
* Add tests for ScaledDiagonallyDominantBridge * Add dual * typo fix
* Fix quadratic tests * fix format * Update Solvers/Manifest.toml * Fixes * Fix format
* Enable working tests * measure -> moment_vector
* Fix mock tests * Fix format
* Add zero_basis * Fix format
* Sampling basis * Fixes * Fixes * Fix format * Fix * Fix * Fix format * Fix * Update src/constraints.jl * Delete docs/src/tutorials/Getting started/sampling.jl
* Bugs in ordered_block_diag * Fix * Remove test * Fix format * Fix doc
* Fix symmetry reduction * Fix * Fixes * Fixes * Fixes * Reenable Symmetry * Fixes * Fix * Remove commented code * Fix format * Updates * Update * Fix * Fix format
* Integrate with package CliqueTrees. * Replace chordal completion implementation. * Fix tests for example * Fix format * Remove fill_in in doc * CliqueTrees compat: 0.4 -> 0.5. --------- Co-authored-by: Benoît Legat <[email protected]>
#396) * CompatHelper: bump compat for CliqueTrees to 1, (keep existing compat) * Update Project.toml --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Benoît Legat <[email protected]>
* Refactor Newton Polytope to avoid 3-factor products * Switch to SignCount in cache * Remove unused cache * Remove debug * Fix format
* Use StarAlgebras.QuadraticForm * Update branch * Fix format * Fixes * Fix format * Fix * Back to `StarAlgebras#main` * Fix * Fixes * Fix format * Remove useless lines * Missing star * Fix format
* Add missing link * Fix link to SOSTOOLS user manual
Author
|
There seems to be another problem with https://github.com/JuliaAlgebra/MultivariateBases.jl... |
Author
@blegat Should I try again for |
Member
|
I added your commit to #406 |
Author
|
I guess I can close this PR then. But I keep my branch around for the time being. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I think these are the changes necessary to support the new version of DataStructures. See #406. But I cannot test them due to dependency issues. Feel free to redirect this PR to a different branch or make the changes yourself.