Skip to content

Commit

Permalink
Merge pull request #55 from mohamed-barakat/devel
Browse files Browse the repository at this point in the history
comply with HigherHomologicalAlgebra commit 19f8ca5
  • Loading branch information
mohamed-barakat authored Nov 6, 2022
2 parents 6dedd54 + c31361f commit a576d90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "CatReps",
Subtitle := "Representations and cohomology of finite categories",
Version := "2022.11-01",
Version := "2022.11-02",

Date := ~.Version{[ 1 .. 10 ]},
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The supported categorical doctrine of the category of representations is

```gap
gap> InfoOfInstalledOperationsOfCategory( CatReps );
95 primitive operations were used to derive 318 operations for this category
95 primitive operations were used to derive 316 operations for this category
which constructively
* IsEquippedWithHomomorphismStructure
* IsLinearCategoryOverCommutativeRing
Expand Down
2 changes: 1 addition & 1 deletion examples/CategoryOfRepresentations.g
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CatReps := FunctorCategory( A, GF3 );
#! RightQuiver( "q(2)[a:1->1,b:1->2,c:2->2]" ) ) ) / relations,
#! Category of matrices over GF(3) )
InfoOfInstalledOperationsOfCategory( CatReps );
#! 95 primitive operations were used to derive 318 operations for this category
#! 95 primitive operations were used to derive 316 operations for this category
#! which algorithmically
#! * IsEquippedWithHomomorphismStructure
#! * IsLinearCategoryOverCommutativeRing
Expand Down
2 changes: 1 addition & 1 deletion examples/notebooks/CategoryOfRepresentations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"95 primitive operations were used to derive 318 operations for this category which algorithmically\n",
"95 primitive operations were used to derive 316 operations for this category which algorithmically\n",
"* IsEquippedWithHomomorphismStructure\n",
"* IsLinearCategoryOverCommutativeRing\n",
"* IsSymmetricMonoidalCategory\n",
Expand Down

0 comments on commit a576d90

Please sign in to comment.