gap-digraphs-0.10.1
OBS-URL: https://build.opensuse.org/package/show/science/gap-digraphs?expand=0&rev=4
This commit is contained in:
parent
677c60b5e1
commit
bf2df7ac96
3
digraphs-0.10.1.tar.bz2
Normal file
3
digraphs-0.10.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a1aece37af0ef4af8d3dd319f82b5b64966c665fc8c0db094e19467154ec6561
|
||||||
|
size 1649172
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f8c562ccd57113e85f3a216bcfa2ffd57053ee12c8c326cb94ae56f7af175e85
|
|
||||||
size 1352171
|
|
@ -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
|
Sat Apr 29 18:47:03 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gap-digraphs
|
Name: gap-digraphs
|
||||||
Version: 0.7.1
|
Version: 0.10.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GAP: Digraphs and multigraphs
|
Summary: GAP: Digraphs and multigraphs
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user