Skip to content

Commit

Permalink
comply with SubcategoriesForCAP & CategoryConstructor v2020.06-01
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-barakat committed Jun 16, 2021
1 parent 088783e commit 4613870
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SetPackageInfo( rec(
PackageName := "CatReps",
Subtitle := "Representations and cohomology of finite categories",
Version := Maximum( [
"2021.05-01", ## Mohamed's version
"2021.06-01", ## Mohamed's version
## this line prevents merge conflicts
"2020.10-02", ## Tibor's version
## this line prevents merge conflicts
Expand Down Expand Up @@ -108,8 +108,8 @@ Dependencies := rec(
[ "GAPDoc", ">= 1.5" ],
[ "CAP", ">= 2020.04.27" ],
[ "FinSetsForCAP", ">= 2020.04.01" ],
[ "CategoryConstructor", ">= 2020.12-01" ],
[ "SubcategoriesForCAP", ">= 2020.04.07" ],
[ "CategoryConstructor", ">= 2020.06-01" ],
[ "SubcategoriesForCAP", ">= 2020.06-01" ],
[ "MatricesForHomalg", ">= 2020.02.02" ],
[ "Toposes", ">= 2020.04.27" ],
[ "Algebroids", ">= 2020.11-01" ],
Expand Down
4 changes: 2 additions & 2 deletions gap/CatRepsWithCAP.gi
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ InstallMethod( ConcreteCategoryForCAP,
SetFilterObj( C, IsFiniteConcreteCategory );

AddIsAutomorphism( C,
function( alpha )
function( C, alpha )
return IsAutomorphism( UnderlyingCell( alpha ) );
end );

AddInverseForMorphisms( C,
function( alpha )
function( C, alpha )
return Inverse( UnderlyingCell( alpha ) ) / CapCategory( alpha );
end );

Expand Down

0 comments on commit 4613870

Please sign in to comment.