Skip to content

Commit 8bca2ea

Browse files
Merge pull request #82 from mohamed-barakat/devel
comply with CAP v2022.08-04
2 parents f5addf3 + c691832 commit 8bca2ea

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 = "HomalgProject"
22
uuid = "50bd374c-87b5-11e9-015a-2febe71398bd"
33
authors = ["Mohamed Barakat <mohamed.barakat@uni-siegen.de>"]
4-
version = "1.2.2"
4+
version = "1.2.3"
55

66
[deps]
77
CapAndHomalg = "c4774649-1891-41ea-a883-87141804c57c"

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)