From 6d119386cfe4c8ae8074e247e1978012617d1551 Mon Sep 17 00:00:00 2001 From: Wilf Wilson Date: Thu, 20 Jul 2017 17:13:41 +0100 Subject: [PATCH] Update package for v0.10.0 release --- CHANGELOG.md | 21 +++++++++++++++++++++ PackageInfo.g | 8 ++++---- VERSION | 2 +- VERSIONS | 1 + 4 files changed, 27 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b626ff157..e391dad59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/PackageInfo.g b/PackageInfo.g index 5772a5713..e55c237b2 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -9,20 +9,20 @@ ## ## <#GAPDoc Label="PKGVERSIONDATA"> -## +## ## ## ## ## -## +## ## ## <#/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( diff --git a/VERSION b/VERSION index ac39a106c..78bc1abd1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 +0.10.0 diff --git a/VERSIONS b/VERSIONS index be082679c..b88706088 100644 --- a/VERSIONS +++ b/VERSIONS @@ -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