diff --git a/PackageInfo.g b/PackageInfo.g index 7f47e2c..10daa9c 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-05", +Version := "2022.04-01", Date := ~.Version{[ 1 .. 10 ]}, Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ), @@ -107,7 +107,7 @@ Dependencies := rec( [ "CategoryConstructor", ">= 2022.03-01" ], [ "SubcategoriesForCAP", ">= 2020.06-01" ], [ "MatricesForHomalg", ">= 2020.02.02" ], - [ "Toposes", ">= 2022.04-04" ], + [ "Toposes", ">= 2022.04-16" ], [ "Algebroids", ">= 2022.01-02" ], [ "FunctorCategories", ">= 2022.02-01" ], ], diff --git a/examples/CategoryOfRepresentations.g b/examples/CategoryOfRepresentations.g index 5840fc6..3e85a32 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 ); -#! 99 primitive operations were used to derive 302 operations for this category which +#! 99 primitive operations were used to derive 318 operations for this category which #! * IsEquippedWithHomomorphismStructure #! * IsLinearCategoryOverCommutativeRing #! * IsSymmetricMonoidalCategory diff --git a/examples/julia/notebooks/CategoryOfRepresentations.ipynb b/examples/julia/notebooks/CategoryOfRepresentations.ipynb index ed884f5..9307b83 100644 --- a/examples/julia/notebooks/CategoryOfRepresentations.ipynb +++ b/examples/julia/notebooks/CategoryOfRepresentations.ipynb @@ -479,7 +479,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "99 primitive operations were used to derive 302 operations for this category which\n", + "99 primitive operations were used to derive 318 operations for this category which\n", "* IsEquippedWithHomomorphismStructure\n", "* IsLinearCategoryOverCommutativeRing\n", "* IsCartesianCategory\n",