From 23e139d204f37816a41f8504331ef2c7bfc7cdf9f1fd13c59d59d1123503e4b1 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 11 Sep 2024 17:02:12 +0000 Subject: [PATCH] [info=9129d6bb0bf9afea87547a6da50af1da935365888e2ebc13ab64d042feea6e10] OBS-URL: https://build.opensuse.org/package/show/science/gap-cap?expand=0&rev=12 --- _scmsync.obsinfo | 4 ++-- build.specials.obscpio | 2 +- gap-cap.changes | 21 +++++---------------- 3 files changed, 8 insertions(+), 19 deletions(-) diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index aebb860..42af6a5 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1726070457 -commit: be012c5c160300cf55de7e5496f9e0197d8f6ad73756887340d8b46002394831 +mtime: 1726074121 +commit: 9129d6bb0bf9afea87547a6da50af1da935365888e2ebc13ab64d042feea6e10 url: https://src.opensuse.org/jengelh/gap-cap revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index 5dcd851..74d48c0 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f921723b004de5e0ff75dbb5592501d5f50b15ca49eb0893841d6b25fa63fac +oid sha256:c86407777e9579f5198a1247a1453d0bd6961a634af30c24e8efec9adc27ad50 size 256 diff --git a/gap-cap.changes b/gap-cap.changes index 07b8068..66835fd 100644 --- a/gap-cap.changes +++ b/gap-cap.changes @@ -2,22 +2,11 @@ Wed Sep 11 15:30:19 UTC 2024 - Jan Engelhardt - 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