Skip to content

Commit 159a89f

Browse files
Update to FreydCategoriesForCAP v2025.05-01
1 parent c949b03 commit 159a89f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
"Fabian Zickgraf <f.zickgraf@dashdos.com>",
77
]
88

9-
version = "0.1.7"
9+
version = "0.1.8"
1010

1111
[deps]
1212
MatricesForHomalg = "29b9b1b6-efa6-450e-8188-a5a2c25df071"

src/gap/LinearClosure.gi.autogen.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,11 @@ end );
764764
SetRangeCategoryOfHomomorphismStructure( category, rows );
765765
SetIsEquippedWithHomomorphismStructure( category, true );
766766

767+
if (HasIsLinearCategoryOverCommutativeRingWithFinitelyGeneratedFreeExternalHoms( rows ) &&
768+
IsLinearCategoryOverCommutativeRingWithFinitelyGeneratedFreeExternalHoms( rows ))
769+
SetIsLinearCategoryOverCommutativeRingWithFinitelyGeneratedFreeExternalHoms( category, true );
770+
end;
771+
767772
t_obj = CategoryOfRowsObject( rows, 1 );
768773

769774
t_finsets = TerminalObject( finsets );

0 commit comments

Comments
 (0)