Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[idrel] Update to 2.46 #888

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions packages/idrel/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"AbstractHTML": "IdRel is a package for computing the identities among relations of a group presentation using rewriting, logged rewriting, monoid polynomials, module polynomials and Y-sequences.",
"AcceptDate": "05/2015",
"ArchiveFormats": ".tar.gz",
"ArchiveSHA256": "048a5512a808a423849685cd06ec8e73aaf1d6680d9666bee93193bded12b46a",
"ArchiveURL": "https://github.com/gap-packages/idrel/releases/download/v2.45/idrel-2.45",
"ArchiveSHA256": "c97893ceaeeb669b948d905462f79047ce0b15119a98605e183cd9a337b0d8e6",
"ArchiveURL": "https://github.com/gap-packages/idrel/releases/download/v2.46/idrel-2.46",
"AutoDoc": {
"TitlePage": {
"Abstract": "&IdRel; is a &GAP; package originally implemented in 1999, using the &GAP; 3 language, when the first author was studying for a Ph.D. in Bangor.\n<P/>\nThis package is designed to compute a minimal set of generators for the module of the identities among relators of a group presentation.\nIt does this using\n<List>\n<Item>\nrewriting and logged rewriting: a self-contained implementation of the Knuth-Bendix process using the monoid presentation associated to the group presentation;\n</Item>\n<Item>\nmonoid polynomials: an implementation of the monoid ring;\n</Item>\n<Item>\nmodule polynomials: an implementation of the right module over this monoid generated by the relators.\n</Item>\n<Item>\nY-sequences: used as a <E>rewriting</E> way of representing elements of a free crossed module (products of conjugates of group relators and inverse relators).\n</Item>\n</List>\n<P/>\n&idrel; became an accepted &GAP; package in May 2015.\n<P/>\nBug reports, suggestions and comments are, of course, welcome.\nPlease contact the last author at <Email>c.d.wensley@bangor.ac.uk</Email> or submit an issue at the GitHub repository <URL>https://github.com/gap-packages/idrel/issues/</URL>.\n",
"Abstract": "&IdRel; is a &GAP; package originally implemented in 1999, using the &GAP; 3 language, when the first author was studying for a Ph.D. in Bangor.\n<P/>\nThis package is designed to compute a minimal set of generators for the module of the identities among relators of a group presentation.\nIt does this using\n<List>\n<Item>\nrewriting and logged rewriting: a self-contained implementation of the Knuth-Bendix process using the monoid presentation associated to the group presentation;\n</Item>\n<Item>\nmonoid polynomials: an implementation of the monoid ring;\n</Item>\n<Item>\nmodule polynomials: an implementation of the right module over this monoid generated by the relators.\n</Item>\n<Item>\nY-sequences: used as a <E>rewriting</E> way of representing elements of a free crossed module (products of conjugates of group relators and inverse relators).\n</Item>\n</List>\n<P/>\n&idrel; became an accepted &GAP; package in May 2015.\n<P/>\nBug reports, suggestions and comments are, of course, welcome.\nPlease contact the last author at <Email>cdwensley.maths@btinternet.com</Email> or submit an issue at the GitHub repository <URL>https://github.com/gap-packages/idrel/issues/</URL>.\n",
"Acknowledgements": "This documentation was prepared using the &GAPDoc; <Cite Key='GAPDoc'/> and &AutoDoc; <Cite Key='AutoDoc'/> packages.<P/>\nThe procedure used to produce new releases uses the package <Package>GitHubPagesForGAP</Package> <Cite Key='GitHubPagesForGAP' /> and the package <Package>ReleaseTools</Package>.<P/>",
"Copyright": "&copyright; 1999-2023 Anne Heyworth and Chris Wensley<P/>\nThe &IdRel; package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n"
"Copyright": "&copyright; 1999-2024 Anne Heyworth and Chris Wensley<P/>\nThe &IdRel; package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n"
}
},
"Autoload": false,
"AvailabilityTest": null,
"BannerString": "Loading IdRel 2.45 (Identities among Relations)\nby Anne Heyworth and Chris Wensley (https://github.com/cdwensley)\n-----------------------------------------------------------------------\n",
"BannerString": "Loading IdRel 2.46 (Identities among Relations)\nby Anne Heyworth and Chris Wensley (https://github.com/cdwensley)\n-----------------------------------------------------------------------\n",
"CommunicatedBy": "Leonard Soicher (QMUL)",
"Date": "09/02/2023",
"Date": "23/01/2024",
"Dependencies": {
"ExternalConditions": [],
"GAP": ">=4.11.1",
Expand All @@ -42,7 +42,7 @@
"SixFile": "doc/manual.six"
}
],
"PackageInfoSHA256": "d25265bea2ba6d9d3746709a8cc4657ca0a3a3ea01a2661ac9f66b9400fe45b8",
"PackageInfoSHA256": "552abbc115577e1005a967cc94a01f4efad3cc1bb51d8230e23b1e6c324adf40",
"PackageInfoURL": "https://gap-packages.github.io/idrel/PackageInfo.g",
"PackageName": "idrel",
"PackageWWWHome": "https://gap-packages.github.io/idrel/",
Expand Down Expand Up @@ -71,5 +71,5 @@
"Status": "accepted",
"Subtitle": "Identities among relations",
"TestFile": "tst/testall.g",
"Version": "2.45"
"Version": "2.46"
}
Loading