From ac78eca61665b64c9482a71ba46023b44d9138dd Mon Sep 17 00:00:00 2001 From: Mohamed Barakat Date: Fri, 1 Apr 2022 17:11:38 +0200 Subject: [PATCH] comply with FunctorCategories v2022.03-11 --- PackageInfo.g | 2 +- README.md | 2 +- examples/CategoryOfRepresentations.g | 2 +- examples/julia/notebooks/CategoryOfRepresentations.ipynb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PackageInfo.g b/PackageInfo.g index 315d195..f30394a 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "CatReps", Subtitle := "Representations and cohomology of finite categories", -Version := "2022.03-02", +Version := "2022.03-03", Date := ~.Version{[ 1 .. 10 ]}, Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ), diff --git a/README.md b/README.md index 025dee8..c419862 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ The supported categorical doctrine of the category of representations is ```gap gap> InfoOfInstalledOperationsOfCategory( CatReps ); -95 primitive operations were used to derive 298 operations for this category which +98 primitive operations were used to derive 298 operations for this category which * IsEquippedWithHomomorphismStructure * IsLinearCategoryOverCommutativeRing * IsSymmetricMonoidalCategory diff --git a/examples/CategoryOfRepresentations.g b/examples/CategoryOfRepresentations.g index 76e8e09..c4e7005 100644 --- a/examples/CategoryOfRepresentations.g +++ b/examples/CategoryOfRepresentations.g @@ -31,7 +31,7 @@ CatReps := FunctorCategory( A, GF3 ); #! FunctorCategory( Algebroid generated by the right quiver #! q(2)[a:1->1,b:1->2,c:2->2] -> Category of matrices over GF(3) ) InfoOfInstalledOperationsOfCategory( CatReps ); -#! 95 primitive operations were used to derive 298 operations for this category which +#! 98 primitive operations were used to derive 298 operations for this category which #! * IsEquippedWithHomomorphismStructure #! * IsLinearCategoryOverCommutativeRing #! * IsSymmetricMonoidalCategory diff --git a/examples/julia/notebooks/CategoryOfRepresentations.ipynb b/examples/julia/notebooks/CategoryOfRepresentations.ipynb index 49d7448..c6e0479 100644 --- a/examples/julia/notebooks/CategoryOfRepresentations.ipynb +++ b/examples/julia/notebooks/CategoryOfRepresentations.ipynb @@ -479,7 +479,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "95 primitive operations were used to derive 298 operations for this category which\n", + "98 primitive operations were used to derive 298 operations for this category which\n", "* IsEquippedWithHomomorphismStructure\n", "* IsLinearCategoryOverCommutativeRing\n", "* IsSymmetricMonoidalCategory\n",