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:
parent
5ade02845a
commit
677c60b5e1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:885fbeca4243dc7b10a82ed629c20c86d50ce868ad08fb464fe983d90cebfccb
|
||||
size 1285586
|
3
digraphs-0.7.1.tar.bz2
Normal file
3
digraphs-0.7.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8c562ccd57113e85f3a216bcfa2ffd57053ee12c8c326cb94ae56f7af175e85
|
||||
size 1352171
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user