diff --git a/.VERSION b/.VERSION index b50dd27dd..850e74240 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -1.13.1 +1.14.0 diff --git a/.gitignore b/.gitignore index 93793b009..dc35dcb51 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,13 @@ -*.DS_Store -*.Plo -*.Tpo +_*.xml +.ipynb_checkpoints +.null-ls* *.a *.aux *.bbl *.blg *.brf *.digraphs +*.DS_Store *.dylib *.g6 *.gcda @@ -24,6 +25,7 @@ *.o *.out *.pdf +*.Plo *.pnr *.pyc *.six @@ -35,13 +37,11 @@ *.tex *.toc *.top +*.Tpo *.tui *.txt -.ipynb_checkpoints /doc/*.css /doc/*.js -Makefile -_*.xml aclocal.m4 autom4te.* bin/ @@ -58,6 +58,7 @@ doc/title.xml gen/ gh-pages/ main.xml +Makefile manual.lab missing src/pkgconfig.h.in diff --git a/.mailmap b/.mailmap index a08656c37..971d20658 100644 --- a/.mailmap +++ b/.mailmap @@ -1,9 +1,11 @@ Marina Anagnostopoulou-Merkouri marinaanagno <66735004+marinaanagno@users.noreply.github.com> +Cora Aked coraaked Finn Buck Finnegan Buck <61651823+finnbuck@users.noreply.github.com> Stuart Burrell Stuart Burrell Reinis Cirpons reiniscirpons <43414125+reiniscirpons@users.noreply.github.com> Reinis Cirpons Reinis Cirpons <43414125+reiniscirpons@users.noreply.github.com> Reinis Cirpons reiniscirpons +Devansh Chopra Devansh Chopra <92119416+devansh2605@users.noreply.github.com> Tom Conti-Leslie Tom Conti-Leslie <54725378+tomcontileslie@users.noreply.github.com> Tom Conti-Leslie Tom Conti-Leslie Jan De Beule @@ -35,11 +37,13 @@ James Mitchell James Mitchell James Mitchell James D. James Mitchell James Mitchell Seyyed Ali Mohammadiyeh +Rheya Monerasinghe RheyaM <87742505+RheyaM@users.noreply.github.com> Matthew Pancer M Pancer <115101659+mpan322@users.noreply.github.com> Daniel Pointon <30954660+DanielPointon@users.noreply.github.com> Markus Pfeiffer Markus Pfeiffer Markus Pfeiffer Markus Pfeiffer Markus Pfeiffer Markus Pfeiffer +Amelia Phillips ap4108735 Lea Racine LRacine <35891709+LRacine@users.noreply.github.com> Lea Racine Lea Racine <35891709+LRacine@users.noreply.github.com> Lea Racine Lea Racine diff --git a/CHANGELOG.md b/CHANGELOG.md index 944f2f187..f71dc6940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,30 @@ Wilf A. Wilson, Michael Young et al. Licensing information can be found in the `LICENSE` file. +## Version 1.14.0 (released 22/01/2026) + +## What's Changed + +- Fix some little things in the manual, etc by @wilfwilson in https://github.com/digraphs/Digraphs/pull/855 +- Re-standardise on function arguments named `D`, as opposed to `digraph` by @wilfwilson in https://github.com/digraphs/Digraphs/pull/868 +- Remove support for GAP 4.10 by @wilfwilson in https://github.com/digraphs/Digraphs/pull/866 +- Abstract RandomDigraphCons redirect methods by @mtorpey in https://github.com/digraphs/Digraphs/pull/871 +- Add `SwapDigraphs` and `DigraphsRemoveAllEdges` functions by @RheyaM in https://github.com/digraphs/Digraphs/pull/864 +- CI: stop the codecov step from failing the job on Windows, since it is buggy by @wilfwilson in https://github.com/digraphs/Digraphs/pull/875 +- ViewString for edge weights by @ap4108735 in https://github.com/digraphs/Digraphs/pull/873 +- Fix dotdigraph doc #759 by @coraaked in https://github.com/digraphs/Digraphs/pull/880 +- Implemented ^ operator for digraphs to delegate to OnDigraphs (issue #580) by @devansh2605 in https://github.com/digraphs/Digraphs/pull/876 +- Added `DigraphMinimumCutSet` by @frankiegillis in https://github.com/digraphs/Digraphs/pull/879 + +## New Contributors + +- @RheyaM made their first contribution in https://github.com/digraphs/Digraphs/pull/864 +- @ap4108735 made their first contribution in https://github.com/digraphs/Digraphs/pull/873 +- @coraaked made their first contribution in https://github.com/digraphs/Digraphs/pull/880 +- @devansh2605 made their first contribution in https://github.com/digraphs/Digraphs/pull/876 + +**Full Changelog**: https://github.com/digraphs/Digraphs/compare/v1.13.1...v1.14.0 + ## Version 1.13.1 (released 27/09/2025) This is a minor release of the Digraphs package, containing one bugfix: diff --git a/PackageInfo.g b/PackageInfo.g index 013414fa0..8de5c2a52 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -38,8 +38,8 @@ fi; SetPackageInfo(rec( PackageName := "Digraphs", Subtitle := "Graphs, digraphs, and multidigraphs in GAP", -Version := "1.13.1", -Date := "27/09/2025", # dd/mm/yyyy format +Version := "1.14.0", +Date := "22/01/2026", # dd/mm/yyyy format License := "GPL-3.0-or-later", ArchiveFormats := ".tar.gz", @@ -119,10 +119,15 @@ Persons := [ IsAuthor := true, IsMaintainer := false, Email := "mam49@st-andrews.ac.uk", - GithubUsername := "marinaanagno", - PostalAddress := _STANDREWSMATHS, - Place := "St Andrews", - Institution := "University of St Andrews"), + GithubUsername := "marinaanagno"), + + rec( + LastName := "Aked", + FirstNames := "Cora", + IsAuthor := true, + IsMaintainer := false, + Email := "ca219@st-andrews.ac.uk", + GithubUsername := "coraaked"), rec( LastName := "Buck", @@ -130,10 +135,7 @@ Persons := [ IsAuthor := true, IsMaintainer := false, Email := "finneganlbuck@gmail.com", - GithubUsername := "finnbuck", - PostalAddress := _STANDREWSMATHS, - Place := "St Andrews", - Institution := "University of St Andrews"), + GithubUsername := "finnbuck"), rec( LastName := "Burrell", @@ -151,6 +153,14 @@ Persons := [ IsMaintainer := false, GithubUsername := "GrahamCampbell"), + rec( + LastName := "Chopra", + FirstNames := "Devansh", + IsAuthor := true, + IsMaintainer := false, + Email := "dc268@st-andrews.ac.uk", + GithubUsername := "devansh2605"), + rec( LastName := "Chowdhury", FirstNames := "Raiyan", @@ -164,10 +174,7 @@ Persons := [ IsAuthor := true, IsMaintainer := false, Email := "rc234@st-andrews.ac.uk", - GithubUsername := "reiniscirpons", - PostalAddress := _STANDREWSMATHS, - Place := "St Andrews", - Institution := "University of St Andrews"), + GithubUsername := "reiniscirpons"), rec( LastName := "Clayton", @@ -175,10 +182,7 @@ Persons := [ IsAuthor := true, IsMaintainer := false, Email := "ac323@st-andrews.ac.uk", - GithubUsername := "AshleyClayton", - PostalAddress := _STANDREWSMATHS, - Place := "St Andrews", - Institution := "University of St Andrews"), + GithubUsername := "AshleyClayton"), rec( LastName := "Conti-Leslie", @@ -221,6 +225,14 @@ Persons := [ GithubUsername := "jengelh", WWWHome := "https://inai.de"), + rec( + LastName := "Flores Brito", + FirstNames := "Fernando", + IsAuthor := true, + IsMaintainer := false, + Email := "ffloresbrito@gmail.com", + GithubUsername := "ffloresbrito"), + rec( LastName := "Fernando", FirstNames := "Isuru", @@ -357,6 +369,14 @@ Persons := [ Email := "MaxBaseCode@Gmail.Com", GithubUsername := "BaseMax"), + rec( + LastName := "Monerasinghe", + FirstNames := "Rheya", + IsAuthor := true, + IsMaintainer := false, + Email := "rm387@st-andrews.ac.uk", + GithubUsername := "RheyaM"), + rec( LastName := "Orlitzky", FirstNames := "Michael", @@ -383,6 +403,14 @@ Persons := [ GithubUsername := "markuspf", WWWHome := "https://markusp.morphism.de/"), + rec( + LastName := "Phillips", + FirstNames := "Amelia", + IsAuthor := true, + IsMaintainer := false, + Email := "ap410@st-andrews.ac.uk", + GithubUsername := "ap4108735"), + rec( LastName := "Pointon", FirstNames := "Daniel", @@ -405,10 +433,7 @@ Persons := [ IsAuthor := true, IsMaintainer := false, Email := "lr217@st-andrews.ac.uk", - GithubUsername := "LRacine", - PostalAddress := _STANDREWSCS, - Place := "St Andrews", - Institution := "University of St Andrews"), + GithubUsername := "LRacine"), rec( LastName := "Russell", @@ -440,10 +465,7 @@ Persons := [ IsAuthor := true, IsMaintainer := false, Email := "kks4@st-andrews.ac.uk", - GithubUsername := "KamranKSharma", - PostalAddress := _STANDREWSCS, - Place := "St Andrews", - Institution := "University of St Andrews"), + GithubUsername := "KamranKSharma"), rec( LastName := "Smith", @@ -471,10 +493,7 @@ Persons := [ IsMaintainer := false, Email := "mt200@st-andrews.ac.uk", GithubUsername := "mariatsalakou", - WWWHome := "https://mariatsalakou.github.io/", - PostalAddress := _STANDREWSMATHS, - Place := "St Andrews", - Institution := "University of St Andrews"), + WWWHome := "https://mariatsalakou.github.io/"), rec( LastName := "Vishvanath", diff --git a/VERSIONS b/VERSIONS index 409fa25dc..8cbec17bb 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,13 +1,14 @@ ############################################################################# ## #W VERSIONS -#Y Copyright (C) 2015-25 James D. Mitchell +#Y Copyright (C) 2015-26 James D. Mitchell ## ## Licensing information can be found in the README.md file of this package. ## ############################################################################# ## +release 1.14.0 - 22/01/2026 release 1.13.1 - 27/09/2025 release 1.13.0 - 26/09/2025 release 1.12.2 - 20/09/2025