From bf2df7ac962a7e58b1ef14d69feeeb7555c59aa8c6bb29cef4129a1c0eb7ba54 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 8 Sep 2017 16:54:39 +0000 Subject: [PATCH] gap-digraphs-0.10.1 OBS-URL: https://build.opensuse.org/package/show/science/gap-digraphs?expand=0&rev=4 --- digraphs-0.10.1.tar.bz2 | 3 +++ digraphs-0.7.1.tar.bz2 | 3 --- gap-digraphs.changes | 27 +++++++++++++++++++++++++++ gap-digraphs.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 digraphs-0.10.1.tar.bz2 delete mode 100644 digraphs-0.7.1.tar.bz2 diff --git a/digraphs-0.10.1.tar.bz2 b/digraphs-0.10.1.tar.bz2 new file mode 100644 index 0000000..65f2439 --- /dev/null +++ b/digraphs-0.10.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1aece37af0ef4af8d3dd319f82b5b64966c665fc8c0db094e19467154ec6561 +size 1649172 diff --git a/digraphs-0.7.1.tar.bz2 b/digraphs-0.7.1.tar.bz2 deleted file mode 100644 index e962990..0000000 --- a/digraphs-0.7.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8c562ccd57113e85f3a216bcfa2ffd57053ee12c8c326cb94ae56f7af175e85 -size 1352171 diff --git a/gap-digraphs.changes b/gap-digraphs.changes index cba6828..252b73a 100644 --- a/gap-digraphs.changes +++ b/gap-digraphs.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Sep 8 16:51:28 UTC 2017 - jengelh@inai.de + +- Update to new upstream release 0.10.1 + * 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. + * A bug in the code for calculating homomorphisms of digraphs, + which could cause a crash, was resolved. + * 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`. + * New features introduced in 0.9.0: `ArticulationPoints` (and + its synonym `CutVertices`), `IsBiconnectedDigraph` + `IsCycleDigraph`, `IsMatching`, `IsPerfectMatching`, + `IsMaximalMatching`. + * New features introduced in 0.8.0: `DigraphClosure`, + `BooleanAdjacencyMatrixMutableCopy`, `IsPartialOrderDigraph`, + `IsMeetSemilatticeDigraph`, `IsJoinSemilatticeDigraph`, + `IsLatticeDigraph`, `PartialOrderDigraphMeetOfVertices`, + `PartialOrderDigraphJoinOfVertices`. + ------------------------------------------------------------------- Sat Apr 29 18:47:03 UTC 2017 - jengelh@inai.de diff --git a/gap-digraphs.spec b/gap-digraphs.spec index 22c4062..e89fdbd 100644 --- a/gap-digraphs.spec +++ b/gap-digraphs.spec @@ -17,7 +17,7 @@ Name: gap-digraphs -Version: 0.7.1 +Version: 0.10.1 Release: 0 Summary: GAP: Digraphs and multigraphs License: GPL-3.0+