Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Aug 28, 2024
1 parent f8741e3 commit 6e7171d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
6 changes: 6 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -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

Expand Down
21 changes: 3 additions & 18 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -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 := [
Expand All @@ -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"
),
Expand All @@ -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"
),
Expand Down Expand Up @@ -73,7 +58,7 @@ ArchiveFormats := ".tar.gz",

AbstractHTML :=
"The <span class=\"pkgname\">GBNP</span> 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 <span class=\"pkgname\">GAP</span> and with \
respect to the \"total degree first then lexicographical\" ordering. \
Further provided are some variations, such as a weighted and truncated \
Expand Down

0 comments on commit 6e7171d

Please sign in to comment.