diff --git a/packages/gbnp/meta.json b/packages/gbnp/meta.json index 85c6b7ea0..04f4d8909 100644 --- a/packages/gbnp/meta.json +++ b/packages/gbnp/meta.json @@ -1,9 +1,9 @@ { - "AbstractHTML": "The GBNP package provides algorithms for computing Grobner 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 version and a tracing facility. The word \"algorithm\" is to be interpreted loosely here: in general one cannot expect such an algorithm to terminate, as it would imply solvability of the word problem for finitely presented (semi)groups.", + "AbstractHTML": "The GBNP package provides algorithms for 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 version and a tracing facility. The word \"algorithm\" is to be interpreted loosely here: in general one cannot expect such an algorithm to terminate, as it would imply solvability of the word problem for finitely presented (semi)groups.", "AcceptDate": "05/2010", "ArchiveFormats": ".tar.gz", - "ArchiveSHA256": "3dfdc1a2c4fa3a80d704cfeb22398640fecf777760a750aa94f69e7fbcffaa51", - "ArchiveURL": "https://github.com/gap-packages/gbnp/releases/download/v1.0.5/gbnp-1.0.5", + "ArchiveSHA256": "eb1f6d5eba80318ad88ac268d3f3b9e3affca05940f56cfaf6a31556e3a46056", + "ArchiveURL": "https://github.com/gap-packages/gbnp/releases/download/v1.1.0/gbnp-1.1.0", "AutoDoc": { "TitlePage": { "Abstract": "\nWe provide algorithms, written in the GAP 4 programming\nlanguage, for computing Gröbner bases of non-commutative polynomials, and some\nvariations, such as a weighted and truncated version and a tracing facility.\nIn addition, there are algorithms for analyzing the quotient of a\nnon-commutative polynomial algebra by a 2-sided ideal generated by a set of\npolynomials whose Gröbner basis has been determined and for computing quotient\nmodules of free modules over quotient algebras.\n

\nThe notion of algorithm is interpreted loosely: in general one cannot expect a\nnon-commutative Gröbner basis algorithm to terminate, as it would imply\nsolvability of the word problem for finitely presented (semi)groups.\n

\nThis documentation gives a short description of the mathematical content,\nexplains the functions of the package, and provides more than twenty worked\nout examples.\n", @@ -12,12 +12,12 @@ "Copyright": "\n©right; 2001-2010 by Arjeh M. Cohen, Dié A.H. Gijsbers, Jan Willem\nKnopper, Chris Krook. Address: Discrete Algebra and Geometry (DAM) group\nat the Department of Mathematics and Computer Science of Eindhoven\nUniversity of Technology.\n" }, "entities": { - "VERSION": "1.0.5" + "VERSION": "1.1.0" } }, "AvailabilityTest": null, "CommunicatedBy": "Alexander Hulpke (Fort Collins, CO)", - "Date": "09/03/2022", + "Date": "29/08/2024", "Dependencies": { "ExternalConditions": [], "GAP": ">=4.8", @@ -42,13 +42,13 @@ "doc" ], "BookName": "GBNP", - "HTMLStart": "doc/chap0.html", + "HTMLStart": "doc/chap0_mj.html", "LongTitle": "Non-commutative Gröbner bases", "PDFFile": "doc/manual.pdf", "SixFile": "doc/manual.six" } ], - "PackageInfoSHA256": "1a792e83ae3e71a17d08d00132cbaa7a7826049f8e632015ac93687540332cf3", + "PackageInfoSHA256": "c9464a3786be8b0e5b055fe77e91125458d9ccfabed96f2550f8ed1836a37a34", "PackageInfoURL": "https://gap-packages.github.io/gbnp/PackageInfo.g", "PackageName": "GBNP", "PackageWWWHome": "https://gap-packages.github.io/gbnp/", @@ -87,5 +87,5 @@ "Status": "accepted", "Subtitle": "computing Gröbner bases of noncommutative polynomials", "TestFile": "tst/testall.g", - "Version": "1.0.5" + "Version": "1.1.0" }