Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version numbers etc for v1.9.0 #701

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.9.0
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ depcomp
digraphs-config.h
digraphs-lib
doc/_*.xml
doc/main.xml
gen/
gh-pages/
main.xml
Expand Down
5 changes: 5 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Marina Anagnostopoulou-Merkouri <[email protected]> marinaanagno <66735004+
Finn Buck <[email protected]> Finnegan Buck <[email protected]>
Stuart Burrell <[email protected]> Stuart Burrell <[email protected]>
Reinis Cirpons <[email protected]> reiniscirpons <[email protected]>
Reinis Cirpons <[email protected]> Reinis Cirpons <[email protected]>
Reinis Cirpons <[email protected]> reiniscirpons <[email protected]>
Tom Conti-Leslie <[email protected]> Tom Conti-Leslie <[email protected]>
Tom Conti-Leslie <[email protected]> Tom Conti-Leslie <[email protected]>
Expand Down Expand Up @@ -33,6 +34,7 @@ Matthew Pancer <[email protected]> M Pancer <[email protected]
Daniel Pointon <[email protected]> <[email protected]>
Markus Pfeiffer <[email protected]> Markus Pfeiffer <[email protected]>
Markus Pfeiffer <[email protected]> Markus Pfeiffer <[email protected]>
Markus Pfeiffer <[email protected]> Markus Pfeiffer <[email protected]>
Lea Racine <[email protected]> LRacine <[email protected]>
Lea Racine <[email protected]> Lea Racine <[email protected]>
Lea Racine <[email protected]> Lea Racine <[email protected]>
Expand All @@ -45,4 +47,7 @@ Finn Smith <[email protected]> flsmith <[email protected]>
Maria Tsalakou <[email protected]> Maria Tsalakou <[email protected]>
Murray Whyte <[email protected]> MTWhyte <[email protected]>
Murray Whyte <[email protected]> Murray Whyte <[email protected]>
Meike Weiss <[email protected]> MeikeWeiss <[email protected]>
Meike Weiss <[email protected]> Meike Weiß <[email protected]>
Wilf Wilson <[email protected]> Wilf Wilson <[email protected]>
",
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,53 @@ Wilf A. Wilson, Michael Young et al.

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

## Version 1.9.0 (released 06/09/2024)

## What's Changed
* Update my web-address by @markuspf in
https://github.com/digraphs/Digraphs/pull/674
* Fix off by one error by @james-d-mitchell in
https://github.com/digraphs/Digraphs/pull/677
* Resolve issue #676 by @james-d-mitchell in
https://github.com/digraphs/Digraphs/pull/678
* Add hash function for digraphs by @reiniscirpons in
https://github.com/digraphs/Digraphs/pull/675
* kernel: use GAP's GVAR_FUNC macro by @fingolfin in
https://github.com/digraphs/Digraphs/pull/682
* Add DigraphAllChordlessCycles by @MeikeWeiss in
https://github.com/digraphs/Digraphs/pull/679
* Add DomainForAction mock for actions on digraphs by @reiniscirpons in
https://github.com/digraphs/Digraphs/pull/686
* doc: start using autodoc by @james-d-mitchell in
https://github.com/digraphs/Digraphs/pull/684
* Make Orb use digraph hashes by @reiniscirpons in
https://github.com/digraphs/Digraphs/pull/687
* Fix startup bug by @james-d-mitchell in
https://github.com/digraphs/Digraphs/pull/688
* Add comment to remove rank by @reiniscirpons in
https://github.com/digraphs/Digraphs/pull/692
* Lint for new version of gaplint by @james-d-mitchell in
https://github.com/digraphs/Digraphs/pull/691
* Add `SubdigraphsMonomorphisms` by @james-d-mitchell in
https://github.com/digraphs/Digraphs/pull/690
* Added method AllUndirectedSimpleCircuits by @MeikeWeiss in
https://github.com/digraphs/Digraphs/pull/689
* Update for recent gaplint by @james-d-mitchell in
https://github.com/digraphs/Digraphs/pull/693
* Add a test for issue #676 by @wilfwilson in
https://github.com/digraphs/Digraphs/pull/695
* Fix edge placement in HanoiGraph by @Joseph-Edwards in
https://github.com/digraphs/Digraphs/pull/699
* Fix planarity by @Joseph-Edwards in
https://github.com/digraphs/Digraphs/pull/696
* Clarify homomorphisms finder with specified image by @james-d-mitchell in
https://github.com/digraphs/Digraphs/pull/700

## New Contributors
* @MeikeWeiss made their first contribution in https://github.com/digraphs/Digraphs/pull/679

**Full Changelog**: https://github.com/digraphs/Digraphs/compare/v1.8.0...v1.9.0

## Version 1.8.0 (released 27/08/2024)

This release contains several improvements and bug fixes:
Expand Down
16 changes: 14 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ fi;
SetPackageInfo(rec(
PackageName := "Digraphs",
Subtitle := "Graphs, digraphs, and multidigraphs in GAP",
Version := "1.8.0",
Date := "27/08/2024", # dd/mm/yyyy format
Version := "1.9.0",
Date := "06/09/2024", # dd/mm/yyyy format
License := "GPL-3.0-or-later",
ArchiveFormats := ".tar.gz",

Expand Down Expand Up @@ -384,6 +384,18 @@ Persons := [
Place := "St Andrews",
Institution := "University of St Andrews"),

rec(
LastName := "Weiss",
FirstNames := "Meike",
IsAuthor := true,
IsMaintainer := false,
Email := "[email protected]",
WWWHome := "https://bit.ly/4e6pUeP",
PostalAddress := Concatenation("Chair of Algebra and Representation ",
"Theory, Pontdriesch 10-16, 52062 Aachen"),
Place := "Aachen",
Institution := "RWTH-Aachen University"),

rec(
LastName := "Whyte",
FirstNames := "Murray",
Expand Down
1 change: 1 addition & 0 deletions VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#############################################################################
##

release 1.9.0 - 06/09/2024
release 1.8.0 - 27/08/2024
release 1.7.1 - 19/02/2024
release 1.7.0 - 14/02/2024
Expand Down
2 changes: 1 addition & 1 deletion release.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[authors]
expired_emails = ["[email protected]", "[email protected]", "[email protected]"]
author_files = ["PackageInfo.g"]
ignore = ["convert-repo", "dependabot"]
ignore = ["convert-repo", "dependabot", "Luke"]
Loading