Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jun 23, 2023
1 parent f439811 commit 79513e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,6 @@ jobs:
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- name: MP#master
shell: julia --project=@. {0}
run: |
using Pkg
Pkg.add([
PackageSpec(name="SemialgebraicSets", rev="master"),
PackageSpec(name="MultivariateBases", rev="master"),
PackageSpec(name="MultivariatePolynomials", rev="master"),
PackageSpec(name="DynamicPolynomials", rev="master"),
PackageSpec(name="TypedPolynomials", rev="master"),
PackageSpec(name="MultivariateMoments", rev="master"),
PackageSpec(url="https://github.com/blegat/HomotopyContinuation.jl", rev="solve"),
])
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PolyJuMP"
uuid = "ddf597a6-d67e-5340-b84c-e37d84115374"
repo = "https://github.com/jump-dev/PolyJuMP.jl.git"
version = "0.6.3"
version = "0.7.0"

[deps]
DynamicPolynomials = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
Expand All @@ -17,9 +17,9 @@ SemialgebraicSets = "8e049039-38e8-557d-ae3a-bc521ccf6204"
[compat]
JuMP = "1"
MathOptInterface = "1"
MultivariateBases = "0.1.4"
MultivariateMoments = "0.3"
MultivariatePolynomials = "0.4"
MultivariateBases = "0.2"
MultivariateMoments = "0.4"
MultivariatePolynomials = "0.5"
MutableArithmetics = "1"
SemialgebraicSets = "0.3"
julia = "1.6"
Expand Down

2 comments on commit 79513e6

@schillic
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blegat Did you intend to make a release? Currently this is holding back new package versions for SumOfSquares. But then again there were build errors here too...

@blegat
Copy link
Member Author

@blegat blegat commented on 79513e6 Jun 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I was intending to but then the CI failed because HomotopyContinuation hasn't been updated yet and is a dependency of the test.
HomotopyContinuation has a few dependencies which I have updated.
The current blocking one which should be merged next is JuliaHomotopyContinuation/PolynomialTestSystems.jl#6
See JuliaAlgebra/MultivariatePolynomials.jl#250

Please sign in to comment.