Skip to content

Commit ef216d0

Browse files
Merge pull request #60 from mohamed-barakat/devel
comply with GroupsAsCategoriesForCAP v2026.04-02
2 parents 3fcc316 + f0acc3f commit ef216d0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

PackageInfo.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
1010

1111
PackageName := "FinGSetsForCAP",
1212
Subtitle := "The (skeletal) elementary topos of finite G-sets",
13-
Version := "2026.04-02",
13+
Version := "2026.04-04",
1414

1515
Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ),
1616
License := "GPL-2.0-or-later",
@@ -100,7 +100,7 @@ Dependencies := rec(
100100
NeededOtherPackages := [
101101
[ "GAPDoc", ">= 1.5" ],
102102
[ "CAP", ">= 2025.03-02" ],
103-
[ "GroupsAsCategoriesForCAP", ">= 2025.11-03" ],
103+
[ "GroupsAsCategoriesForCAP", ">= 2026.04-02" ],
104104
[ "FinSetsForCAP", ">= 2022.05-01" ],
105105
],
106106
ExternalConditions := [ ],

gap/SkeletalCategoryOfTransitiveLeftGSets.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ DeclareCategory( "IsObjectInSkeletalCategoryOfTransitiveLeftGSets",
2828
#! The GAP category of morphisms in the skeletal category of transitive left $G$-sets.
2929
#! @Arguments object
3030
DeclareCategory( "IsMorphismInSkeletalCategoryOfTransitiveLeftGSets",
31-
IsCapCategoryMorphism );
31+
FilterIntersection( IsCapCategoryMorphism, IsEpimorphism ) );
3232

3333
####################################
3434
#

gap/SkeletalCategoryOfTransitiveLeftGSets.gi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ end );
467467
##
468468
InstallMethod( \/,
469469
"for a morphism in the underlying group as category and the skeletal category of transitive G-sets",
470-
[ IsGroupAsCategoryMorphism, IsSkeletalCategoryOfTransitiveLeftGSets ],
470+
[ IsMorphismInGroupAsCategory, IsSkeletalCategoryOfTransitiveLeftGSets ],
471471

472472
function ( g, TG )
473473
local P, auto;

0 commit comments

Comments
 (0)