Skip to content

Commit 59612b5

Browse files
author
Bot
committed
Update website for GroupsAsCategoriesForCAP 2025.06-03
1 parent 74dc69c commit 59612b5

5 files changed

Lines changed: 23 additions & 19 deletions

File tree

GroupsAsCategoriesForCAP/PackageInfo.g

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

1111
PackageName := "GroupsAsCategoriesForCAP",
1212
Subtitle := "Groups as categories on one object",
13-
Version := "2025.06-02",
14-
Date := "2025-06-27",
13+
Version := "2025.06-03",
14+
Date := "2025-07-01",
1515
License := "GPL-2.0-or-later",
1616

1717
Persons := [
@@ -87,6 +87,7 @@ Dependencies := rec(
8787
NeededOtherPackages := [ [ "CAP", ">= 2025.06-05" ],
8888
],
8989
SuggestedOtherPackages := [ [ "FinSetsForCAP", ">= 2023.07-03" ],
90+
[ "AdditiveClosuresForCAP", ">= 2025.06-01" ],
9091
],
9192
ExternalConditions := [ ],
9293
),

GroupsAsCategoriesForCAP/doc/chap0.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ <h1>GroupsAsCategoriesForCAP</h1>
2929
<h2>Groups as categories on one object</h2>
3030

3131
<p>
32-
2025.06-02</p>
32+
2025.06-03</p>
3333

3434
<p>
35-
27 June 2025
35+
1 July 2025
3636
</p>
3737

3838
</div>

GroupsAsCategoriesForCAP/doc/chap0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
 Groups as categories on one object 
77

88

9-
2025.06-02
9+
2025.06-03
1010

1111

12-
27 June 2025
12+
1 July 2025
1313

1414

1515
Sebastian Posur

GroupsAsCategoriesForCAP/doc/chap0_mj.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ <h1>GroupsAsCategoriesForCAP</h1>
3232
<h2>Groups as categories on one object</h2>
3333

3434
<p>
35-
2025.06-02</p>
35+
2025.06-03</p>
3636

3737
<p>
38-
27 June 2025
38+
1 July 2025
3939
</p>
4040

4141
</div>

_data/GroupsAsCategoriesForCAP.yml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: GroupsAsCategoriesForCAP
2-
version: "2025.06-02"
2+
version: "2025.06-03"
33
license: "GPL-2.0-or-later"
4-
date: 2025-06-27
4+
date: 2025-07-01
55
description: |
66
Groups as categories on one object
77
@@ -27,18 +27,21 @@ needed-pkgs:
2727
suggested-pkgs:
2828
- name: "FinSetsForCAP"
2929
version: ">= 2023.07-03"
30+
- name: "AdditiveClosuresForCAP"
31+
version: ">= 2025.06-01"
32+
url: "https://homalg-project.github.io/pkg/AdditiveClosuresForCAP"
3033

3134
www: https://homalg-project.github.io/pkg/GroupsAsCategoriesForCAP
3235
readme: README.md
3336
packageinfo: https://homalg-project.github.io/CAP_project/GroupsAsCategoriesForCAP/PackageInfo.g
3437

3538
downloads:
3639
- name: .tar.gz
37-
url: https://github.com/homalg-project/CAP_project/releases/download/GroupsAsCategoriesForCAP-2025.06-02/GroupsAsCategoriesForCAP-2025.06-02.tar.gz
40+
url: https://github.com/homalg-project/CAP_project/releases/download/GroupsAsCategoriesForCAP-2025.06-03/GroupsAsCategoriesForCAP-2025.06-03.tar.gz
3841
- name: .zip
39-
url: https://github.com/homalg-project/CAP_project/releases/download/GroupsAsCategoriesForCAP-2025.06-02/GroupsAsCategoriesForCAP-2025.06-02.zip
42+
url: https://github.com/homalg-project/CAP_project/releases/download/GroupsAsCategoriesForCAP-2025.06-03/GroupsAsCategoriesForCAP-2025.06-03.zip
4043

41-
pdf: https://github.com/homalg-project/CAP_project/releases/download/GroupsAsCategoriesForCAP-2025.06-02/GroupsAsCategoriesForCAP-2025.06-02-manual.pdf
44+
pdf: https://github.com/homalg-project/CAP_project/releases/download/GroupsAsCategoriesForCAP-2025.06-03/GroupsAsCategoriesForCAP-2025.06-03-manual.pdf
4245

4346
abstract: |
4447
@@ -47,10 +50,10 @@ doc-html: doc/chap0.html
4750
doc-pdf: doc/manual.pdf
4851
citeas: |
4952
<p class='BibEntry'>
50-
[<span class='BibKey'>PZ27</span>] <b class='BibAuthor'>Posur, S. and Zickgraf, F.</b>,
53+
[<span class='BibKey'>PZ01</span>] <b class='BibAuthor'>Posur, S. and Zickgraf, F.</b>,
5154
<i class='BibTitle'>GroupsAsCategoriesForCAP, Groups as categories on one object,
52-
Version 2025.06-02</i>
53-
(<span class='BibYear'>6-27</span>)<br />
55+
Version 2025.06-03</i>
56+
(<span class='BibYear'>7-01</span>)<br />
5457
(<span class='BibNote'>GAP package</span>),
5558
<span class='BibHowpublished'><a href="https://homalg-project.github.io/pkg/GroupsAsCategoriesForCAP">https://homalg-project.github.io/pkg/GroupsAsCategoriesForCAP</a></span>.
5659
</p>
@@ -60,15 +63,15 @@ bibtex: |
6063
@misc{ GroupsAsCategoriesForCAP,
6164
author = {Posur, S. and Zickgraf, F.},
6265
title = {{GroupsAsCategoriesForCAP}, {Groups as categories on
63-
one object}, {V}ersion 2025.06\texttt{\symbol{45}}02},
66+
one object}, {V}ersion 2025.06\texttt{\symbol{45}}03},
6467
month = {5\texttt{\symbol{45}}},
65-
year = {6\texttt{\symbol{45}}27},
68+
year = {7\texttt{\symbol{45}}01},
6669
note = {GAP package},
6770
howpublished = {\href
6871
{https://homalg-project.github.io/pkg/GroupsAsCategoriesForCAP}
6972
{\texttt{https://homalg\texttt{\symbol{45}}project.github.io/}\discretionary
7073
{}{}{}\texttt{pkg/}\discretionary
7174
{}{}{}\texttt{GroupsAsCategoriesForCAP}}},
72-
printedkey = {PZ27}
75+
printedkey = {PZ01}
7376
}
7477

0 commit comments

Comments
 (0)