Skip to content

Commit 93b2c30

Browse files
committed
Final changes for version 1.0.1
1 parent ec16cd9 commit 93b2c30

9 files changed

+427
-308
lines changed

.codecov.yml

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
coverage:
2-
precision: 2
3-
round: down
4-
range: "70...100"
5-
6-
status:
7-
project: no
8-
patch: yes
9-
changes: no
10-
11-
comment:
12-
layout: "header, diff, changes, tree"
13-
behavior: default
14-
15-
ignore:
16-
- "PackageInfo.g"
17-
- "init.g"
18-
- "read.g"
19-
- "tst/*" # ignore test harness code
20-
- "tst/**/*" # ignore test harness code
1+
coverage:
2+
precision: 2
3+
round: down
4+
range: "70...100"
5+
6+
status:
7+
project: no
8+
patch: yes
9+
changes: no
10+
11+
comment:
12+
layout: "header, diff, changes, tree"
13+
behavior: default
14+
15+
ignore:
16+
- "PackageInfo.g"
17+
- "init.g"
18+
- "read.g"
19+
- "tst/*" # ignore test harness code
20+
- "tst/**/*" # ignore test harness code

CHANGES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
This file describes changes in the GAP package 'TwistedConjugacy'.
22

3-
1.0.1 (06/06/2020)
3+
1.0.1 (07/06/2020)
44
------------------
55

66
- Improvements to PrintObj for ReidemeisterClasses
77
- Test Suite now has full coverage
88
- Some functions in HelpFunctions.gi now have local scope
9+
- Updated documentation to include examples
910

1011

1112
1.0.0 (19/02/2020)

PackageInfo.g

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SetPackageInfo( rec(
33
PackageName := "TwistedConjugacy",
44
Subtitle := "Computation with twisted conjugacy classes",
55
Version := "1.0.1",
6-
Date := "19/02/2020",
6+
Date := "07/06/2020",
77
License := "GPL-2.0-or-later",
88

99
Persons := [

doc/TwistedConjugacy.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- This is an automatically generated file. -->
44
<!DOCTYPE Book SYSTEM "gapdoc.dtd"
55
[
6-
<!ENTITY see '<Alt Only="LaTeX">$ o$</Alt><Alt Not="LaTeX">--&gt;</Alt>'>
6+
<!ENTITY see '<Alt Only="LaTeX">$\to$</Alt><Alt Not="LaTeX">--&gt;</Alt>'>
77
<!ENTITY TwistedConjugacy '<Package>TwistedConjugacy</Package>'>
88
]
99
>

doc/title.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Computation with twisted conjugacy classes
1010
</Subtitle>
1111
<Version>
12-
1.0.0
12+
1.0.1
1313
</Version>
1414
<Author>
1515
Sam Tertooy<Alt Only="LaTeX"><Br/></Alt>
@@ -25,20 +25,20 @@ Belgium<Br/>
2525

2626
</Author>
2727
<Date>
28-
19 February 2020
28+
7 June 2020
2929
</Date>
3030
<Copyright>
3131

32-
&copyright; 2020 by Sam Tertooy
32+
&copyright; 2020 by Sam Tertooy
3333

34-
<Br /><Br />
34+
<Br /><Br />
3535

36-
The <B>TwistedConjugacy</B> package is free software, it may be redistributed and/or modified under the terms and conditions of the <URL Text="GNU Public License Version 2">https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html</URL> or (at your option) any later version.
36+
The <B>TwistedConjugacy</B> package is free software, it may be redistributed and/or modified under the terms and conditions of the <URL Text="GNU Public License Version 2">https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html</URL> or (at your option) any later version.
3737

3838
</Copyright>
3939
<Acknowledgements>
4040

41-
This documentation was created using the <B>AutoDoc</B> package. The algorithms in this package are based on <Cite Key='fels00-1' /> and <Cite Key='dt20-1' />.
41+
This documentation was created using the <B>AutoDoc</B> package. The algorithms in this package are based on <Cite Key='fels00-1' /> and <Cite Key='dt20-1' />.
4242

4343
</Acknowledgements>
4444
</TitlePage>

0 commit comments

Comments
 (0)