Skip to content

Commit 4c8654b

Browse files
Merge pull request #86 from mohamed-barakat/devel
added GAP 0.11 (with gap 4.13.x) to compatibility list
2 parents 542c157 + 008fee4 commit 4c8654b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
version:
24-
- '1.9'
24+
- '1.10'
2525
- 'nightly'
2626
os:
2727
- ubuntu-latest

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CapAndHomalg"
22
uuid = "c4774649-1891-41ea-a883-87141804c57c"
33
authors = ["Mohamed Barakat <mohamed.barakat@uni-siegen.de>"]
4-
version = "1.5.8"
4+
version = "1.6.0"
55

66
[deps]
77
GAP = "c863536a-3901-11e9-33e7-d5cd0df7b904"
@@ -12,8 +12,8 @@ Singular_jll = "43d676ae-4934-50ba-8046-7a96366d613b"
1212
lib4ti2_jll = "1493ae25-0f90-5c0e-a06c-8c5077d6d66f"
1313

1414
[compat]
15-
GAP = "0.7, 0.8, 0.9.3, 0.10"
16-
julia = "1.8"
15+
GAP = "0.11"
16+
julia = "1.8, 1.9, 1.10"
1717

1818
[extras]
1919
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

docs/src/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ julia> Sgrmod = GradedLeftPresentations( S )
238238
GAP: The category of graded left f.p. modules over Q[x,y] (with weights [ 1, 1 ])
239239
240240
julia> InfoOfInstalledOperationsOfCategory( Sgrmod )
241-
38 primitive operations were used to derive 332 operations for this category which algorithmically
241+
38 primitive operations were used to derive 228 operations for this category which algorithmically
242242
* IsMonoidalCategory
243243
* IsAbelianCategoryWithEnoughProjectives
244244
and not yet algorithmically
@@ -307,7 +307,7 @@ julia> CohP1 = Sgrmod / C
307307
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
308308
309309
julia> InfoOfInstalledOperationsOfCategory( CohP1 )
310-
21 primitive operations were used to derive 287 operations for this category which algorithmically
310+
21 primitive operations were used to derive 187 operations for this category which algorithmically
311311
* IsAbelianCategory
312312
313313
julia> Sh = CanonicalProjection( CohP1 )

0 commit comments

Comments
 (0)