File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11This file describes changes in the GAP package 'polycyclic'.
22
3+ 2.18 (2026-04-09)
4+ - Let ` Centralizer( U, g ) ` work if ` g ` is not contained in ` U `
5+ - Improve ` Intersection ` to work in more cases (instead of erroring out),
6+ specifically if one of the arguments is finite
7+ - Various janitorial changes
8+
392.17 (2025-08-28)
410 - Add a method ` SemidirectProduct( N, alpha, G) ` where ` N ` and ` G ` are both PcpGroups
511 (contributed by Sam Tertooy)
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ SetPackageInfo( rec(
99
1010PackageName := " Polycyclic" ,
1111Subtitle := " Computation with polycyclic groups" ,
12- Version := " 2.17 " ,
13- Date := " 28/08/2025 " , # dd/mm/yyyy format
12+ Version := " 2.18 " ,
13+ Date := " 09/04/2026 " , # dd/mm/yyyy format
1414License := " GPL-2.0-or-later" ,
1515
1616Persons := [
@@ -164,7 +164,7 @@ Keywords := [
164164AutoDoc := rec (
165165 TitlePage := rec (
166166 Copyright := " " " <Index>License</Index>
167- ©right; 2003-2025 by Bettina Eick, Max Horn and Werner Nickel<P/>
167+ ©right; 2003-2026 by Bettina Eick, Max Horn and Werner Nickel<P/>
168168The &Polycyclic; package is free software;
169169you can redistribute it and/or modify it under the terms of the
170170<URL Text=" GNU General Public License" >http://www.fsf.org/licenses/gpl.html</URL>
@@ -179,4 +179,3 @@ users and developers.""",
179179),
180180
181181));
182-
You can’t perform that action at this time.
0 commit comments