Skip to content

Commit 702a4b4

Browse files
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 <[email protected]> marinaanagno <66735004+
22
Finn Buck <[email protected]> Finnegan Buck <[email protected]>
33
Stuart Burrell <[email protected]> Stuart Burrell <[email protected]>
44
Reinis Cirpons <[email protected]> reiniscirpons <[email protected]>
5+
Reinis Cirpons <[email protected]> Reinis Cirpons <[email protected]>
56
Reinis Cirpons <[email protected]> reiniscirpons <[email protected]>
67
Tom Conti-Leslie <[email protected]> Tom Conti-Leslie <[email protected]>
78
Tom Conti-Leslie <[email protected]> Tom Conti-Leslie <[email protected]>
@@ -33,6 +34,7 @@ Matthew Pancer <[email protected]> M Pancer <[email protected]
3334
3435
Markus Pfeiffer <[email protected]> Markus Pfeiffer <[email protected]>
3536
Markus Pfeiffer <[email protected]> Markus Pfeiffer <[email protected]>
37+
Markus Pfeiffer <[email protected]> Markus Pfeiffer <[email protected]>
3638
Lea Racine <[email protected]> LRacine <[email protected]>
3739
Lea Racine <[email protected]> Lea Racine <[email protected]>
3840
Lea Racine <[email protected]> Lea Racine <[email protected]>
@@ -45,4 +47,7 @@ Finn Smith <[email protected]> flsmith <[email protected]>
4547
Maria Tsalakou <[email protected]> Maria Tsalakou <[email protected]>
4648
Murray Whyte <[email protected]> MTWhyte <[email protected]>
4749
Murray Whyte <[email protected]> Murray Whyte <[email protected]>
50+
Meike Weiss <[email protected]> MeikeWeiss <[email protected]>
51+
Meike Weiss <[email protected]> Meike Weiß <[email protected]>
4852
Wilf Wilson <[email protected]> Wilf Wilson <[email protected]>
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 := "[email protected]",
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
33
author_files = ["PackageInfo.g"]
4-
ignore = ["convert-repo", "dependabot"]
4+
ignore = ["convert-repo", "dependabot", "Luke"]

0 commit comments

Comments
 (0)