Skip to content

Commit c65a79c

Browse files
committed
Rename Michael Torpey → Young (and update URL)
Congratulations Michael and Claire!
1 parent f7e6402 commit c65a79c

16 files changed

+56
-56
lines changed

CHANGELOG.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG – Digraphs package for GAP
2-
Copyright © 2014-21 by Jan De Beule, Julius Jonušas, James D. Mitchell, Michael
3-
Torpey, Wilf A. Wilson et al.
2+
Copyright © 2014-21 by Jan De Beule, Julius Jonušas, James D. Mitchell,
3+
Wilf A. Wilson, Michael Young et al.
44

55
Licensing information can be found in the `LICENSE` file.
66

@@ -403,7 +403,7 @@ information. The Digraphs package now uses the nauty format, although digraphs
403403
encoded using the old format can still be read in. This incompatibility was
404404
reported by
405405
[Jukka Kohonen](https://tuhat.helsinki.fi/portal/en/persons/jukka-kohonen(a6f3f037-4918-4bf5-a114-ac417f94beb5).html), and the changes were made by
406-
[Michael Torpey][] in
406+
[Michael Young][] in
407407
[PR #162](https://github.com/digraphs/Digraphs/pull/162).
408408

409409
Other additions and changes are listed below:
@@ -700,7 +700,7 @@ Minor changes include:
700700

701701
* a better method for `DigraphReverse` [[Wilf A. Wilson][]]
702702
* automorphism groups of complete, empty, cycle, chain, and complete bipartite
703-
digraphs are set at creation [[Michael Torpey][]]
703+
digraphs are set at creation [[Michael Young][]]
704704
* a minor improvement in performance in the `DigraphMaximalCliques` [[Wilf A. Wilson][]]
705705
* a new operation `AdjacencyMatrixMutableCopy` [[James D. Mitchell][]]
706706

@@ -795,7 +795,7 @@ version, we welcomed Jan De Beule to the development team.
795795
- `RepresentativeOutNeighbours`
796796

797797
[[Jan De Beule][], [Julius Jonusas][], [James D. Mitchell][],
798-
[Michael Torpey][], [Wilf A. Wilson][]]
798+
[Michael Young][], [Wilf A. Wilson][]]
799799

800800
## Version 0.3.2 (released 14/01/2016)
801801
This is another minor release due to some missing build files in the Version
@@ -819,7 +819,7 @@ on the algorithm in [this paper](https://epubs.siam.org/doi/abs/10.1137/0204007)
819819
### Issues Resolved in Version 0.3.0
820820
* There was a memory leak in bliss-0.73, which is fixed in the copy of bliss included with Digraphs, but not in the official release of bliss. [[James D. Mitchell][]]
821821
* Some bits of code that caused compiler warnings were improved. [[James D. Mitchell][]]
822-
* Some memory leaks were resolved in the Digraphs kernel module. [[Michael Torpey][]]
822+
* Some memory leaks were resolved in the Digraphs kernel module. [[Michael Young][]]
823823

824824
## Version 0.2.0 (released 04/09/2015)
825825
The first release.
@@ -829,7 +829,7 @@ Pre-release version that was not made publicly available.
829829

830830
[James D. Mitchell]: https://jdbm.me
831831
[Wilf A. Wilson]: https://wilf.me
832-
[Michael Torpey]: https://mtorpey.github.io
832+
[Michael Young]: https://mct25.host.cs.st-andrews.ac.uk
833833
[Julius Jonusas]: http://julius.jonusas.work
834834
[Jan De Beule]: http://homepages.vub.ac.be/~jdbeule
835835
[Markus Pfeiffer]: https://www.morphism.de/~markusp

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This Digraphs package is
22

3-
Copyright (C) by Jan De Beule, Julius Jonušas, James D. Mitchell, Michael
4-
Torpey, Wilf A. Wilson et al.
3+
Copyright (C) by Jan De Beule, Julius Jonušas, James D. Mitchell,
4+
Wilf A. Wilson, Michael Young et al.
55

66
This program is free software: you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by

PackageInfo.g

+12-12
Original file line numberDiff line numberDiff line change
@@ -189,17 +189,6 @@ rec(
189189
Place := "St Andrews",
190190
Institution := "University of St Andrews"),
191191

192-
rec(
193-
LastName := "Torpey",
194-
FirstNames := "Michael",
195-
IsAuthor := true,
196-
IsMaintainer := false,
197-
Email := "[email protected]",
198-
WWWHome := "https://mtorpey.github.io",
199-
PostalAddress := _STANDREWSCS,
200-
Place := "St Andrews",
201-
Institution := "University of St Andrews"),
202-
203192
rec(
204193
LastName := "Tsalakou",
205194
FirstNames := "Maria",
@@ -227,7 +216,18 @@ rec(
227216
IsAuthor := true,
228217
IsMaintainer := true,
229218
Email := "[email protected]",
230-
WWWHome := "https://wilf.me")],
219+
WWWHome := "https://wilf.me"),
220+
221+
rec(
222+
LastName := "Young",
223+
FirstNames := "Michael",
224+
IsAuthor := true,
225+
IsMaintainer := false,
226+
Email := "[email protected]",
227+
WWWHome := "https://mct25.host.cs.st-andrews.ac.uk",
228+
PostalAddress := _STANDREWSCS,
229+
Place := "St Andrews",
230+
Institution := "University of St Andrews")],
231231

