2 Commits

Author SHA256 Message Date
09edcffc02 gap-grape 4.9.2 2024-10-16 18:38:05 +02:00
77e7e059e6 gap-grape 4.9.1 2024-09-04 01:09:29 +02:00
4 changed files with 27 additions and 6 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Oct 16 16:37:33 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 4.9.2
* Included new functions ``IsVertexColouring`` and
``GRAPE_ExactSetCover``.
* Made new documentation chapter ``Auxiliary Functions``,
currently containing documentation for ``SmallestImageSet``
and ``GRAPE_ExactSetCover``.
* Made a performance improvement for
``CompleteSubgraphsOfGivenSize`` for the case when all
weightvectors are (0,1)-vectors of dimension greater than 1.
-------------------------------------------------------------------
Tue Sep 3 23:06:03 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 4.9.1
* Made an improvement to the proper vertex-colouring search
process
* Documentation updates
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 11 19:21:58 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de> Sun Dec 11 19:21:58 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package gap-grape # spec file for package gap-grape
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: gap-grape Name: gap-grape
Version: 4.9.0 Version: 4.9.2
Release: 0 Release: 0
Summary: GAP: GRaph Algorithms using PErmutation groups Summary: GAP: GRaph Algorithms using PErmutation groups
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/Scientific/Math Group: Productivity/Scientific/Math
URL: https://gap-packages.github.io/grape/ URL: https://gap-packages.github.io/grape/
#Git-Clone: https://github.com/gap-packages/grape #Git-Clone: https://github.com/gap-packages/grape
Source: https://github.com/gap-packages/grape/releases/download/v%{version}/grape-%{version}.tar.gz Source: https://github.com/gap-packages/grape/releases/download/v%version/grape-%version.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: gap-rpm-devel BuildRequires: gap-rpm-devel
BuildRequires: xz BuildRequires: xz

BIN
grape-4.9.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
grape-4.9.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.