[info=9129d6bb0bf9afea87547a6da50af1da935365888e2ebc13ab64d042feea6e10]

OBS-URL: https://build.opensuse.org/package/show/science/gap-cap?expand=0&rev=12
This commit is contained in:
OBS User unknown 2024-09-11 17:02:12 +00:00 committed by Git OBS Bridge
parent 659986d16e
commit 23e139d204
3 changed files with 8 additions and 19 deletions

View File

@ -1,4 +1,4 @@
mtime: 1726070457
commit: be012c5c160300cf55de7e5496f9e0197d8f6ad73756887340d8b46002394831
mtime: 1726074121
commit: 9129d6bb0bf9afea87547a6da50af1da935365888e2ebc13ab64d042feea6e10
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:2f921723b004de5e0ff75dbb5592501d5f50b15ca49eb0893841d6b25fa63fac
oid sha256:c86407777e9579f5198a1247a1453d0bd6961a634af30c24e8efec9adc27ad50
size 256

View File

@ -2,22 +2,11 @@
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
* the opposite category constructor now respects the enrichment of the input category
* Restore the previous behavior of only_primitive_operations for Opposite
* Attach a ring instance to the data types of rings and their elements
* Allow to specify weights of operations in CategoryConstructor
* Require additional filters to be dense lists of the expected length
-------------------------------------------------------------------
Sat Mar 23 21:24:48 UTC 2024 - Jan Engelhardt <jengelh@inai.de>