232232
Status := "deposited",
233233

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
### Digraphs package for GAP
99

10-
#### Copyright (C) 2014-21 by Jan De Beule, Julius Jonušas, James D. Mitchell, Michael Torpey, Wilf A. Wilson et al.
10+
#### Copyright (C) 2014-21 by Jan De Beule, Julius Jonušas, James D. Mitchell, Wilf A. Wilson, Michael Young et al.
1111
## Getting Digraphs
1212

1313
To get the latest version of the package, download the archive file

doc/utils.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#############################################################################
22
##
33
#W utils.xml
4-
#Y Copyright (C) 2015 Michael C. Torpey
4+
#Y Copyright (C) 2015 Michael C. Young
55
##
66
## Licensing information can be found in the README file of this package.
77
##

doc/z-chap0.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<Item>Jan De Beule,</Item>
1313
<Item>Julius Jonu&#353;as,</Item>
1414
<Item>James D. Mitchell,</Item>
15-
<Item>Michael C. Torpey,</Item>
16-
<Item>Maria Tsalakou, and</Item>
17-
<Item>Wilf A. Wilson.</Item>
15+
<Item>Maria Tsalakou,</Item>
16+
<Item>Wilf A. Wilson, and</Item>
17+
<Item>Michael C. Young.</Item>
1818
</List>
1919
Additional contributions were made by:
2020
<List>

doc/z-title.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
<Homepage>https://jdbm.me</Homepage>
1818
</Author>
1919

20-
<Author>Michael C. Torpey
21-
<Email>[email protected]</Email>
22-
<Homepage>https://mtorpey.github.io</Homepage>
23-
</Author>
24-
2520
<Author>Maria Tsalakou
2621
<Email>[email protected]</Email>
2722
<Homepage>https://mariatsalakou.github.io</Homepage>
@@ -32,6 +27,11 @@
3227
<Homepage>https://wilf.me</Homepage>
3328
</Author>
3429

30+
<Author>Michael C. Young
31+
<Email>[email protected]</Email>
32+
<Homepage>https://mct25.host.cs.st-andrews.ac.uk</Homepage>
33+
</Author>
34+
3535
<Author>Stuart Burrell</Author>
3636

3737
<Author>Reinis Cirpons</Author>
@@ -51,8 +51,8 @@
5151
<Author>Murray White</Author>
5252

5353
<Copyright>&copyright; &COPYRIGHTYEARS; by
54-
Jan De Beule, Julius Jonu&#353;as, James D. Mitchell, Michael
55-
Torpey, Wilf A. Wilson et al.<P/>
54+
Jan De Beule, Julius Jonu&#353;as, James D. Mitchell, Wilf A. Wilson,
55+
Michael Young et al.<P/>
5656

5757
&Digraphs; is free software; you can redistribute it and/or modify it
5858
under the terms of the <URL Text="GNU General Public License">

src/digraphs.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
**
33
*A digraphs.c GAP package Digraphs Julius Jonusas
44
** James Mitchell
5-
** Michael Torpey
65
** Wilf A. Wilson
6+
** Michael Young
77
**
8-
** Copyright (C) 2014-17 - Julius Jonusas, James Mitchell, Michael Torpey,
9-
** Wilf A. Wilson
8+
** Copyright (C) 2014-17 - Julius Jonusas, James Mitchell, Wilf A. Wilson,
9+
** Michael Young
1010
**
1111
** This file is free software, see the digraphs/LICENSE.
1212
**

