Skip to content

Commit 32c9ce6

Browse files
Merge pull request #55 from mohamed-barakat/devel
comply with CAP v2022.08-04
2 parents 1e70a32 + 972a705 commit 32c9ce6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
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 <[email protected]>"]
4-
version = "1.4.5"
4+
version = "1.4.6"
55

66
[deps]
77
GAP = "c863536a-3901-11e9-33e7-d5cd0df7b904"

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-
40 primitive operations were used to derive 290 operations for this category which constructively
241+
40 primitive operations were used to derive 292 operations for this category which constructively
242242
* IsMonoidalCategory
243243
* IsAbelianCategoryWithEnoughProjectives
244244
@@ -305,7 +305,7 @@ julia> CohP1 = Sgrmod / C
305305
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
306306
307307
julia> InfoOfInstalledOperationsOfCategory( CohP1 )
308-
21 primitive operations were used to derive 241 operations for this category which constructively
308+
21 primitive operations were used to derive 243 operations for this category which constructively
309309
* IsAbelianCategory
310310
311311
julia> Sh = CanonicalProjection( CohP1 )

0 commit comments

Comments
 (0)