From c31361f645afb8e1a570239ab25aeedfc64d5c33 Mon Sep 17 00:00:00 2001 From: Mohamed Barakat Date: Sun, 6 Nov 2022 11:32:23 +0100 Subject: [PATCH] comply with HigherHomologicalAlgebra commit 19f8ca5 https://github.com/homalg-project/HigherHomologicalAlgebra/commit/19f8ca53da5f8ee5535c8ae69581b9551b5bdc5c --- PackageInfo.g | 2 +- README.md | 2 +- examples/CategoryOfRepresentations.g | 2 +- examples/notebooks/CategoryOfRepresentations.ipynb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PackageInfo.g b/PackageInfo.g index cb0b6b9..1735109 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -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 ]} ), diff --git a/README.md b/README.md index 8a364ee..d972e05 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/examples/CategoryOfRepresentations.g b/examples/CategoryOfRepresentations.g index 64399a3..6946934 100644 --- a/examples/CategoryOfRepresentations.g +++ b/examples/CategoryOfRepresentations.g @@ -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 diff --git a/examples/notebooks/CategoryOfRepresentations.ipynb b/examples/notebooks/CategoryOfRepresentations.ipynb index 10fd314..fc42cd7 100644 --- a/examples/notebooks/CategoryOfRepresentations.ipynb +++ b/examples/notebooks/CategoryOfRepresentations.ipynb @@ -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",