src/digraphs.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
**
33
*A digraphs.h GAP package Digraphs Julius Jonusas
44
** James Mitchell
5-
** Michael Torpey
65
** Wilf A. Wilson
6+
** Michael Young
77
**
8-
** Copyright (C) 2014-15 - Julius Jonusas, James Mitchell, Michael Torpey,
9-
** Wilf A. Wilson
8+
** Copyright (C) 2014-15 - Julius Jonusas, James Mitchell, Wilf A. Wilson,
9+
** Michael Young
1010
**
1111
** This file is free software, see the digraphs/LICENSE.
1212
**

src/perms.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
**
33
*A perms.c GAP package Digraphs Julius Jonusas
44
** James Mitchell
5-
** Michael Torpey
65
** Wilf A. Wilson
6+
** Michael Young
77
**
8-
** Copyright (C) 2014-15 - Julius Jonusas, James Mitchell, Michael Torpey,
9-
** Wilf A. Wilson
8+
** Copyright (C) 2014-15 - Julius Jonusas, James Mitchell, Wilf A. Wilson,
9+
** Michael Young
1010
**
1111
** This file is free software, see the digraphs/LICENSE.
1212
**

src/perms.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
**
33
*A perms.h permutations Julius Jonusas
44
** James Mitchell
5-
** Michael Torpey
65
** Wilf A. Wilson
6+
** Michael Young
77
**
8-
** Copyright (C) 2014-15 - Julius Jonusas, James Mitchell, Michael Torpey,
9-
** Wilf A. Wilson
8+
** Copyright (C) 2014-15 - Julius Jonusas, James Mitchell, Wilf A. Wilson,
9+
** Michael Young
1010
**
1111
** This file is free software, see the digraphs/LICENSE.
1212
**

src/schreier-sims.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
**
33
*A schreier-sims.h A rudimentary Schreier-Sims Julius Jonusas
44
** James Mitchell
5-
** Michael Torpey
65
** Wilf A. Wilson
6+
** Michael Young
77
**
8-
** Copyright (C) 2014-15 - Julius Jonusas, James Mitchell, Michael Torpey,
9-
** Wilf A. Wilson
8+
** Copyright (C) 2014-15 - Julius Jonusas, James Mitchell, Wilf A. Wilson,
9+
** Michael Young
1010
**
1111
** This file is free software, see the digraphs/LICENSE.
1212
**

src/schreier-sims.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
**
33
*A schreier-sims.h A rudimentary Schreier-Sims Julius Jonusas
44
** James Mitchell
5-
** Michael Torpey
65
** Wilf A. Wilson
6+
** Michael Young
77
**
8-
** Copyright (C) 2014-15 - Julius Jonusas, James Mitchell, Michael Torpey,
9-
** Wilf A. Wilson
8+
** Copyright (C) 2014-15 - Julius Jonusas, James Mitchell, Wilf A. Wilson,
9+
** Michael Young
1010
**
1111
** This file is free software, see the digraphs/LICENSE.
1212
**

tst/extreme/oper.tst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
##
33
#W extreme/oper.tst
44
#Y Copyright (C) 2015 James D. Mitchell
5-
## Michael C. Torpey
5+
## Michael C. Young
66
##
77
## Licensing information can be found in the README file of this package.
88
##

tst/workspaces/load-workspace.tst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#############################################################################
22
##
33
#W workspaces/load-workspace.tst
4-
#Y Copyright (C) 2017 Michael Torpey
5-
## Wilf A. Wilson
4+
#Y Copyright (C) 2017 Wilf A. Wilson
5+
## Michael Young
66
##
77
## Licensing information can be found in the README file of this package.
88
##

tst/workspaces/save-workspace.tst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#############################################################################
22
##
33
#W workspaces/save-workspace.tst
4-
#Y Copyright (C) 2017 Michael Torpey
5-
## Wilf A. Wilson
4+
#Y Copyright (C) 2017 Wilf A. Wilson
5+
## Michael Young
66
##
77
## Licensing information can be found in the README file of this package.
88
##

0 commit comments

Comments
 (0)