Skip to content

Commit

Permalink
Update package for v0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed Jul 20, 2017
1 parent b95ce67 commit 6d11938
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ Michael Torpey, Wilf A. Wilson et al.

Licensing information can be found in the LICENSE file.

## Version 0.10.0 (released 20/07/2017)
This release contains new features, bugfixes, and minor improvements to the
documentation. There is a new method for `ChromaticNumber`, which has better
performance than the previous method
[[Julius Jonusas](http://www-circa.mcs.st-and.ac.uk/~julius)
and [James D. Mitchell](http://goo.gl/ZtViV6)].
A bug in the code for calculating homomorphisms of digraphs, which could cause
a crash, was resolved [[James D. Mitchell](http://goo.gl/ZtViV6)].

### New Features in Version 0.10.0

* Vertex labelled digraphs can now be visualised in a way that displays vertex
labels, by using the new operation `DotVertexLabelledDigraph`.
* The attribute `CliqueNumber` is introduced.
* The following new attributes for Cayley digraphs are introduced:
* `GroupOfCayleyDigraph`
* `SemigroupOfCayleyDigraph`
* `GeneratorsOfCayleyDigraph`

All of the new features were added by [James D. Mitchell](http://goo.gl/ZtViV6).

## Version 0.9.0 (released 12/07/2017)
This release introduces several new features.

Expand Down
8 changes: 4 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
##

## <#GAPDoc Label="PKGVERSIONDATA">
## <!ENTITY VERSION "0.9.0">
## <!ENTITY VERSION "0.10.0">
## <!ENTITY GAPVERS "4.8.2">
## <!ENTITY GRAPEVERS "4.5">
## <!ENTITY IOVERS "4.4.4">
## <!ENTITY ORBVERS "4.7.5">
## <!ENTITY ARCHIVENAME "digraphs-0.9.0">
## <!ENTITY ARCHIVENAME "digraphs-0.10.0">
## <!ENTITY COPYRIGHTYEARS "2014-17">
## <#/GAPDoc>

SetPackageInfo(rec(
PackageName := "Digraphs",
Subtitle := "",
Version := "0.9.0",
Date := "12/07/2017",
Version := "0.10.0",
Date := "20/07/2017",
ArchiveFormats := ".tar.gz",

SourceRepository := rec(
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.10.0
1 change: 1 addition & 0 deletions VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#############################################################################
##

release 0.10.0 - 20/07/2017
release 0.9.0 - 12/07/2017
release 0.8.1 - 18/05/2017
release 0.8.0 - 17/05/2017
Expand Down

0 comments on commit 6d11938

Please sign in to comment.