Skip to content

Commit

Permalink
Version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-konovalov committed Apr 26, 2022
1 parent 7d6ba33 commit 7c84959
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 45 deletions.
26 changes: 13 additions & 13 deletions PackageInfo.g
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
#############################################################################
##
#W PackageInfo.g The UnitLib package Alexander Konovalov
#W Elena Yakimenko
#W PackageInfo.g The UnitLib package Olexandr Konovalov
#W Olena Yakimenko
##
#############################################################################

SetPackageInfo( rec(

PackageName := "UnitLib",
Subtitle := "Library of normalized unit groups of modular group algebras",
Version := "4.0.0",
Date := "01/05/2018", # dd/mm/yyyy format
Version := "4.1.0",
Date := "26/04/2022", # dd/mm/yyyy format
License := "GPL-2.0-or-later",
## <#GAPDoc Label="PKGVERSIONDATA">
## <!ENTITY VERSION "4.0.0">
## <!ENTITY RELEASEDATE "1 May 2018">
## <!ENTITY RELEASEYEAR "2018">
## <!ENTITY VERSION "4.1.0">
## <!ENTITY RELEASEDATE "26 April 2022">
## <!ENTITY RELEASEYEAR "2022">
## <#/GAPDoc>

SourceRepository := rec(
Expand All @@ -35,11 +35,11 @@ ArchiveFormats := ".tar.gz",
Persons := [
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 All @@ -50,11 +50,11 @@ Persons := [
),
rec(
LastName := "Yakimenko",
FirstNames := "Elena",
FirstNames := "Olena",
IsAuthor := true,
IsMaintainer := false,
Place := "Zaporozhye",
Institution := "Zaporozhye National University"
Place := "Zaporizhzhia",
Institution := "Zaporizhzhia National University"
)
],

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Therefore, to use UnitLib, first you need to load it as follows:
gap> LoadPackage("unitlib");


Alexander Konovalov and Elena Yakimenko
Olexandr Konovalov and Olena Yakimenko
8 changes: 4 additions & 4 deletions doc/funct.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ To use the &UnitLib; package first you need to load it as follows:
<![CDATA[
gap> LoadPackage("unitlib");
----------------------------------------------------------------------------
Loading UnitLib 4.0.0 (The library of normalized unit groups of modular group algebras)
by Alexander Konovalov (https://alexk.host.cs.st-andrews.ac.uk) and
Elena Yakimenko.
Loading UnitLib 4.1.0 (The library of normalized unit groups of modular group algebras)
by Olexandr Konovalov (https://alex-konovalov.github.io/) and
Olena Yakimenko.
maintained by:
Alexander Konovalov (https://alexk.host.cs.st-andrews.ac.uk).
Olexandr Konovalov (https://alex-konovalov.github.io/).
Homepage: https://gap-packages.github.io/unitlib
Report issues at https://github.com/gap-packages/unitlib/issues
----------------------------------------------------------------------------
Expand Down
8 changes: 3 additions & 5 deletions doc/manual.bib
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%W manual.bib LAGUNA documentation Victor Bovdi
%W Alexander Konovalov
%W Richard Rossmanith
%W Csaba Scheider
%W manual.bib UnitLib documentation Olexandr Konovalov
%W Olena Yakimenko
%%
%% manual.bib - BibTeX database file of LAGUNA references
Expand Down Expand Up @@ -59,7 +57,7 @@ @article {Du


@Misc{Laguna,
AUTHOR = {Bovdi, V. and Konovalov, A. and Rossmanith, R. and Schneider, C.},
AUTHOR = {Bovdi, V. and Konovalov, O. and Rossmanith, R. and Schneider, C.},
TITLE = {{LAGUNA} --- {L}ie {A}l{G}ebras and {UN}its of group {A}lgebras},
howpublished = {{GAP4} package (\url{https://gap-packages.github.io/laguna/})}
}
Expand Down
14 changes: 7 additions & 7 deletions doc/manual.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<Subtitle>The library of normalized unit groups of modular group algebras</Subtitle>
<Version>Version &VERSION;</Version>

<Author>Alexander Konovalov
<Email>alexander.konovalov@st-andrews.ac.uk</Email>
<Homepage>https://alexk.host.cs.st-andrews.ac.uk</Homepage>
<Author>Olexandr Konovalov
<Email>obk1@st-andrews.ac.uk</Email>
<Homepage>https://alex-konovalov.github.io/</Homepage>
<Address>
School of Computer Science<Br/>
University of St Andrews<Br/>
Expand All @@ -26,11 +26,11 @@
</Address>
</Author>

<Author>Elena Yakimenko
<Author>Olena Yakimenko
<Address>
Department of Mathematics<Br/>
Zaporozhye National University<Br/>
Zaporozhye, Ukraine
Zaporizhzhia National University<Br/>
Zaporizhzhia, Ukraine
</Address>
</Author>

Expand All @@ -52,7 +52,7 @@ Library) over the field of <M>p</M> elements.
</Abstract>

<Copyright>
&copyright; 2006-&RELEASEYEAR; by Alexander Konovalov and Elena Yakimenko<P/>
&copyright; 2006-&RELEASEYEAR; by Olexandr Konovalov and Olena Yakimenko<P/>

&UnitLib; is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions init.g
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################################################################
##
#W init.g The UnitLib package Alexander Konovalov
#W Elena Yakimenko
#W init.g The UnitLib package Olexandr Konovalov
#W Olena Yakimenko
##
#############################################################################

Expand Down
4 changes: 2 additions & 2 deletions lib/genlib.g
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################################################################
##
#W genlib.g The UnitLib package Alexander Konovalov
#W Elena Yakimenko
#W genlib.g The UnitLib package Olexandr Konovalov
#W Olena Yakimenko
##
#############################################################################

Expand Down
4 changes: 2 additions & 2 deletions lib/genpar.g
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################################################################
##
#W genpar.g The UnitLib package Alexander Konovalov
#W Elena Yakimenko
#W genpar.g The UnitLib package Olexandr Konovalov
#W Olena Yakimenko
##
#############################################################################

Expand Down
4 changes: 2 additions & 2 deletions lib/parunits.g
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################################################################
##
#W parunits.g The UnitLib package Alexander Konovalov
#W Elena Yakimenko
#W parunits.g The UnitLib package Olexandr Konovalov
#W Olena Yakimenko
##
#############################################################################

Expand Down
4 changes: 2 additions & 2 deletions lib/unitlib.g
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################################################################
##
#W unitlib.gi The UnitLib package Alexander Konovalov
#W Elena Yakimenko
#W unitlib.gi The UnitLib package Olexandr Konovalov
#W Olena Yakimenko
##
#############################################################################

Expand Down
4 changes: 2 additions & 2 deletions lib/unitlib.gd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################################################################
##
#W unitlib.gd The UnitLib package Alexander Konovalov
#W Elena Yakimenko
#W unitlib.gd The UnitLib package Olexandr Konovalov
#W Olena Yakimenko
##
#############################################################################

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 makedoc.g The UnitLib package Alexander Konovalov
#W makedoc.g The UnitLib package Olexandr Konovalov
##
###########################################################################

Expand Down
4 changes: 2 additions & 2 deletions tst/testlib.g
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################################################################
##
#W testlib.g The UnitLib package Alexander Konovalov
#W Elena Yakimenko
#W testlib.g The UnitLib package Olexandr Konovalov
#W Olena Yakimenko
##
#############################################################################

Expand Down

0 comments on commit 7c84959

Please sign in to comment.