From 57cd331bac9a8679569719b8119f426a9227f245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 7 Apr 2026 09:57:41 +0200 Subject: [PATCH 1/2] Update to MultivariateBases v0.3 --- .github/workflows/ci.yml | 8 -------- Project.toml | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdf24ce..2bab0ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,14 +26,6 @@ jobs: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - uses: julia-actions/cache@v3 - - name: dev - shell: julia --project=@. {0} - run: | - using Pkg - Pkg.add([ - PackageSpec(name="MultivariateBases", rev="master"), - PackageSpec(name="MultivariateMoments", rev="master"), - ]) - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 diff --git a/Project.toml b/Project.toml index 286cca8..97fe12a 100644 --- a/Project.toml +++ b/Project.toml @@ -23,8 +23,8 @@ DynamicPolynomials = "0.5, 0.6" IntervalArithmetic = "0.20, 0.21, 0.22, 1" JuMP = "1" MathOptInterface = "1" -MultivariateBases = "0.2" -MultivariateMoments = "0.4" +MultivariateBases = "0.3" +MultivariateMoments = "0.5" MultivariatePolynomials = "0.5" MutableArithmetics = "1" SemialgebraicSets = "0.3" From 5f6ef6ef0c24de1ae33cb47f58b1d4ccfc8a586d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 7 Apr 2026 09:58:08 +0200 Subject: [PATCH 2/2] v0.8.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 97fe12a..9992bde 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PolyJuMP" uuid = "ddf597a6-d67e-5340-b84c-e37d84115374" repo = "https://github.com/jump-dev/PolyJuMP.jl.git" -version = "0.7.4" +version = "0.8.0" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"