Skip to content

Commit

Permalink
comply with CAP v2021.10-01
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-barakat committed Oct 4, 2021
1 parent e9aa526 commit af774d9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 := "2021.08-03",
Version := "2021.10-01",

Date := ~.Version{[ 1 .. 10 ]},
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
Expand Down Expand Up @@ -100,7 +100,7 @@ Dependencies := rec(
GAP := ">= 4.9.1",
NeededOtherPackages := [
[ "GAPDoc", ">= 1.5" ],
[ "CAP", ">= 2021.08-02" ],
[ "CAP", ">= 2021.10-01" ],
[ "MonoidalCategories", ">= 2021.08-01" ],
[ "LinearAlgebraForCAP", ">= 2021.07-01" ],
[ "FinSetsForCAP", ">= 2020.04.01" ],
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ The supported categorical doctrine of the category of representations is
```gap
gap> InfoOfInstalledOperationsOfCategory( CatReps );
106 primitive operations were used to derive 258 operations for this category which
* IsEquippedWithHomomorphismStructure
* IsLinearCategoryOverCommutativeRing
* IsSymmetricMonoidalCategory
* IsAbelianCategory
Expand Down
1 change: 1 addition & 0 deletions examples/CategoryOfRepresentations.g
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ CatReps := Hom( A, GF3 );
#! 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 258 operations for this category which
#! * IsEquippedWithHomomorphismStructure
#! * IsLinearCategoryOverCommutativeRing
#! * IsSymmetricMonoidalCategory
#! * IsAbelianCategory
Expand Down
1 change: 1 addition & 0 deletions examples/julia/notebooks/CategoryOfRepresentations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@
"output_type": "stream",
"text": [
"106 primitive operations were used to derive 258 operations for this category which\n",
"* IsEquippedWithHomomorphismStructure\n",
"* IsLinearCategoryOverCommutativeRing\n",
"* IsSymmetricMonoidalCategory\n",
"* IsAbelianCategory\n"
Expand Down

0 comments on commit af774d9

Please sign in to comment.