Skip to content

Commit

Permalink
improved/fixed CAP_INTERNAL_CONSTRUCTIVE_CATEGORIES_RECORD.IsAbelianC…
Browse files Browse the repository at this point in the history
…ategory

resolves #1473
  • Loading branch information
mohamed-barakat committed Jan 2, 2025
1 parent 91ebb51 commit e982e45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CAP/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "CAP",
Subtitle := "Categories, Algorithms, Programming",
Version := "2025.01-01",
Version := "2025.01-02",
Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ),
License := "GPL-2.0-or-later",

Expand Down
1 change: 1 addition & 0 deletions CAP/gap/ConstructiveCategoriesRecord.gi
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ CAP_INTERNAL_CONSTRUCTIVE_CATEGORIES_RECORD.IsAbelianCategory := Concatenation(
[
"LiftAlongMonomorphism",
"ColiftAlongEpimorphism",
"InverseOfMorphismFromCoimageToImage",
]
);

Expand Down

0 comments on commit e982e45

Please sign in to comment.