Skip to content

Commit

Permalink
Update website for AutomGrp 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 8, 2025
1 parent b9030c1 commit e6efe0f
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 38 deletions.
10 changes: 2 additions & 8 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ SetPackageInfo(rec(

PackageName := "AutomGrp",
Subtitle := "Automata groups",
Version := "1.3.2",
Date := "30/09/2019", # dd/mm/yyyy format
Version := "1.3.3",
Date := "08/01/2025", # dd/mm/yyyy format
License := "MIT",

Persons := [
Expand Down Expand Up @@ -67,8 +67,6 @@ and elements.",
PackageDoc := rec(
# use same as in GAP
BookName := "AutomGrp",
# format/extension can be one of .zoo, .tar.gz, .tar.bz2, -win.zip
# Archive := "",
ArchiveURLSubset := ["doc", "htm"],
HTMLStart := "htm/chapters.htm",
PDFFile := "doc/manual.pdf",
Expand All @@ -78,9 +76,6 @@ PackageDoc := rec(
# fit on a single text line (appears with the '?books' command in GAP)
# LongTitle := "Elementary Divisors of Integer Matrices",
LongTitle := "Automata Groups",
# Should this help book be autoloaded when GAP starts up? This should
# usually be 'true', otherwise say 'false'.
Autoload := true
),

## Are there restrictions on the operating system for this package? Or does
Expand Down Expand Up @@ -133,7 +128,6 @@ BannerString := Concatenation(
## started. This should usually be 'false'. Say 'true' only if your package
## provides some improvements of the GAP library which are likely to enhance
## the overall system performance for many users.
Autoload := true,

## *Optional*, but recommended: path relative to package root to a file which
## contains as many tests of the package functionality as sensible.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.com/gap-packages/automgrp.svg)](https://travis-ci.com/gap-packages/automgrp)
[![Build Status](https://github.com/gap-packages/automgrp/actions/workflows/CI.yml/badge.svg)](https://github.com/gap-packages/automgrp/actions/workflows/CI.yml)
[![Code Coverage](https://codecov.io/github/gap-packages/automgrp/coverage.svg)](https://codecov.io/gh/gap-packages/automgrp)

The AutomGrp package
Expand Down
37 changes: 19 additions & 18 deletions _data/package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: AutomGrp
version: "1.3.2"
version: "1.3.3"
license: "MIT"
date: 2019-09-30
date: 2025-01-08
description: |
Automata groups
Expand All @@ -22,7 +22,7 @@ GAP: ">=4.9.1"
needed-pkgs:
- name: "FGA"
version: ">= 1.1.0.1"
url: "http://www.icm.tu-bs.de/ag_algebra/software/FGA/"
url: "https://gap-packages.github.io/fga/"

suggested-pkgs:
- name: "FR"
Expand All @@ -35,9 +35,9 @@ packageinfo: https://gap-packages.github.io/automgrp/PackageInfo.g

downloads:
- name: .tar.gz
url: https://github.com/gap-packages/automgrp/releases/download/v1.3.2/automgrp-1.3.2.tar.gz
url: https://github.com/gap-packages/automgrp/releases/download/v1.3.3/automgrp-1.3.3.tar.gz
- name: .tar.bz2
url: https://github.com/gap-packages/automgrp/releases/download/v1.3.2/automgrp-1.3.2.tar.bz2
url: https://github.com/gap-packages/automgrp/releases/download/v1.3.3/automgrp-1.3.3.tar.bz2

abstract: |
The <span class="pkgname">AutomGrp</span> package provides methods for computations with groups and semigroups generated by finite automata or given by wreath recursion, as well as with their finitely generated subgroups and elements.
Expand All @@ -49,27 +49,28 @@ keywords: |
finite automata, tree automorphisms, self-similar groups, wreath recursion.
citeas: |
<p class='BibEntry'>
[<span class='BibKey'>MS19</span>] <b class='BibAuthor'>Muntyan, Y. and Savchuk, D.</b>,
[<span class='BibKey'>MS25</span>] <b class='BibAuthor'>Muntyan, Y. and Savchuk, D.</b>,
<i class='BibTitle'>AutomGrp, Automata groups,
Version 1.3.2</i>
(<span class='BibYear'>2019</span>)<br />
(<span class='BibNote'>Refereed GAP package</span>),
Version 1.3.3</i>
(<span class='BibYear'>2025</span>)<br />
(<span class='BibNote'>GAP package</span>),
<span class='BibHowpublished'><a href="https://gap-packages.github.io/automgrp">https://gap-packages.github.io/automgrp</a></span>.
</p>
bibtex: |
@misc{ AutomGrp1.3.2,
@misc{ AutomGrp,
author = {Muntyan, Y. and Savchuk, D.},
title = {{AutomGrp}, Automata groups, {V}ersion 1.3.2},
month = {Sep},
year = {2019},
note = {Refereed GAP package},
title = {{AutomGrp}, {Automata groups}, {V}ersion 1.3.3},
month = {Jan},
year = {2025},
note = {GAP package},
howpublished = {\href {https://gap-packages.github.io/automgrp}
{\texttt{https://gap-packages.github.io/}\discretionary
{\texttt{https://gap\texttt{\symbol{45}}packages.github.io/}\discretionary
{}{}{}\texttt{automgrp}}},
keywords = {finite automata; tree automorphisms; self-similar
groups; wreath recursion},
printedkey = {MS19}
keywords = {finite automata; tree automorphisms;
self\texttt{\symbol{45}}similar groups; wreath
recursion},
printedkey = {MS25}
}
4 changes: 2 additions & 2 deletions htm/CHAP001.htm
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h2><a name="SECT001">1.1 Short math background</a></h2>
<h2><a name="SECT002">1.2 Installation instructions</a></h2>
<p><p>
<code>AutomGrp</code> package requires <font face="Gill Sans,Helvetica,Arial">GAP</font> version at least 4.4.6 and <code>FGA</code> (Free
Group Algorithms) package available at <a href="http://www.gap-system.org/Packages/fga.html">http://www.gap-system.org/Packages/fga.html</a>
Group Algorithms) package available at <a href="https://www.gap-system.org/Packages/fga.html">https://www.gap-system.org/Packages/fga.html</a>
<p>
The installation of the <code>AutomGrp</code> package follows the standard <font face="Gill Sans,Helvetica,Arial">GAP</font> rules, i.e.
to install it unpack the archive into the <code>pkg</code> directory of
Expand Down Expand Up @@ -420,5 +420,5 @@ <h2><a name="SECT003">1.3 Quick example</a></h2>
<p>
[<a href = "chapters.htm">Up</a>] [<a href ="CHAP002.htm">Next</a>] [<a href = "theindex.htm">Index</a>]
<P>
<address>automgrp manual<br>September 2019
<address>automgrp manual<br>January 2025
</address></body></html>
2 changes: 1 addition & 1 deletion htm/CHAP002.htm
Original file line number Diff line number Diff line change
Expand Up @@ -1443,5 +1443,5 @@ <h2><a name="SECT006">2.6 Rewriting Systems</a></h2>
<p>
[<a href = "chapters.htm">Up</a>] [<a href ="CHAP001.htm">Previous</a>] [<a href ="CHAP003.htm">Next</a>] [<a href = "theindex.htm">Index</a>]
<P>
<address>automgrp manual<br>September 2019
<address>automgrp manual<br>January 2025
</address></body></html>
2 changes: 1 addition & 1 deletion htm/CHAP003.htm
Original file line number Diff line number Diff line change
Expand Up @@ -481,5 +481,5 @@ <h2><a name="SECT005">3.5 Elements of contracting groups</a></h2>
<p>
[<a href = "chapters.htm">Up</a>] [<a href ="CHAP002.htm">Previous</a>] [<a href ="CHAP004.htm">Next</a>] [<a href = "theindex.htm">Index</a>]
<P>
<address>automgrp manual<br>September 2019
<address>automgrp manual<br>January 2025
</address></body></html>
2 changes: 1 addition & 1 deletion htm/CHAP004.htm
Original file line number Diff line number Diff line change
Expand Up @@ -397,5 +397,5 @@ <h2><a name="SECT002">4.2 Tools</a></h2>
<p>
[<a href = "chapters.htm">Up</a>] [<a href ="CHAP003.htm">Previous</a>] [<a href ="CHAP005.htm">Next</a>] [<a href = "theindex.htm">Index</a>]
<P>
<address>automgrp manual<br>September 2019
<address>automgrp manual<br>January 2025
</address></body></html>
2 changes: 1 addition & 1 deletion htm/CHAP005.htm
Original file line number Diff line number Diff line change
Expand Up @@ -350,5 +350,5 @@ <h2><a name="SECT003">5.3 Some predefined groups</a></h2>
<p>
[<a href = "chapters.htm">Up</a>] [<a href ="CHAP004.htm">Previous</a>] [<a href = "theindex.htm">Index</a>]
<P>
<address>automgrp manual<br>September 2019
<address>automgrp manual<br>January 2025
</address></body></html>
6 changes: 3 additions & 3 deletions htm/biblio.htm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1><font face="Gill Sans,Helvetica,Arial">automgrp</font> : a <font face="Gill
<br> In <em>Topological and asymptotic aspects of group theory</em>, volume
394 of <em>Contemp. Math.</em>, pages 61--76. Amer. Math. Soc., Providence, RI,
2006.
<br> (available at http://www.arxiv.org/abs/math.GR/0405456).
<br> (available at https://arxiv.org/abs/math/0405456).

<dt><a name="BRS06"><b>[BRS06]</b></a><dd>
L.&nbsp;Bartholdi, I.&nbsp;I. Reznykov, and V.&nbsp;I. Sushchansky.
Expand All @@ -70,7 +70,7 @@ <h1><font face="Gill Sans,Helvetica,Arial">automgrp</font> : a <font face="Gill
Laurent Bartholdi and B&aacute;lint Vir&aacute;g.
<br> Amenability via random walks.
<br> <em>Duke Math. J.</em>, 130(1):39--56, 2005.
<br> (available at http://arxiv.org/abs/math.GR/0305262).
<br> (available at https://arxiv.org/abs/math/0305262).

<dt><a name="Ers04"><b>[Ers04]</b></a><dd>
Anna Erschler.
Expand Down Expand Up @@ -195,5 +195,5 @@ <h1><font face="Gill Sans,Helvetica,Arial">automgrp</font> : a <font face="Gill
</dl><p>
[<a href="chapters.htm">Up</a>]<p>
<P>
<address>automgrp manual<br>September 2019
<address>automgrp manual<br>January 2025
</address></body></html>
2 changes: 1 addition & 1 deletion htm/chapters.htm
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ <h1><font face="Gill Sans,Helvetica,Arial">automgrp</font> : a <font face="Gill
<li><a href="theindex.htm">Index</a>
</ul><p>
<P>
<address>automgrp manual<br>September 2019
<address>automgrp manual<br>January 2025
</address></body></html>
2 changes: 1 addition & 1 deletion htm/theindex.htm
Original file line number Diff line number Diff line change
Expand Up @@ -270,5 +270,5 @@ <H2><A NAME="idxW">W</A></H2>
</dl><p>
[<a href="chapters.htm">Up</a>]<p>
<P>
<address>automgrp manual<br>September 2019
<address>automgrp manual<br>January 2025
</address></body></html>

0 comments on commit e6efe0f

Please sign in to comment.