Skip to content

Commit

Permalink
Merge pull request #64 from mohamed-barakat/devel
Browse files Browse the repository at this point in the history
comply with CAP v2023.01-09
  • Loading branch information
mohamed-barakat authored Jan 24, 2023
2 parents 9662f22 + 1691cc0 commit ecbcded
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 := "2023.01-03",
Version := "2023.01-04",

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.12.1",
NeededOtherPackages := [
[ "GAPDoc", ">= 1.5" ],
[ "CAP", ">= 2023.01-05" ],
[ "CAP", ">= 2023.01-09" ],
[ "MonoidalCategories", ">= 2021.08-01" ],
[ "LinearAlgebraForCAP", ">= 2021.07-01" ],
[ "FinSetsForCAP", ">= 2022.05-07" ],
Expand Down
2 changes: 1 addition & 1 deletion examples/CategoryOfRepresentations.g
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Display( CatReps );
#! RightQuiver( "q(2)[a:1->1,b:1->2,c:2->2]" ) ) ) / relations,
#! Category of matrices over GF(3) ):
#!
#! 104 primitive operations were used to derive 351 operations for this category
#! 104 primitive operations were used to derive 353 operations for this category
#! which algorithmically
#! * IsEquippedWithHomomorphismStructure
#! * IsLinearCategoryOverCommutativeRing
Expand Down
4 changes: 2 additions & 2 deletions examples/notebooks/CategoryOfRepresentations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"CapAndHomalg v\u001b[32m1.4.7\u001b[39m\n",
"CapAndHomalg v\u001b[32m1.4.10\u001b[39m\n",
"Imported OSCAR's components GAP and Singular_jll\n",
"Type: ?CapAndHomalg for more information\n"
]
Expand Down Expand Up @@ -517,7 +517,7 @@
"text": [
"A CAP category with name FunctorCategory( Algebroid( GF(3), FreeCategory( RightQuiver( \"q(2)[a:1->1,b:1->2,c:2->2]\" ) ) ) / relations, Category of matrices over GF(3) ):\n",
"\n",
"104 primitive operations were used to derive 351 operations for this category which algorithmically\n",
"104 primitive operations were used to derive 353 operations for this category which algorithmically\n",
"* IsEquippedWithHomomorphismStructure\n",
"* IsLinearCategoryOverCommutativeRing\n",
"* IsSymmetricMonoidalCategory\n",
Expand Down

0 comments on commit ecbcded

Please sign in to comment.