diff --git a/FreydCategoriesForCAP/PackageInfo.g b/FreydCategoriesForCAP/PackageInfo.g index 5d55337232..f931aa66f9 100644 --- a/FreydCategoriesForCAP/PackageInfo.g +++ b/FreydCategoriesForCAP/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "FreydCategoriesForCAP", Subtitle := "Freyd categories - Formal (co)kernels for additive categories", -Version := "2025.04-01", +Version := "2025.04-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", diff --git a/FreydCategoriesForCAP/gap/AdelmanCategory.gi b/FreydCategoriesForCAP/gap/AdelmanCategory.gi index 34eb8436c7..c1c9a535f4 100644 --- a/FreydCategoriesForCAP/gap/AdelmanCategory.gi +++ b/FreydCategoriesForCAP/gap/AdelmanCategory.gi @@ -1375,6 +1375,7 @@ end ); ## #################################### +#= comment for Julia ## InstallMethod( Display, [ IsAdelmanCategoryMorphism ], @@ -1387,7 +1388,6 @@ InstallMethod( Display, end ); - ## InstallMethod( Display, [ IsAdelmanCategoryObject ], @@ -1406,7 +1406,6 @@ InstallMethod( Display, end ); -#= comment for Julia ## InstallMethod( LaTeXOutput, [ IsAdelmanCategoryObject ], diff --git a/FreydCategoriesForCAP/gap/CategoryOfColumns.gi b/FreydCategoriesForCAP/gap/CategoryOfColumns.gi index 44bc1794c2..c195bf3a1d 100644 --- a/FreydCategoriesForCAP/gap/CategoryOfColumns.gi +++ b/FreydCategoriesForCAP/gap/CategoryOfColumns.gi @@ -223,6 +223,7 @@ end ); ## #################################### +#= comment for Julia ## InstallMethod( Display, [ IsCategoryOfColumnsMorphism ], @@ -246,6 +247,7 @@ InstallMethod( Display, Display( StringMutable( category_of_columns_morphism ) ); end ); +# =# ## InstallMethod( String, diff --git a/FreydCategoriesForCAP/gap/CategoryOfGradedRowsAndColumns/GradedRowOrColumn.gi b/FreydCategoriesForCAP/gap/CategoryOfGradedRowsAndColumns/GradedRowOrColumn.gi index 421b26d232..dfb310c137 100644 --- a/FreydCategoriesForCAP/gap/CategoryOfGradedRowsAndColumns/GradedRowOrColumn.gi +++ b/FreydCategoriesForCAP/gap/CategoryOfGradedRowsAndColumns/GradedRowOrColumn.gi @@ -243,6 +243,8 @@ end ); ## #################################### +#= comment for Julia +## InstallMethod( Display, [ IsGradedRowOrColumn ], function( graded_row_or_column ) @@ -272,7 +274,7 @@ InstallMethod( Display, fi; end ); - +# =# #################################### diff --git a/FreydCategoriesForCAP/gap/CategoryOfGradedRowsAndColumns/GradedRowOrColumnMorphism.gi b/FreydCategoriesForCAP/gap/CategoryOfGradedRowsAndColumns/GradedRowOrColumnMorphism.gi index 6c0d01970c..2c5be59d58 100644 --- a/FreydCategoriesForCAP/gap/CategoryOfGradedRowsAndColumns/GradedRowOrColumnMorphism.gi +++ b/FreydCategoriesForCAP/gap/CategoryOfGradedRowsAndColumns/GradedRowOrColumnMorphism.gi @@ -163,6 +163,8 @@ end ); ## #################################### +#= comment for Julia +## InstallMethod( Display, [ IsGradedRowOrColumnMorphism ], function( graded_row_or_column_morphism ) @@ -184,7 +186,7 @@ InstallMethod( Display, Print( StringMutable( graded_row_or_column_morphism ) ); end ); - +# =# #################################### diff --git a/FreydCategoriesForCAP/gap/CategoryOfRows.gi b/FreydCategoriesForCAP/gap/CategoryOfRows.gi index 20525f6b86..3670a257ba 100644 --- a/FreydCategoriesForCAP/gap/CategoryOfRows.gi +++ b/FreydCategoriesForCAP/gap/CategoryOfRows.gi @@ -1430,6 +1430,7 @@ AddFinalDerivationBundle( "Using BasisOfExternalHom and CoefficientsOfMorphism t ## #################################### +#= comment for Julia ## InstallMethod( Display, [ IsCategoryOfRowsMorphism ], @@ -1453,6 +1454,7 @@ InstallMethod( Display, Display( StringMutable( category_of_rows_morphism ) ); end ); +# =# ## InstallMethod( String, @@ -1465,6 +1467,7 @@ InstallMethod( String, " of rank ", String( RankOfObject( category_of_rows_object ) ) ); end ); + ## InstallMethod( ViewString, [ IsCategoryOfRowsObject ], @@ -1485,6 +1488,7 @@ InstallMethod( DisplayString, end ); +#= comment for Julia ## InstallMethod( LaTeXOutput, [ IsCategoryOfRowsObject ], @@ -1495,7 +1499,6 @@ InstallMethod( LaTeXOutput, end ); -#= comment for Julia ## InstallMethod( LaTeXOutput, [ IsCategoryOfRowsMorphism ], diff --git a/FreydCategoriesForCAP/gap/CoFreydCategory.gi b/FreydCategoriesForCAP/gap/CoFreydCategory.gi index 773cc9df7f..4b833517e4 100644 --- a/FreydCategoriesForCAP/gap/CoFreydCategory.gi +++ b/FreydCategoriesForCAP/gap/CoFreydCategory.gi @@ -143,6 +143,7 @@ end ); ## #################################### +#= comment for Julia ## InstallMethod( Display, [ IsCoFreydCategoryObject ], @@ -188,3 +189,4 @@ InstallMethod( Display, Print( Concatenation( StringMutable( co_freyd_category_morphism ), "\n\n" ) ); end ); +# =# diff --git a/FreydCategoriesForCAP/gap/CokernelImageClosure.gi b/FreydCategoriesForCAP/gap/CokernelImageClosure.gi index ddec032804..9ac427d580 100644 --- a/FreydCategoriesForCAP/gap/CokernelImageClosure.gi +++ b/FreydCategoriesForCAP/gap/CokernelImageClosure.gi @@ -729,6 +729,7 @@ end ); ## #################################### +#= comment for Julia ## InstallMethod( Display, [ IsCokernelImageClosureObject ], @@ -757,6 +758,7 @@ InstallMethod( Display, Display( MorphismDatum( cokernel_image_closure_morphism ) ); end ); +# =# #################################### ## diff --git a/FreydCategoriesForCAP/gap/FreydCategory.gi b/FreydCategoriesForCAP/gap/FreydCategory.gi index 0885f8c1ef..a3fb3b878e 100644 --- a/FreydCategoriesForCAP/gap/FreydCategory.gi +++ b/FreydCategoriesForCAP/gap/FreydCategory.gi @@ -1972,6 +1972,7 @@ end ); ## #################################### +#= comment for Julia ## InstallMethod( Display, [ IsFreydCategoryMorphism ], @@ -2045,7 +2046,6 @@ InstallMethod( LaTeXOutput, end ); -#= comment for Julia ## InstallMethod( LaTeXOutput, [ IsFreydCategoryMorphism ],