Skip to content

Commit

Permalink
comply with Toposes v2022.04-04
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-barakat committed Apr 12, 2022
1 parent 2ce4cd2 commit fdc9301
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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 := "2022.03-04",
Version := "2022.03-05",

Date := ~.Version{[ 1 .. 10 ]},
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
Expand Down Expand Up @@ -107,7 +107,7 @@ Dependencies := rec(
[ "CategoryConstructor", ">= 2022.03-01" ],
[ "SubcategoriesForCAP", ">= 2020.06-01" ],
[ "MatricesForHomalg", ">= 2020.02.02" ],
[ "Toposes", ">= 2022.03-05" ],
[ "Toposes", ">= 2022.04-04" ],
[ "Algebroids", ">= 2022.01-02" ],
[ "FunctorCategories", ">= 2022.02-01" ],
],
Expand Down
4 changes: 3 additions & 1 deletion examples/CategoryOfRepresentations.g
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ 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 298 operations for this category which
#! 99 primitive operations were used to derive 302 operations for this category which
#! * IsEquippedWithHomomorphismStructure
#! * IsLinearCategoryOverCommutativeRing
#! * IsSymmetricMonoidalCategory
#! * IsCartesianCategory
#! * IsCocartesianCategory
#! * IsAbelianCategory
CommutativeRingOfLinearCategory( CatReps );
#! GF(3)
Expand Down
4 changes: 3 additions & 1 deletion examples/julia/notebooks/CategoryOfRepresentations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,11 @@
"name": "stdout",
"output_type": "stream",
"text": [
"99 primitive operations were used to derive 298 operations for this category which\n",
"99 primitive operations were used to derive 302 operations for this category which\n",
"* IsEquippedWithHomomorphismStructure\n",
"* IsLinearCategoryOverCommutativeRing\n",
"* IsCartesianCategory\n",
"* IsCocartesianCategory\n",
"* IsSymmetricMonoidalCategory\n",
"* IsAbelianCategory\n"
]
Expand Down

0 comments on commit fdc9301

Please sign in to comment.