Skip to content

Commit

Permalink
Version 4.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-konovalov committed Apr 29, 2022
1 parent da7ada7 commit 7b83b22
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 31 deletions.
16 changes: 8 additions & 8 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#W PackageInfo.g The Wedderga package Gurmeet Kaur Bakshi
#W Osnel Broche Cristo
#W Allen Herman
#W Alexander Konovalov
#W Olexandr Konovalov
#W Aurora Olivieri
#W Gabriela Olteanu
#W Ángel del Río
Expand All @@ -17,12 +17,12 @@ SetPackageInfo( rec(
PackageName := "Wedderga",
Subtitle := Concatenation( [
"Wedderburn Decomposition of Group Algebras" ] ),
Version := "4.10.1",
Date := "23/02/2022", # dd/mm/yyyy format
Version := "4.10.2",
Date := "29/04/2022", # dd/mm/yyyy format
License := "GPL-2.0-or-later",
## <#GAPDoc Label="PKGVERSIONDATA">
## <!ENTITY VERSION "4.10.1">
## <!ENTITY RELEASEDATE "23 February 2022">
## <!ENTITY VERSION "4.10.2">
## <!ENTITY RELEASEDATE "29 April 2022">
## <!ENTITY RELEASEYEAR "2022">
## <#/GAPDoc>

Expand Down Expand Up @@ -87,11 +87,11 @@ rec(
),
rec(
LastName := "Konovalov",
FirstNames := "Alexander",
FirstNames := "Olexandr",
IsAuthor := true,
IsMaintainer := true,
Email := "alexander.konovalov@st-andrews.ac.uk",
WWWHome := "https://alexk.host.cs.st-andrews.ac.uk",
Email := "obk1@st-andrews.ac.uk",
WWWHome := "https://alex-konovalov.github.io/",
PostalAddress := Concatenation( [
"School of Computer Science\n",
"University of St Andrews\n",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ to load it using the following command:
gap> LoadPackage("wedderga");


Gurmeet Kaur Bakshi, Osnel Broche Cristo, Allen Herman, Alexander Konovalov,
Gurmeet Kaur Bakshi, Osnel Broche Cristo, Allen Herman, Olexandr Konovalov,
Sugandha Maheshwary, Aurora Olivieri, Gabriela Olteanu, Ángel del Río and
Inneke Van Gelder.
5 changes: 3 additions & 2 deletions doc/intro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,18 @@ If the package is installed correctly, it should be loaded as follows:
<![CDATA[
gap> LoadPackage("wedderga");
-----------------------------------------------------------------------------
Loading Wedderga 4.9.0 (Wedderga)
Loading Wedderga 4.10.2 (Wedderga)
by Gurmeet Kaur Bakshi (gkbakshi@pu.ac.in),
Osnel Broche Cristo (osnel@ufla.br),
Allen Herman (aherman@math.uregina.ca),
Alexander Konovalov (https://alexk.host.cs.st-andrews.ac.uk),
Olexandr Konovalov (https://alex-konovalov.github.io/),
Sugandha Maheshwary (sugandha@iisermohali.ac.in),
Gabriela Olteanu (http://math.ubbcluj.ro/~olteanu),
Aurora Olivieri (olivieri@usb.ve),
Angel del Rio (http://www.um.es/adelrio), and
Inneke Van Gelder (http://homepages.vub.ac.be/~ivgelder).
Homepage: https://gap-packages.github.io/wedderga
Report issues at https://github.com/gap-packages/wedderga/issues
-----------------------------------------------------------------------------
true
]]>
Expand Down
4 changes: 2 additions & 2 deletions doc/manual.bib
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%W manual.bib Wedderga documentation Osnel Broche Cristo
%W Alexander Konovalov
%W Olexandr Konovalov
%W Aurora Olivieri
%W Gabriela Olteanu
%W Ángel del Río
%W çngel del R’o
%%
%% manual.bib - BibTeX database file of Wedderga references
Expand Down
10 changes: 5 additions & 5 deletions doc/manual.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
</Address>
</Author>

<Author>Alexander Konovalov
<Email>alexk@mcs.st-andrews.ac.uk</Email>
<Homepage>http://www.cs.st-andrews.ac.uk/&tilde;alexk/</Homepage>
<Author>Olexandr Konovalov
<Email>obk1@st-andrews.ac.uk</Email>
<Homepage>https://alex-konovalov.github.io/</Homepage>
<Address>
School of Computer Science, University of St Andrews<Br/>
Jack Cole Building, North Haugh,<Br/>
Expand Down Expand Up @@ -125,7 +125,7 @@ multiplication determined by a given action and twisting.

<Copyright>
&copyright; 2006-&RELEASEYEAR; by Gurmeet Kaur Bakshi, Osnel Broche Cristo, Allen Herman,
Alexander Konovalov, Sugandha Maheshwary, Aurora Olivieri, Gabriela Olteanu,
Olexandr Konovalov, Sugandha Maheshwary, Aurora Olivieri, Gabriela Olteanu,
Ángel del Río and Inneke Van Gelder.<P/>

&Wedderga; is free software; you can redistribute it and/or modify it
Expand All @@ -140,7 +140,7 @@ multiplication determined by a given action and twisting.
If you publish a result which was partially obtained with the usage of
&Wedderga;, please cite it in the following form:<P/>

G. K. Bakshi, O. Broche Cristo, A. Herman, A. Konovalov, S. Maheshwary, A. Olivieri,
G. K. Bakshi, O. Broche Cristo, A. Herman, O. Konovalov, S. Maheshwary, A. Olivieri,
G. Olteanu, Á. del Río and I. Van Gelder.
<E>Wedderga --- Wedderburn Decomposition of Group Algebras,
Version &VERSION;;</E> &RELEASEYEAR; (<URL>https://gap-packages.github.io/wedderga/</URL>).
Expand Down
2 changes: 1 addition & 1 deletion init.g
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################################################################
##
#W init.g The Wedderga package Osnel Broche Cristo
#W Alexander Konovalov
#W Olexandr Konovalov
#W Aurora Olivieri
#W Gabriela Olteanu
#W Ángel del Río
Expand Down
2 changes: 1 addition & 1 deletion lib/BW.gi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################################################################
##
#W BW.gi The Wedderga package Osnel Broche Cristo
#W Alexander Konovalov
#W Olexandr Konovalov
#W Aurora Olivieri
#W Gabriela Olteanu
#W Ángel del Río
Expand Down
2 changes: 1 addition & 1 deletion lib/auxiliar.gi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################################################################
##
#W auxiliar.gi The Wedderga package Osnel Broche Cristo
#W Alexander Konovalov
#W Olexandr Konovalov
#W Aurora Olivieri
#W Gabriela Olteanu
#W Ángel del Río
Expand Down
2 changes: 1 addition & 1 deletion lib/crossed.gd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################################################################
##
#W crossed.gd The Wedderga package Osnel Broche Cristo
#W Alexander Konovalov
#W Olexandr Konovalov
#W Aurora Olivieri
#W Gabriela Olteanu
#W Ángel del Río
Expand Down
2 changes: 1 addition & 1 deletion lib/crossed.gi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################################################################
##
#W crossed.gi The Wedderga package Osnel Broche Cristo
#W Alexander Konovalov
#W Olexandr Konovalov
#W Aurora Olivieri
#W Gabriela Olteanu
#W Ángel del Río
Expand Down
2 changes: 1 addition & 1 deletion lib/idempot.gi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################################################################
##
#W idempot.gi The Wedderga package Osnel Broche Cristo
#W Alexander Konovalov
#W Olexandr Konovalov
#W Aurora Olivieri
#W Gabriela Olteanu
#W Ángel del Río
Expand Down
2 changes: 1 addition & 1 deletion lib/main.gi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################################################################
##
#W main.gi The Wedderga package Osnel Broche Cristo
#W Alexander Konovalov
#W Olexandr Konovalov
#W Aurora Olivieri
#W Gabriela Olteanu
#W Ángel del Río
Expand Down
2 changes: 1 addition & 1 deletion lib/others.gi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################################################################
##
#W others.gi The Wedderga package Osnel Broche Cristo
#W Alexander Konovalov
#W Olexandr Konovalov
#W Aurora Olivieri
#W Gabriela Olteanu
#W Ángel del Río
Expand Down
2 changes: 1 addition & 1 deletion lib/wedderga.gd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################################################################
##
#W wedderga.gd The Wedderga package Osnel Broche Cristo
#W Alexander Konovalov
#W Olexandr Konovalov
#W Aurora Olivieri
#W Gabriela Olteanu
#W Ángel del Río
Expand Down
2 changes: 1 addition & 1 deletion makedoc.g
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
###########################################################################
##
#W makedocrel.g The Wedderga package Alexander Konovalov
#W makedocrel.g The Wedderga package Olexandr Konovalov
##
###########################################################################

Expand Down
4 changes: 2 additions & 2 deletions read.g
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#############################################################################
##
#W read.g The Wedderga package Osnel Broche Cristo
#W Alexander Konovalov
#W Olexandr Konovalov
#W Aurora Olivieri
#W Gabriela Olteanu
#W Ángel del Rí­o
#W Ángel del Río
#W Inneke Van Gelder
##
#############################################################################
Expand Down
2 changes: 1 addition & 1 deletion tst/wedderga01.tst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
gap> START_TEST( "wedderga01.tst");

# doc/intro.xml:139-162
# doc/intro.xml:140-163

gap> QG := GroupRing( Rationals, SymmetricGroup(4) );
<algebra-with-one over Rationals, with 2 generators>
Expand Down

0 comments on commit 7b83b22

Please sign in to comment.