diff --git a/Changelog b/Changelog index c01aa00..3b2e10a 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,11 @@ This file describes changes in the GBNP package. +Changes for 1.1.0 (2024-08-29) + - Fix a bug the could cause an unexpected error in the Grobner command + - Add LMonNP, LTermNP, LTermsNP; FactorOutGcdNP + - Integrate NMO manual as chapter 5 into the GBNP manual + - Various janitorial changes + Changes for 1.0.5 (2022-03-09) - Various janitorial changes diff --git a/PackageInfo.g b/PackageInfo.g index eb399ff..d213a45 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -7,8 +7,8 @@ SetPackageInfo( rec( PackageName := "GBNP", Subtitle := "computing Gröbner bases of noncommutative polynomials", -Version := "1.0.5dev", -Date := "09/03/2022", # dd/mm/yyyy format +Version := "1.1.0", +Date := "29/08/2024", # dd/mm/yyyy format License := "LGPL-2.1-or-later", # SPDX identifier Persons := [ @@ -18,14 +18,6 @@ Persons := [ IsAuthor := true, IsMaintainer := false, Email := "A.M.Cohen@tue.nl", - #WWWHome := "http://www.win.tue.nl/~amc", - #PostalAddress := Concatenation( [ - # "RIACA\n", - # "Dept. Math. and Comp. Sc.\n", - # "Eindhoven University of Technology\n", - # "PO Box 513\n", - # "5600 MB Eindhoven\n", - # "The Netherlands" ] ), Place := "Eindhoven", Institution := "Eindhoven University of Technology" ), @@ -35,13 +27,6 @@ Persons := [ IsAuthor := true, IsMaintainer := false, Email := "J.W.Knopper@tue.nl", - #PostalAddress := Concatenation( [ - # "RIACA\n", - # "Dept. Math. and Comp. Sc.\n", - # "Eindhoven University of Technology\n", - # "PO Box 513\n", - # "5600 MB Eindhoven\n", - # "The Netherlands" ] ), Place := "Eindhoven", Institution := "Eindhoven University of Technology" ), @@ -73,7 +58,7 @@ ArchiveFormats := ".tar.gz", AbstractHTML := "The GBNP package provides algorithms for \ - computing Grobner bases of noncommutative polynomials with coefficients \ + computing Gröbner bases of noncommutative polynomials with coefficients \ from a field implemented in GAP and with \ respect to the \"total degree first then lexicographical\" ordering. \ Further provided are some variations, such as a weighted and truncated \