[info=be012c5c160300cf55de7e5496f9e0197d8f6ad73756887340d8b46002394831]

OBS-URL: https://build.opensuse.org/package/show/science/gap-cap?expand=0&rev=11
This commit is contained in:
OBS User unknown 2024-09-11 16:01:10 +00:00 committed by Git OBS Bridge
parent 60de66b08f
commit 659986d16e
6 changed files with 30 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51db65e94e2d68a12ad24604549e1d9f69caca70b0183723ec96f88e8915afe2
size 1512763

BIN
CAP-2024.09-08.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,4 +1,4 @@
mtime: 1711397359
commit: 74a7ac7c013254045570c8f17434d7228a4f9e735ee484d816236199d8c0b703
mtime: 1726070457
commit: be012c5c160300cf55de7e5496f9e0197d8f6ad73756887340d8b46002394831
url: https://src.opensuse.org/jengelh/gap-cap
revision: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c5672ae5d16053b0b5b0d752d1d2217a3a123eb40fe240bd806cf79081c0b15
oid sha256:2f921723b004de5e0ff75dbb5592501d5f50b15ca49eb0893841d6b25fa63fac
size 256

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Sep 11 15:30:19 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2024.09.08
* added logic templates: 1 * n, n * 1 -> n
* added logic templates: QUO_INT( n, 1 ) ->
n & REM_INT( n, 1 ) -> 0
* added logic template: 0 * n -> 0
* added logic template: List( [ 1 .. n ], ... REM_INT ...
QUO_INT ... ) -> [ 1 .. n ]
* added logic template: 0 + n -> n
* added logic template: n - 1 + 1 -> n
* added logic templates for the identity permutation matrix
* added logic templates for ConvertMatrixToRow/Column of 1x1
identity matrices
* added logic template for the tranposed of identity matrices
* added logic template for Kronecker products with 1x1 identity
matrices
* added logic template for the Kronecker product of two
identity matrices
-------------------------------------------------------------------
Sat Mar 23 21:24:48 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,8 +17,8 @@
Name: gap-cap
Version: 2024.03.02
%define sillyver 2024.03-02
Version: 2024.09.08
%define sillyver 2024.09-08
Release: 0
Summary: GAP: Categories, Algorithms and Programming
License: GPL-2.0-only
@ -32,7 +32,7 @@ BuildArch: noarch
Requires: gap-core >= 4.12.1
Requires: gap-io
Requires: gap-toolsforhomalg >= 2023.11.01
Suggests: gap-browse
Suggests: gap-browse >= 1.5
Suggests: gap-compilerforcap >= 2021.12.05
%description