Skip to content

Commit 702a4b4

Browse files
committedSep 6, 2024·
Update version numbers etc for v1.9.0
1 parent 7c60e08 commit 702a4b4

7 files changed

+70
-4
lines changed
 

‎.VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.9.0

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ depcomp
5353
digraphs-config.h
5454
digraphs-lib
5555
doc/_*.xml
56+
doc/main.xml
5657
gen/
5758
gh-pages/
5859
main.xml

‎.mailmap

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Marina Anagnostopoulou-Merkouri <mam49@st-andrews.ac.uk> marinaanagno <66735004+
22
Finn Buck <finneganlbuck@gmail.com> Finnegan Buck <61651823+finnbuck@users.noreply.github.com>
33
Stuart Burrell <stuartburrell1994@gmail.com> Stuart Burrell <stuartburrell@users.noreply.github.com>
44
Reinis Cirpons <rc234@st-andrews.ac.uk> reiniscirpons <43414125+reiniscirpons@users.noreply.github.com>
5+
Reinis Cirpons <rc234@st-andrews.ac.uk> Reinis Cirpons <43414125+reiniscirpons@users.noreply.github.com>
56
Reinis Cirpons <rc234@st-andrews.ac.uk> reiniscirpons <rc234@st-andrews.ac.uk>
67
Tom Conti-Leslie <tom.contileslie@gmail.com> Tom Conti-Leslie <54725378+tomcontileslie@users.noreply.github.com>
78
Tom Conti-Leslie <tom.contileslie@gmail.com> Tom Conti-Leslie <tdcl@st-andrews.ac.uk>
@@ -33,6 +34,7 @@ Matthew Pancer <mp322@st-andrews.ac.uk> M Pancer <115101659+mpan322@users.norepl
3334
Daniel Pointon <dp211@st-andrews.ac.uk> <30954660+DanielPointon@users.noreply.github.com>
3435
Markus Pfeiffer <markus.pfeiffer@morphism.de> Markus Pfeiffer <markus.pfeiffer@st-andrews.ac.uk>
3536
Markus Pfeiffer <markus.pfeiffer@morphism.de> Markus Pfeiffer <markuspf@users.noreply.github.com>
37+
Markus Pfeiffer <markus.pfeiffer@morphism.de> Markus Pfeiffer <markus.pfeiffer@coignear.xyz>
3638
Lea Racine <lr217@st-andrews.ac.uk> LRacine <35891709+LRacine@users.noreply.github.com>
3739
Lea Racine <lr217@st-andrews.ac.uk> Lea Racine <35891709+LRacine@users.noreply.github.com>
3840
Lea Racine <lr217@st-andrews.ac.uk> Lea Racine <racine.lea@icloud.com>
@@ -45,4 +47,7 @@ Finn Smith <fls3@st-andrews.ac.uk> flsmith <finnishing@gmail.com>
4547
Maria Tsalakou <mt200@st-andrews.ac.uk> Maria Tsalakou <55688065+mariatsalakou@users.noreply.github.com>
4648
Murray Whyte <mw231@st-andrews.ac.uk> MTWhyte <42549861+MTWhyte@users.noreply.github.com>
4749
Murray Whyte <mw231@st-andrews.ac.uk> Murray Whyte <42549861+MTWhyte@users.noreply.github.com>
50+
Meike Weiss <weiss@art.rwth-aachen.de> MeikeWeiss <82507837+MeikeWeiss@users.noreply.github.com>
51+
Meike Weiss <weiss@art.rwth-aachen.de> Meike Weiß <meike.weiss@rwth-aachen.de>
4852
Wilf Wilson <gap@wilf-wilson.net> Wilf Wilson <wilf@wilf-wilson.net>
53+
",

‎CHANGELOG.md

+47
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,53 @@ Wilf A. Wilson, Michael Young et al.
44

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

