Skip to content

Commit 8f32b97

Browse files
comply with CAP v2026.05-02
1 parent ebfa1fe commit 8f32b97

3 files changed

Lines changed: 5 additions & 5 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.05-01",
13+
Version := "2026.05-02",
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",
@@ -99,7 +99,7 @@ Dependencies := rec(
9999
GAP := ">= 4.13.0",
100100
NeededOtherPackages := [
101101
[ "GAPDoc", ">= 1.5" ],
102-
[ "CAP", ">= 2025.03-02" ],
102+
[ "CAP", ">= 2026.05-02" ],
103103
[ "GroupsAsCategoriesForCAP", ">= 2026.04-02" ],
104104
[ "FinSetsForCAP", ">= 2022.05-01" ],
105105
],

examples/SkeletalCategoryOfTransitiveLeftGSets.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Display( TS3 );
1414
#! A CAP category with name SkeletalCategoryOfTransitiveLeftGSets( S3 ) \
1515
#! with 4 objects:
1616
#!
17-
#! 24 primitive operations were used to derive 71 operations for this category \
17+
#! 24 primitive operations were used to derive 80 operations for this category \
1818
#! which algorithmically
1919
#! * IsCategoryWithDecidableColifts
2020
#! * IsCategoryWithDecidableLifts

examples/notebooks/TS4.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@
112112
"text": [
113113
"A CAP category with name SkeletalCategoryOfTransitiveLeftGSets( S4 ) with 11 objects:\n",
114114
"\n",
115-
"24 primitive operations were used to derive 71 operations for this category which algorithmically\n",
115+
"24 primitive operations were used to derive 80 operations for this category which algorithmically\n",
116116
"* IsCategoryWithDecidableColifts\n",
117117
"* IsCategoryWithDecidableLifts\n",
118118
"* IsCategoryWithTerminalObject\n",
119119
"* IsFiniteCategory\n",
120-
"* IsCategoryWithCoequalizers\n",
121120
"* IsEquippedWithHomomorphismStructure\n",
121+
"* IsCategoryWithCoequalizers\n",
122122
"and furthermore mathematically\n",
123123
"* IsSkeletalCategory\n"
124124
]

0 commit comments

Comments
 (0)