Skip to content

Commit

Permalink
Merge pull request #44 from mohamed-barakat/devel
Browse files Browse the repository at this point in the history
comply with new packages: Toposes and FinSetsForCAP v2022.05-07
  • Loading branch information
mohamed-barakat authored Jun 1, 2022
2 parents 38409d4 + d79409d commit 11cc537
Show file tree
Hide file tree
Showing 4 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 @@ -103,11 +103,11 @@ Dependencies := rec(
[ "CAP", ">= 2022.04-08" ],
[ "MonoidalCategories", ">= 2021.08-01" ],
[ "LinearAlgebraForCAP", ">= 2021.07-01" ],
[ "FinSetsForCAP", ">= 2020.04.01" ],
[ "FinSetsForCAP", ">= 2022.05-07" ],
[ "CategoryConstructor", ">= 2022.03-01" ],
[ "SubcategoriesForCAP", ">= 2020.06-01" ],
[ "MatricesForHomalg", ">= 2020.02.02" ],
[ "Toposes", ">= 2022.04-29" ],
[ "Toposes", ">= 2022.05-07" ],
[ "Algebroids", ">= 2022.05-05" ],
[ "FunctorCategories", ">= 2022.05-09" ],
],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The supported categorical doctrine of the category of representations is

```gap
gap> InfoOfInstalledOperationsOfCategory( CatReps );
98 primitive operations were used to derive 318 operations for this category
98 primitive operations were used to derive 317 operations for this category
which constructively
* IsEquippedWithHomomorphismStructure
* IsLinearCategoryOverCommutativeRing
Expand Down
2 changes: 1 addition & 1 deletion examples/CategoryOfRepresentations.g
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CatReps := FunctorCategory( A, GF3 );
#! RightQuiver( "q(2)[a:1->1,b:1->2,c:2->2]" ) ) ) / relations,
#! Category of matrices over GF(3) )
InfoOfInstalledOperationsOfCategory( CatReps );
#! 98 primitive operations were used to derive 318 operations for this category
#! 98 primitive operations were used to derive 317 operations for this category
#! which constructively
#! * IsEquippedWithHomomorphismStructure
#! * IsLinearCategoryOverCommutativeRing
Expand Down
2 changes: 1 addition & 1 deletion examples/julia/notebooks/CategoryOfRepresentations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"98 primitive operations were used to derive 318 operations for this category which constructively\n",
"98 primitive operations were used to derive 317 operations for this category which constructively\n",
"* IsEquippedWithHomomorphismStructure\n",
"* IsLinearCategoryOverCommutativeRing\n",
"* IsSymmetricMonoidalCategory\n",
Expand Down

0 comments on commit 11cc537

Please sign in to comment.