Skip to content

Commit ea5555c

Browse files
committed
Update package for v0.8.0 release
1 parent c56c4fb commit ea5555c

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Mitchell, Markus Pfeiffer, Finn Smith, Michael Torpey & Wilf A. Wilson
44

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

7+
## Version 0.8.0 (released 17/05/2017)
8+
This release contains new features, several minor bugfixes, and minor
9+
improvements to the documentation of the package.
10+
11+
### New Features in Version 0.8.0
12+
13+
This release introduces the new operations `DigraphClosure`
14+
[[Julius Jonusas](http://www-circa.mcs.st-and.ac.uk/~julius)]
15+
and `BooleanAdjacencyMatrixMutableCopy`
16+
[[Wilf A. Wilson](http://wilf.me)],
17+
along with the following properties and operations related to semilattices
18+
[Chris Russell]:
19+
20+
* `IsPartialOrderDigraph`
21+
* `IsMeetSemilatticeDigraph`
22+
* `IsJoinSemilatticeDigraph`
23+
* `IsLatticeDigraph`
24+
* `PartialOrderDigraphMeetOfVertices`
25+
* `PartialOrderDigraphJoinOfVertices`
26+
727
## Version 0.7.1 (released 22/03/2017)
828
This is a minor release, which fixes bugs in `DigraphTopologicalSort` and
929
`IsAntisymmetricDigraph` that could trigger segmentation faults.

PackageInfo.g

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
##
1717

1818
## <#GAPDoc Label="PKGVERSIONDATA">
19-
## <!ENTITY VERSION "0.7.1">
19+
## <!ENTITY VERSION "0.8.0">
2020
## <!ENTITY GAPVERS "4.8.2">
2121
## <!ENTITY GRAPEVERS "4.5">
2222
## <!ENTITY IOVERS "4.4.4">
2323
## <!ENTITY ORBVERS "4.7.5">
24-
## <!ENTITY ARCHIVENAME "digraphs-0.7.1">
24+
## <!ENTITY ARCHIVENAME "digraphs-0.8.0">
2525
## <!ENTITY COPYRIGHTYEARS "2014-17">
2626
## <#/GAPDoc>
2727

2828
SetPackageInfo(rec(
2929
PackageName := "Digraphs",
3030
Subtitle := "",
31-
Version := "0.7.1",
32-
Date := "22/03/2017",
31+
Version := "0.8.0",
32+
Date := "17/05/2017",
3333
ArchiveFormats := ".tar.gz",
3434

3535
SourceRepository := rec(

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1
1+
0.8.0

VERSIONS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#############################################################################
1616
##
1717

18+
release 0.8.0 - 17/05/2017
1819
release 0.7.1 - 22/03/2017
1920
release 0.7.0 - 14/03/2017
2021
release 0.6.1 - 01/03/2017

0 commit comments

Comments
 (0)