Skip to content

Commit ae86ac9

Browse files
committed
Version 2.18
1 parent 1cb4185 commit ae86ac9

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
This 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+
39
2.17 (2025-08-28)
410
- Add a method `SemidirectProduct( N, alpha, G)` where `N` and `G` are both PcpGroups
511
(contributed by Sam Tertooy)

PackageInfo.g

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ SetPackageInfo( rec(
99

1010
PackageName := "Polycyclic",
1111
Subtitle := "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
1414
License := "GPL-2.0-or-later",
1515

1616
Persons := [
@@ -164,7 +164,7 @@ Keywords := [
164164
AutoDoc := rec(
165165
TitlePage := rec(
166166
Copyright := """<Index>License</Index>
167-
&copyright; 2003-2025 by Bettina Eick, Max Horn and Werner Nickel<P/>
167+
&copyright; 2003-2026 by Bettina Eick, Max Horn and Werner Nickel<P/>
168168
The &Polycyclic; package is free software;
169169
you 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-

0 commit comments

Comments
 (0)