SHA256
1
0
forked from pool/gap-cap

gap-cap 2024.09.08

This commit is contained in:
Jan Engelhardt 2024-09-11 18:00:57 +02:00
parent 74a7ac7c01
commit 9129d6bb0b
4 changed files with 16 additions and 6 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,3 +1,13 @@
-------------------------------------------------------------------
Wed Sep 11 15:30:19 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2024.09.08
* 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>

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