7+
## Version 1.9.0 (released 06/09/2024)
8+
9+
## What's Changed
10+
* Update my web-address by @markuspf in
11+
https://github.com/digraphs/Digraphs/pull/674
12+
* Fix off by one error by @james-d-mitchell in
13+
https://github.com/digraphs/Digraphs/pull/677
14+
* Resolve issue #676 by @james-d-mitchell in
15+
https://github.com/digraphs/Digraphs/pull/678
16+
* Add hash function for digraphs by @reiniscirpons in
17+
https://github.com/digraphs/Digraphs/pull/675
18+
* kernel: use GAP's GVAR_FUNC macro by @fingolfin in
19+
https://github.com/digraphs/Digraphs/pull/682
20+
* Add DigraphAllChordlessCycles by @MeikeWeiss in
21+
https://github.com/digraphs/Digraphs/pull/679
22+
* Add DomainForAction mock for actions on digraphs by @reiniscirpons in
23+
https://github.com/digraphs/Digraphs/pull/686
24+
* doc: start using autodoc by @james-d-mitchell in
25+
https://github.com/digraphs/Digraphs/pull/684
26+
* Make Orb use digraph hashes by @reiniscirpons in
27+
https://github.com/digraphs/Digraphs/pull/687
28+
* Fix startup bug by @james-d-mitchell in
29+
https://github.com/digraphs/Digraphs/pull/688
30+
* Add comment to remove rank by @reiniscirpons in
31+
https://github.com/digraphs/Digraphs/pull/692
32+
* Lint for new version of gaplint by @james-d-mitchell in
33+
https://github.com/digraphs/Digraphs/pull/691
34+
* Add `SubdigraphsMonomorphisms` by @james-d-mitchell in
35+
https://github.com/digraphs/Digraphs/pull/690
36+
* Added method AllUndirectedSimpleCircuits by @MeikeWeiss in
37+
https://github.com/digraphs/Digraphs/pull/689
38+
* Update for recent gaplint by @james-d-mitchell in
39+
https://github.com/digraphs/Digraphs/pull/693
40+
* Add a test for issue #676 by @wilfwilson in
41+
https://github.com/digraphs/Digraphs/pull/695
42+
* Fix edge placement in HanoiGraph by @Joseph-Edwards in
43+
https://github.com/digraphs/Digraphs/pull/699
44+
* Fix planarity by @Joseph-Edwards in
45+
https://github.com/digraphs/Digraphs/pull/696
46+
* Clarify homomorphisms finder with specified image by @james-d-mitchell in
47+
https://github.com/digraphs/Digraphs/pull/700
48+
49+
## New Contributors
50+
* @MeikeWeiss made their first contribution in https://github.com/digraphs/Digraphs/pull/679
51+
52+
**Full Changelog**: https://github.com/digraphs/Digraphs/compare/v1.8.0...v1.9.0
53+
754
## Version 1.8.0 (released 27/08/2024)
855

956
This release contains several improvements and bug fixes:

‎PackageInfo.g

+14-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ fi;
3838
SetPackageInfo(rec(
3939
PackageName := "Digraphs",
4040
Subtitle := "Graphs, digraphs, and multidigraphs in GAP",
41-
Version := "1.8.0",
42-
Date := "27/08/2024", # dd/mm/yyyy format
41+
Version := "1.9.0",
42+
Date := "06/09/2024", # dd/mm/yyyy format
4343
License := "GPL-3.0-or-later",
4444
ArchiveFormats := ".tar.gz",
4545

@@ -384,6 +384,18 @@ Persons := [
384384
Place := "St Andrews",
385385
Institution := "University of St Andrews"),
386386

387+
rec(
388+
LastName := "Weiss",
389+
FirstNames := "Meike",
390+
IsAuthor := true,
391+
IsMaintainer := false,
392+
Email := "weiss@art.rwth-aachen.de",
393+
WWWHome := "https://bit.ly/4e6pUeP",
394+
PostalAddress := Concatenation("Chair of Algebra and Representation ",
395+
"Theory, Pontdriesch 10-16, 52062 Aachen"),
396+
Place := "Aachen",
397+
Institution := "RWTH-Aachen University"),
398+
387399
rec(
388400
LastName := "Whyte",
389401
FirstNames := "Murray",

‎VERSIONS

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#############################################################################
99
##
1010

11+
release 1.9.0 - 06/09/2024
1112
release 1.8.0 - 27/08/2024
1213
release 1.7.1 - 19/02/2024
1314
release 1.7.0 - 14/02/2024

‎release.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[authors]
22
expired_emails = ["cr66@st-andrews.ac.uk", "GrahamCampbell@users.noreply.github.com", "47450781+RaiyanC@users.noreply.github.com"]
33
author_files = ["PackageInfo.g"]
4-
ignore = ["convert-repo", "dependabot"]
4+
ignore = ["convert-repo", "dependabot", "Luke"]

0 commit comments

Comments
 (0)
Please sign in to comment.