From 7875b06b918db630894bf1501b305b29ba12906e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 6 Apr 2024 01:08:39 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for GAP to 0.11, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ad84aee..8b5c692 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ Singular_jll = "43d676ae-4934-50ba-8046-7a96366d613b" lib4ti2_jll = "1493ae25-0f90-5c0e-a06c-8c5077d6d66f" [compat] -GAP = "0.7, 0.8, 0.9.3, 0.10" +GAP = "0.7, 0.8, 0.9.3, 0.10, 0.11" julia = "1.8" [extras] From 008fee4679da9abd6232db64d48c9a613c612b8a Mon Sep 17 00:00:00 2001 From: Mohamed Barakat Date: Fri, 5 Apr 2024 16:59:23 +0200 Subject: [PATCH 2/2] added GAP 0.11 (with gap 4.13.x) to compatibility list --- .github/workflows/Tests.yml | 2 +- Project.toml | 6 +++--- docs/src/examples.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index c39ec5d..63adeb2 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: version: - - '1.9' + - '1.10' - 'nightly' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index 8b5c692..4032bde 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CapAndHomalg" uuid = "c4774649-1891-41ea-a883-87141804c57c" authors = ["Mohamed Barakat "] -version = "1.5.8" +version = "1.6.0" [deps] GAP = "c863536a-3901-11e9-33e7-d5cd0df7b904" @@ -12,8 +12,8 @@ Singular_jll = "43d676ae-4934-50ba-8046-7a96366d613b" lib4ti2_jll = "1493ae25-0f90-5c0e-a06c-8c5077d6d66f" [compat] -GAP = "0.7, 0.8, 0.9.3, 0.10, 0.11" -julia = "1.8" +GAP = "0.11" +julia = "1.8, 1.9, 1.10" [extras] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" diff --git a/docs/src/examples.md b/docs/src/examples.md index 93867d9..d5f2259 100644 --- a/docs/src/examples.md +++ b/docs/src/examples.md @@ -238,7 +238,7 @@ julia> Sgrmod = GradedLeftPresentations( S ) GAP: The category of graded left f.p. modules over Q[x,y] (with weights [ 1, 1 ]) julia> InfoOfInstalledOperationsOfCategory( Sgrmod ) -38 primitive operations were used to derive 332 operations for this category which algorithmically +38 primitive operations were used to derive 228 operations for this category which algorithmically * IsMonoidalCategory * IsAbelianCategoryWithEnoughProjectives and not yet algorithmically @@ -307,7 +307,7 @@ julia> CohP1 = Sgrmod / C GAP: The Serre quotient category of The category of graded left f.p. modules over Q[x,y] (with weights [ 1, 1 ]) by test function with name: is_artinian julia> InfoOfInstalledOperationsOfCategory( CohP1 ) -21 primitive operations were used to derive 287 operations for this category which algorithmically +21 primitive operations were used to derive 187 operations for this category which algorithmically * IsAbelianCategory julia> Sh = CanonicalProjection( CohP1 )