diff --git a/PackageInfo.g b/PackageInfo.g index 7f917ea..2f8037a 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -10,7 +10,7 @@ SetPackageInfo( rec( PackageName := "GradientBasedLearningForCAP", Subtitle := "Gradient Based Learning via Category Theory", -Version := "2026.01-02", +Version := "2026.02-01", 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", @@ -70,7 +70,7 @@ Dependencies := rec( GAP := ">= 4.13.0", NeededOtherPackages := [ [ "GAPDoc", ">= 1.5" ], - [ "CAP", ">= 2024.09-12" ], + [ "CAP", ">= 2026.02-01" ], [ "MonoidalCategories", ">= 2024.04-01" ], [ "CartesianCategories", ">= 2024.04-01" ], [ "ToolsForCategoricalTowers", ">= 2024.06-02" ], diff --git a/examples/CategoryOfSkeletalSmoothMaps.g b/examples/CategoryOfSkeletalSmoothMaps.g index e5d09ed..1ff19bb 100644 --- a/examples/CategoryOfSkeletalSmoothMaps.g +++ b/examples/CategoryOfSkeletalSmoothMaps.g @@ -14,7 +14,7 @@ Smooth := SkeletalCategoryOfSmoothMaps( ); Display( Smooth ); #! A CAP category with name SkeletalSmoothMaps: #! -#! 49 primitive operations were used to derive 92 operations for this category wh\ +#! 49 primitive operations were used to derive 93 operations for this category wh\ #! ich algorithmically #! * IsCartesianCategory #! * IsLinearCategoryOverCommutativeRing diff --git a/gap/SkeletalCategoryOfSmoothMaps.autogen.gd b/gap/SkeletalCategoryOfSmoothMaps.autogen.gd index 6034837..b862be0 100644 --- a/gap/SkeletalCategoryOfSmoothMaps.autogen.gd +++ b/gap/SkeletalCategoryOfSmoothMaps.autogen.gd @@ -54,6 +54,7 @@ #! * #! * #! * +#! * #! * #! * #! *