From 6855cee5cfa01bcece0603e1d9ad3a7480646ab0 Mon Sep 17 00:00:00 2001 From: Mohamed Barakat Date: Mon, 30 Aug 2021 19:35:35 +0200 Subject: [PATCH] comply with MonoidalCategories v2021.08-01 --- PackageInfo.g | 3 ++- README.md | 2 +- examples/CategoryOfRepresentations.g | 2 +- examples/julia/notebooks/CategoryOfRepresentations.ipynb | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/PackageInfo.g b/PackageInfo.g index 62e13c2..6bc22c7 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "CatReps", Subtitle := "Representations and cohomology of finite categories", -Version := "2021.08-02", +Version := "2021.08-03", Date := ~.Version{[ 1 .. 10 ]}, Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ), @@ -101,6 +101,7 @@ Dependencies := rec( NeededOtherPackages := [ [ "GAPDoc", ">= 1.5" ], [ "CAP", ">= 2021.08-02" ], + [ "MonoidalCategories", ">= 2021.08-01" ], [ "LinearAlgebraForCAP", ">= 2021.07-01" ], [ "FinSetsForCAP", ">= 2020.04.01" ], [ "CategoryConstructor", ">= 2020.06-01" ], diff --git a/README.md b/README.md index d9ea7a3..0f7b389 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 ); -106 primitive operations were used to derive 245 operations for this category which +106 primitive operations were used to derive 258 operations for this category which * IsLinearCategoryOverCommutativeRing * IsSymmetricMonoidalCategory * IsAbelianCategory diff --git a/examples/CategoryOfRepresentations.g b/examples/CategoryOfRepresentations.g index 5528700..dfccde4 100644 --- a/examples/CategoryOfRepresentations.g +++ b/examples/CategoryOfRepresentations.g @@ -31,7 +31,7 @@ CatReps := Hom( A, GF3 ); #! The category of functors: 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 ); -#! 106 primitive operations were used to derive 245 operations for this category which +#! 106 primitive operations were used to derive 258 operations for this category which #! * IsLinearCategoryOverCommutativeRing #! * IsSymmetricMonoidalCategory #! * IsAbelianCategory diff --git a/examples/julia/notebooks/CategoryOfRepresentations.ipynb b/examples/julia/notebooks/CategoryOfRepresentations.ipynb index 3988549..4806393 100644 --- a/examples/julia/notebooks/CategoryOfRepresentations.ipynb +++ b/examples/julia/notebooks/CategoryOfRepresentations.ipynb @@ -493,7 +493,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "106 primitive operations were used to derive 245 operations for this category which\n", + "106 primitive operations were used to derive 258 operations for this category which\n", "* IsLinearCategoryOverCommutativeRing\n", "* IsSymmetricMonoidalCategory\n", "* IsAbelianCategory\n"