forked from pool/gap-digraphs
gap-digraphs-0.7.1
OBS-URL: https://build.opensuse.org/package/show/science/gap-digraphs?expand=0&rev=3
This commit is contained in:
BIN
digraphs-0.5.2.tar.bz2
(Stored with Git LFS)
BIN
digraphs-0.5.2.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
digraphs-0.7.1.tar.bz2
(Stored with Git LFS)
Normal file
BIN
digraphs-0.7.1.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 29 18:47:03 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 0.7.1
|
||||
* This release contains a new technique for encoding a
|
||||
vertex-coloured `multidigraph` as a vertex-coloured
|
||||
(undirected) graph while preserving the automorphism group,
|
||||
in order to calculate the automorphism group and canonical
|
||||
labelling using bliss. This enables the following
|
||||
functionality:
|
||||
** the operations `AutomorphismGroup` and
|
||||
`DigraphCanonicalLabelling` for a digraph and a
|
||||
vertex-colouring now accept a multidigraph as their first
|
||||
argument;
|
||||
** the operations `IsIsomorphicDigraph` and
|
||||
`IsomorphismDigraphs` now accept multidigraphs, and they
|
||||
also accept vertex-colourings as optional arguments.
|
||||
* This release add new functionality related to undirected
|
||||
spanning trees and undirected spanning forests:
|
||||
** The property `IsUndirectedForest` is introduced;
|
||||
** The attributes `UndirectedSpanningTree` and
|
||||
`UndirectedSpanningForest` are introduced; and
|
||||
** The operations `IsUndirectedSpanningTree` and
|
||||
`IsUndirectedSpanningForest` are introduced.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 16 18:44:35 UTC 2016 - jengelh@inai.de
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gap-digraphs
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: gap-digraphs
|
||||
Version: 0.5.2
|
||||
Version: 0.7.1
|
||||
Release: 0
|
||||
Summary: GAP: Digraphs and multigraphs
|
||||
License: GPL-3.0+
|
||||
Group: Productivity/Scientific/Math
|
||||
Url: http://www-groups.mcs.st-andrews.ac.uk/~jamesm/digraphs.php
|
||||
|
||||
Source: ftp://ftp.gap-system.org/pub/gap/gap4/tar.bz2/packages/digraphs-%version.tar.bz2
|
||||
Source: http://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/digraphs-%version.tar.bz2
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gap-devel
|
||||
BuildRequires: gap-rpm-devel
|
||||
|
Reference in New Issue
Block a user