Skip to content

Commit 7a05256

Browse files
committed
Prepare package for v0.14.0 release
1 parent 3ed0124 commit 7a05256

File tree

7 files changed

+44
-12
lines changed

7 files changed

+44
-12
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@ Copyright (C) 2014-18 by Jan De Beule, Julius Jonušas, James D. Mitchell, Micha
33

44
Licensing information can be found in the LICENSE file.
55

6+
## Version 0.14.0 (released 23/11/2018)
7+
8+
This release contains bugfixes and a couple of new features.
9+
10+
* The operations `AsSemigroup` and `AsMonoid` for lattice and semilattice
11+
digraphs were added by Chris Russell in [PR
12+
#136](https://github.com/gap-packages/Digraphs/pull/136).
13+
* The operation `IsDigraphColouring` was added by [James D.
14+
Mitchell](http://goo.gl/ZtViV6) in [PR
15+
#145](https://github.com/gap-packages/Digraphs/pull/145).
16+
* In previous versions of the package, the output of `ArticulationPoints` would
17+
sometimes contain repeated vertices (reported by Luke Elliott in [Issue
18+
#140](https://github.com/gap-packages/Digraphs/issues/140), and fixed by
19+
[James D. Mitchell](http://goo.gl/ZtViV6) in [PR
20+
#142](https://github.com/gap-packages/Digraphs/pull/142)).
21+
* In previous versions of the package, an unexpected error was sometimes caused
22+
when removing an immutable set of vertices from a digraph (reported and fixed
23+
by [James D. Mitchell](http://goo.gl/ZtViV6) in [PR
24+
#146](https://github.com/gap-packages/Digraphs/pull/146)).
25+
* The header file `x86intrin.h` was unnecessarily being included by the kernel
26+
module of Digraphs (reported by [Wilf A. Wilson](http://wilf.me) in [Issue
27+
#147](https://github.com/gap-packages/Digraphs/issues/147), and fixed by
28+
[James D. Mitchell](http://goo.gl/ZtViV6) in [PR
29+
#152](https://github.com/gap-packages/Digraphs/pull/152)).
30+
31+
[Max Horn](https://github.com/fingolfin) also contributed various compatibility
32+
and correctness changes to the kernel module of the package.
33+
34+
Digraphs now requires version 4.8.1 of the [orb
35+
package](https://gap-packages.github.io/orb), or newer.
36+
637
## Version 0.13.0 (released 19/09/2018)
738

839
This release of Digraphs contains some bugfixes, along with the following new features:

PackageInfo.g

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
##
1010

1111
## <#GAPDoc Label="PKGVERSIONDATA">
12-
## <!ENTITY VERSION "0.13.0">
12+
## <!ENTITY VERSION "0.14.0">
1313
## <!ENTITY GAPVERS "4.9.0">
1414
## <!ENTITY GRAPEVERS "4.8.1">
1515
## <!ENTITY IOVERS "4.5.1">
1616
## <!ENTITY ORBVERS "4.8.1">
17-
## <!ENTITY ARCHIVENAME "digraphs-0.13.0">
17+
## <!ENTITY ARCHIVENAME "digraphs-0.14.0">
1818
## <!ENTITY COPYRIGHTYEARS "2014-18">
1919
## <#/GAPDoc>
2020

2121
SetPackageInfo(rec(
2222
PackageName := "Digraphs",
2323
Subtitle := "Graphs, digraphs, and multidigraphs in GAP",
24-
Version := "0.13.0",
25-
Date := "19/09/2018",
24+
Version := "0.14.0",
25+
Date := "23/11/2018",
2626
ArchiveFormats := ".tar.gz",
2727

2828
SourceRepository := rec(

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
### Digraphs package for GAP
77

8-
#### Copyright (C) 2014-17 by Jan De Beule, Julius Jonušas, James D. Mitchell, Michael Torpey, Wilf A. Wilson et al.
8+
#### Copyright (C) 2014-18 by Jan De Beule, Julius Jonušas, James D. Mitchell, Michael Torpey, Wilf A. Wilson et al.
99
## Getting Digraphs
1010

1111
To get the latest version of the package, download the archive file
@@ -34,9 +34,9 @@ The following is a summary of the steps that should lead to a successful
3434
installation of [Digraphs](https://gap-packages.github.io/Digraphs):
3535

3636
* get the [IO](http://gap-packages.github.io/io) package version 4.5.1 or higher.
37-
* get the [orb](http://gap-packages.github.io/orb) package version 4.7.5 or
37+
* get the [orb](http://gap-packages.github.io/orb) package version 4.8.1 or
3838
higher.
39-
* **this step is optional:** certain methods in [Digraphs](https://gap-packages.github.io/Digraphs) require the [Grape](http://www.maths.qmul.ac.uk/~leonard/grape/) package to be available; a full list of these functions can be found in the first chapter of the manual. To use these functions make sure that the [Grape](http://www.maths.qmul.ac.uk/~leonard/grape/) package version 4.5 or higher is available.
39+
* **this step is optional:** certain methods in [Digraphs](https://gap-packages.github.io/Digraphs) require the [Grape](http://www.maths.qmul.ac.uk/~leonard/grape/) package to be available; a full list of these functions can be found in the first chapter of the manual. To use these functions make sure that the [Grape](http://www.maths.qmul.ac.uk/~leonard/grape/) package version 4.8.1 or higher is available.
4040
* download the package archive `digraphs-x.x.x.tar.gz` from the
4141
[Digraphs](https://gap-packages.github.io/Digraphs) webpage.
4242
* unzip and untar the file `digraphs-x.x.x.tar.gz` using, for example,

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.0
1+
0.14.0

VERSIONS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#############################################################################
99
##
1010

11+
release 0.14.0 - 23/11/2018
1112
release 0.13.0 - 19/09/2018
1213
release 0.12.2 - 24/08/2018
1314
release 0.12.1 - 26/04/2018

doc/oper.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1507,8 +1507,8 @@ true
15071507
<#GAPDoc Label="AsSemigroup">
15081508
<ManSection>
15091509
<Oper Name="AsSemigroup" Arg="filt, digraph"/>
1510-
<Oper Name="AsMonoid" Arg="filt, digraph"/>
1511-
<Returns> A semilattice of partial perms. </Returns>
1510+
<Oper Name="AsMonoid" Arg="filt, digraph"/>
1511+
<Returns>A semilattice of partial perms.</Returns>
15121512
<Description>
15131513
The operation <C>AsSemigroup</C> requires that <A>filt</A> be equal to
15141514
<Ref Filt="IsPartialPermSemigroup" BookName="ref"/>.
@@ -1517,7 +1517,7 @@ true
15171517
then <C>AsSemigroup</C> returns a semigroup of partial perms which is
15181518
isomorphic to the semigroup whose elements are the vertices of
15191519
<A>digraph</A> with the binary operation
1520-
<Ref Oper="PartialOrderDigraphJoinOfVertices"
1520+
<Ref Oper="PartialOrderDigraphJoinOfVertices"
15211521
Label="for a digraph and two vertices"/>. If <A>digraph</A>
15221522
satisfies <Ref Prop="IsMeetSemilatticeDigraph"/> but not
15231523
<Ref Prop="IsJoinSemilatticeDigraph"/> then

tst/standard/oper.tst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ gap> gr4 := DigraphRemoveVertices(gr, []);
863863
<digraph with 4 vertices, 16 edges>
864864
gap> gr = gr4;
865865
true
866-
gap> gr := Digraph([[1, 10], [], [], [3], [3, 4, 10], [1, 3, 8],
866+
gap> gr := Digraph([[1, 10], [], [], [3], [3, 4, 10], [1, 3, 8],
867867
> [9], [9], [3], [3, 5, 10]]);
868868
<digraph with 10 vertices, 15 edges>
869869
gap> DigraphSinks(gr);

0 commit comments

Comments
 (0)