From 9c261738d311bcf9f77f18d9a68c4692f969a428 Mon Sep 17 00:00:00 2001 From: Bot Date: Wed, 10 Jan 2024 15:57:25 +0100 Subject: [PATCH] Update website for Modules 2024.01-01 --- Modules/PackageInfo.g | 4 ++-- Modules/doc/chap0.html | 4 ++-- Modules/doc/chap0.txt | 4 ++-- Modules/doc/chap0_mj.html | 4 ++-- Modules/doc/chap10.html | 8 ++++---- Modules/doc/chap10.txt | 8 ++++---- Modules/doc/chap10_mj.html | 8 ++++---- _data/Modules.yml | 26 +++++++++++++------------- 8 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Modules/PackageInfo.g b/Modules/PackageInfo.g index 6cde77637..1735a17a9 100644 --- a/Modules/PackageInfo.g +++ b/Modules/PackageInfo.g @@ -11,8 +11,8 @@ SetPackageInfo( rec( PackageName := "Modules", Subtitle := "A homalg based package for the Abelian category of finitely presented modules over computable rings", -Version := "2023.10-01", -Date := "2023-10-05", +Version := "2024.01-01", +Date := "2024-01-10", License := "GPL-2.0-or-later", Persons := [ diff --git a/Modules/doc/chap0.html b/Modules/doc/chap0.html index 02837391c..d672dbc10 100644 --- a/Modules/doc/chap0.html +++ b/Modules/doc/chap0.html @@ -29,10 +29,10 @@

Modules

A homalg based package for the Abelian category of finitely presented modules over computable rings

- 2023.10-01

+ 2024.01-01

- 5 October 2023 + 10 January 2024

diff --git a/Modules/doc/chap0.txt b/Modules/doc/chap0.txt index 2ebdf6a5c..9d18412df 100644 --- a/Modules/doc/chap0.txt +++ b/Modules/doc/chap0.txt @@ -7,10 +7,10 @@ modules over computable rings  - 2023.10-01 + 2024.01-01 - 5 October 2023 + 10 January 2024 Thomas Bächler diff --git a/Modules/doc/chap0_mj.html b/Modules/doc/chap0_mj.html index 288d18a0a..ef0e3861a 100644 --- a/Modules/doc/chap0_mj.html +++ b/Modules/doc/chap0_mj.html @@ -32,10 +32,10 @@

Modules

A homalg based package for the Abelian category of finitely presented modules over computable rings

- 2023.10-01

+ 2024.01-01

- 5 October 2023 + 10 January 2024

diff --git a/Modules/doc/chap10.html b/Modules/doc/chap10.html index bf41c2930..de7481963 100644 --- a/Modules/doc/chap10.html +++ b/Modules/doc/chap10.html @@ -93,7 +93,7 @@
10.4-1 functor_Cokernel
-InstallValue( functor_Cokernel_for_fp_modules,
+BindGlobal( "functor_Cokernel_for_fp_modules",
         CreateHomalgFunctor(
                 [ "name", "Cokernel" ],
                 [ "category", HOMALG_MODULES.category ],
@@ -174,7 +174,7 @@ 
10.4-3 functor_ImageObject
-InstallValue( functor_ImageObject_for_fp_modules,
+BindGlobal( "functor_ImageObject_for_fp_modules",
         CreateHomalgFunctor(
                 [ "name", "ImageObject for modules" ],
                 [ "category", HOMALG_MODULES.category ],
@@ -337,7 +337,7 @@ 
10.4-7 Functor_Hom
-InstallValue( Functor_Hom_for_fp_modules,
+BindGlobal( "Functor_Hom_for_fp_modules",
         CreateHomalgFunctor(
                 [ "name", "Hom" ],
                 [ "category", HOMALG_MODULES.category ],
@@ -593,7 +593,7 @@ 
10.4-9 Functor_TensorProduct
-InstallValue( Functor_TensorProduct_for_fp_modules,
+BindGlobal( "Functor_TensorProduct_for_fp_modules",
         CreateHomalgFunctor(
                 [ "name", "TensorProduct" ],
                 [ "category", HOMALG_MODULES.category ],
diff --git a/Modules/doc/chap10.txt b/Modules/doc/chap10.txt
index a9d81e952..2ea5c0c91 100644
--- a/Modules/doc/chap10.txt
+++ b/Modules/doc/chap10.txt
@@ -20,7 +20,7 @@
   The functor that associates to a map its cokernel.
   
     Code  
-    InstallValue( functor_Cokernel_for_fp_modules,
+    BindGlobal( "functor_Cokernel_for_fp_modules",
             CreateHomalgFunctor(
                     [ "name", "Cokernel" ],
                     [ "category", HOMALG_MODULES.category ],
@@ -98,7 +98,7 @@
   The functor that associates to a map its image.
   
     Code  
-    InstallValue( functor_ImageObject_for_fp_modules,
+    BindGlobal( "functor_ImageObject_for_fp_modules",
             CreateHomalgFunctor(
                     [ "name", "ImageObject for modules" ],
                     [ "category", HOMALG_MODULES.category ],
@@ -258,7 +258,7 @@
   The bifunctor Hom.
   
     Code  
-    InstallValue( Functor_Hom_for_fp_modules,
+    BindGlobal( "Functor_Hom_for_fp_modules",
             CreateHomalgFunctor(
                     [ "name", "Hom" ],
                     [ "category", HOMALG_MODULES.category ],
@@ -511,7 +511,7 @@
   The tensor product bifunctor.
   
     Code  
-    InstallValue( Functor_TensorProduct_for_fp_modules,
+    BindGlobal( "Functor_TensorProduct_for_fp_modules",
             CreateHomalgFunctor(
                     [ "name", "TensorProduct" ],
                     [ "category", HOMALG_MODULES.category ],
diff --git a/Modules/doc/chap10_mj.html b/Modules/doc/chap10_mj.html
index 557b61afc..4b67cb483 100644
--- a/Modules/doc/chap10_mj.html
+++ b/Modules/doc/chap10_mj.html
@@ -96,7 +96,7 @@ 
10.4-1 functor_Cokernel
-InstallValue( functor_Cokernel_for_fp_modules,
+BindGlobal( "functor_Cokernel_for_fp_modules",
         CreateHomalgFunctor(
                 [ "name", "Cokernel" ],
                 [ "category", HOMALG_MODULES.category ],
@@ -177,7 +177,7 @@ 
10.4-3 functor_ImageObject
-InstallValue( functor_ImageObject_for_fp_modules,
+BindGlobal( "functor_ImageObject_for_fp_modules",
         CreateHomalgFunctor(
                 [ "name", "ImageObject for modules" ],
                 [ "category", HOMALG_MODULES.category ],
@@ -340,7 +340,7 @@ 
10.4-7 Functor_Hom
-InstallValue( Functor_Hom_for_fp_modules,
+BindGlobal( "Functor_Hom_for_fp_modules",
         CreateHomalgFunctor(
                 [ "name", "Hom" ],
                 [ "category", HOMALG_MODULES.category ],
@@ -596,7 +596,7 @@ 
10.4-9 Functor_TensorProduct
-InstallValue( Functor_TensorProduct_for_fp_modules,
+BindGlobal( "Functor_TensorProduct_for_fp_modules",
         CreateHomalgFunctor(
                 [ "name", "TensorProduct" ],
                 [ "category", HOMALG_MODULES.category ],
diff --git a/_data/Modules.yml b/_data/Modules.yml
index 9f050f5b1..7372118b8 100644
--- a/_data/Modules.yml
+++ b/_data/Modules.yml
@@ -1,7 +1,7 @@
 name: Modules
-version: "2023.10-01"
+version: "2024.01-01"
 license: "GPL-2.0-or-later"
-date: 2023-10-05
+date: 2024-01-10
 description: |
     A homalg based package for the Abelian category of finitely presented modules over computable rings
 
@@ -48,11 +48,11 @@ packageinfo: https://homalg-project.github.io/homalg_project/Modules/PackageInfo
 
 downloads:
     - name: .tar.gz
-      url: https://github.com/homalg-project/homalg_project/releases/download/Modules-2023.10-01/Modules-2023.10-01.tar.gz
+      url: https://github.com/homalg-project/homalg_project/releases/download/Modules-2024.01-01/Modules-2024.01-01.tar.gz
     - name: .zip
-      url: https://github.com/homalg-project/homalg_project/releases/download/Modules-2023.10-01/Modules-2023.10-01.zip
+      url: https://github.com/homalg-project/homalg_project/releases/download/Modules-2024.01-01/Modules-2024.01-01.zip
 
-pdf: https://github.com/homalg-project/homalg_project/releases/download/Modules-2023.10-01/Modules-2023.10-01-manual.pdf
+pdf: https://github.com/homalg-project/homalg_project/releases/download/Modules-2024.01-01/Modules-2024.01-01-manual.pdf
 
 abstract: |
     The Modules package provides ring independent homological algebra functionality for the abelian category of finitely presented modules over computable rings
@@ -64,30 +64,30 @@ keywords: |
     modules, module homomorphisms, functor, ext, tor.
 citeas: |
     

- [BBDGLW05] Bächler, T., Barakat, M., Diebold, F., Gutsche, S., Lange-Hegermann, M. and Wagh, V., + [BBDGLW10] Bächler, T., Barakat, M., Diebold, F., Gutsche, S., Lange-Hegermann, M. and Wagh, V., Modules, A homalg based package for the Abelian category of finitely presented modules over computable rings, - Version 2023.10-01 - (0-05)
+ Version 2024.01-01 + (1-10)
(GAP package), https://homalg-project.github.io/pkg/Modules.

bibtex: | - @misc{ Modules2023.10-01, + @misc{ Modules2024.01-01, author = {B{\"a}chler, T. and Barakat, M. and Diebold, F. and Gutsche, S. and Lange-Hegermann, M. and Wagh, V.}, title = {{Modules}, A homalg based package for the Abelian category of finitely presented modules over computable - rings, {V}ersion 2023.10-01}, - month = {3-}, - year = {0-05}, + rings, {V}ersion 2024.01-01}, + month = {4-}, + year = {1-10}, note = {GAP package}, howpublished = {\href {https://homalg-project.github.io/pkg/Modules} {\texttt{https://homalg-project.github.io/}\discretionary {}{}{}\texttt{pkg/}\discretionary {}{}{}\texttt{Modules}}}, keywords = {modules; module homomorphisms; functor; ext; tor}, - printedkey = {BBDGLW05} + printedkey = {BBDGLW10} }