Skip to content
Merged
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.13.1
1.14.0
13 changes: 7 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
*.DS_Store
*.Plo
*.Tpo
_*.xml
.ipynb_checkpoints
.null-ls*
*.a
*.aux
*.bbl
*.blg
*.brf
*.digraphs
*.DS_Store
*.dylib
*.g6
*.gcda
Expand All @@ -24,6 +25,7 @@
*.o
*.out
*.pdf
*.Plo
*.pnr
*.pyc
*.six
Expand All @@ -35,13 +37,11 @@
*.tex
*.toc
*.top
*.Tpo
*.tui
*.txt
.ipynb_checkpoints
/doc/*.css
/doc/*.js
Makefile
_*.xml
aclocal.m4
autom4te.*
bin/
Expand All @@ -58,6 +58,7 @@ doc/title.xml
gen/
gh-pages/
main.xml
Makefile
manual.lab
missing
src/pkgconfig.h.in
Expand Down
4 changes: 4 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
Marina Anagnostopoulou-Merkouri <mam49@st-andrews.ac.uk> marinaanagno <66735004+marinaanagno@users.noreply.github.com>
Cora Aked <ca219@st-andrews.ac.uk> coraaked <coramay.aked@gmail.com>
Finn Buck <finneganlbuck@gmail.com> Finnegan Buck <61651823+finnbuck@users.noreply.github.com>
Stuart Burrell <stuartburrell1994@gmail.com> Stuart Burrell <stuartburrell@users.noreply.github.com>
Reinis Cirpons <rc234@st-andrews.ac.uk> reiniscirpons <43414125+reiniscirpons@users.noreply.github.com>
Reinis Cirpons <rc234@st-andrews.ac.uk> Reinis Cirpons <43414125+reiniscirpons@users.noreply.github.com>
Reinis Cirpons <rc234@st-andrews.ac.uk> reiniscirpons <rc234@st-andrews.ac.uk>
Devansh Chopra <dc268@st-andrews.ac.uk> Devansh Chopra <92119416+devansh2605@users.noreply.github.com>
Tom Conti-Leslie <tom.contileslie@gmail.com> Tom Conti-Leslie <54725378+tomcontileslie@users.noreply.github.com>
Tom Conti-Leslie <tom.contileslie@gmail.com> Tom Conti-Leslie <tdcl@st-andrews.ac.uk>
Jan De Beule <jdebeule@cage.ugent.be>
Expand Down Expand Up @@ -35,11 +37,13 @@ James Mitchell <jdm3@st-andrews.ac.uk> James Mitchell <jdm3@st-and.ac.uk>
James Mitchell <jdm3@st-andrews.ac.uk> James D. <jdm3@st-andrews.ac.uk>
James Mitchell <jdm3@st-andrews.ac.uk> James Mitchell <james-d-mitchell@users.noreply.github.com>
Seyyed Ali Mohammadiyeh <MaxBaseCode@Gmail.Com>
Rheya Monerasinghe <rm387@st-andrews.ac.uk> RheyaM <87742505+RheyaM@users.noreply.github.com>
Matthew Pancer <mp322@st-andrews.ac.uk> M Pancer <115101659+mpan322@users.noreply.github.com>
Daniel Pointon <dp211@st-andrews.ac.uk> <30954660+DanielPointon@users.noreply.github.com>
Markus Pfeiffer <markus.pfeiffer@morphism.de> Markus Pfeiffer <markus.pfeiffer@st-andrews.ac.uk>
Markus Pfeiffer <markus.pfeiffer@morphism.de> Markus Pfeiffer <markuspf@users.noreply.github.com>
Markus Pfeiffer <markus.pfeiffer@morphism.de> Markus Pfeiffer <markus.pfeiffer@coignear.xyz>
Amelia Phillips <ap410@st-andrews.ac.uk> ap4108735 <ameliaphillips04@gmail.com>
Lea Racine <lr217@st-andrews.ac.uk> LRacine <35891709+LRacine@users.noreply.github.com>
Lea Racine <lr217@st-andrews.ac.uk> Lea Racine <35891709+LRacine@users.noreply.github.com>
Lea Racine <lr217@st-andrews.ac.uk> Lea Racine <racine.lea@icloud.com>
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
79 changes: 49 additions & 30 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.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",

Expand Down Expand Up @@ -119,21 +119,23 @@ 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",
FirstNames := "Finn",
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",
Expand All @@ -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",
Expand All @@ -164,21 +174,15 @@ 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",
FirstNames := "Ashley",
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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion VERSIONS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading