Skip to content

Commit ff1ea62

Browse files
Merge pull request #39 from mohamed-barakat/devel
comply with CAP v2023.01-09
2 parents 758c744 + 5463a15 commit ff1ea62

4 files changed

+7
-7
lines changed

PackageInfo.g

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
1010

1111
PackageName := "InternalModules",
1212
Subtitle := "Modules over internal algebras",
13-
Version := "2023.01-01",
13+
Version := "2023.01-02",
1414

1515
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
1616
License := "GPL-2.0-or-later",
@@ -85,7 +85,7 @@ PackageDoc := rec(
8585
Dependencies := rec(
8686
GAP := ">= 4.12.1",
8787
NeededOtherPackages := [ [ "GAPDoc", ">= 1.5" ],
88-
[ "CAP", ">= 2023.01-05" ],
88+
[ "CAP", ">= 2023.01-09" ],
8989
[ "GradedCategories", ">= 2020.08.24" ],
9090
[ "ActionsForCAP", ">= 2020.04.27" ],
9191
[ "RingsForHomalg", ">= 2020.09.02" ],

examples/SymmetricAlgebraInternalToS4rep.g

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Display( srepG );
99
#! A CAP category with name The representation category
1010
#! of SymmetricGroup( [ 1 .. 4 ] ):
1111
#!
12-
#! 46 primitive operations were used to derive 278 operations for this category
12+
#! 46 primitive operations were used to derive 280 operations for this category
1313
#! which algorithmically
1414
#! * IsEquippedWithHomomorphismStructure
1515
#! * IsAbelianCategory

examples/notebooks/SymmetricAlgebraInternalToS1rep.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"name": "stdout",
3939
"output_type": "stream",
4040
"text": [
41-
"CapAndHomalg v\u001b[32m1.4.8\u001b[39m\n",
41+
"CapAndHomalg v\u001b[32m1.4.10\u001b[39m\n",
4242
"Imported OSCAR's components GAP and Singular_jll\n",
4343
"Type: ?CapAndHomalg for more information\n"
4444
]
@@ -121,7 +121,7 @@
121121
"text": [
122122
"A CAP category with name The representation category of Group( <identity> of ... ):\n",
123123
"\n",
124-
"46 primitive operations were used to derive 379 operations for this category which algorithmically\n",
124+
"46 primitive operations were used to derive 381 operations for this category which algorithmically\n",
125125
"* IsEquippedWithHomomorphismStructure\n",
126126
"* IsAbelianCategory\n",
127127
"* IsRigidSymmetricClosedMonoidalCategory\n",

examples/notebooks/SymmetricAlgebraInternalToS4rep.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"name": "stdout",
4343
"output_type": "stream",
4444
"text": [
45-
"CapAndHomalg v\u001b[32m1.4.8\u001b[39m\n",
45+
"CapAndHomalg v\u001b[32m1.4.10\u001b[39m\n",
4646
"Imported OSCAR's components GAP and Singular_jll\n",
4747
"Type: ?CapAndHomalg for more information\n"
4848
]
@@ -125,7 +125,7 @@
125125
"text": [
126126
"A CAP category with name The representation category of SymmetricGroup( [ 1 .. 4 ] ):\n",
127127
"\n",
128-
"46 primitive operations were used to derive 379 operations for this category which algorithmically\n",
128+
"46 primitive operations were used to derive 381 operations for this category which algorithmically\n",
129129
"* IsEquippedWithHomomorphismStructure\n",
130130
"* IsAbelianCategory\n",
131131
"* IsRigidSymmetricClosedMonoidalCategory\n",

0 commit comments

Comments
 (0)