-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGES
323 lines (298 loc) · 13.8 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
In this file we record the changes since the first GAP 4 release of
the ANUPQ package.
Version 3.3.1 (2024-10-21)
* Fix a bug where calling `PqDescendants` too many times will result in a
`"failed to launch child process"` error in `PQ_START`
* Require GMP library for multiprecesion integer arithmetic, which is
already required by GAP itself, and without which some computations may
produce strange errors or even wrong results
* Improve build system to find GMP more reliably
* Update maintainers and contact details
Version 3.3.0 (2023-01-05)
* Fix some issues in the documentation
* Remove `ANUPQGlobalVariables`
* Remove most uses of `HideGlobalVariables`
* Avoid using internal undocumented GAP functions
* Update build system
* Remove GAP 4.2 compatibility code
Version 3.2.6 (2022-03-07)
* Declared the ANUPQ package to be under the Artistic License 2.0.
* Fix crash in PqDescendantsTreeCoclassOne
* Various janitorial changes
Version 3.2.5 (2022-02-22)
* Fixed a hang on macOS 10.15 and later
Version 3.2.4 (2022-02-22)
* Fixed more compatibly issues under Windows/Cygwin
* Fixed an issue that prevents anupq from linking on some systems
Version 3.2.3 (2021-10-31)
* Various janitorial changes, e.g. to the build system
Version 3.2.2 (2021-04-11)
* Fixed compatibly issues under Windows/Cygwin
* Fixed many compiler warnings
* Removed use of TemporaryGlobalVarName
* Fixed building the manual on Linux
* Update Max Horn's contact details
Version 3.2.1 (2019-04-18)
* After some back and forth, drop the limitation on 32-bit builds again;
it turns out that 64-bit builds can work just fine
* Added a patch by Laurent Bartholdi to the ANUPQ standalone binary,
which helps computing lower central quotients in certain cases
* Fixed a bug in PqEpimorphism which could produce a wrong result if the
input was a p-group but not an fp-group
* Various janitorial changes, e.g. to the build system
Version 3.2 (2017-11-29)
* Document that ANUPQ is 32-bit only and requires a 32-bit compiler.
* Change build system to enforce 32-bit compilation by adding -m32 to CFLAGS
and LDFLAGS.
* Fix compilation if GMP was not found, and fix interaction between
GAP code and the anupq binary in that case
* Compatible with GAP 4.9
* Internal changes (avoid using GAP function SetFeatureObj, and the
unix functions tmpnam() and tempnam())
Version 3.1.5 (2017-07-20)
* Fix bug in configure script which made it warn about testPq
missing when running configure the first time
* Improve error message when launching child processes fails
* Updated README section about the ANUPQ documentation
Version 3.1.4 (2016-03-08)
* Remove some obsolete test scripts
* Revise how the manual is built
Version 3.1.3 (2016-01-10)
* Fixed version and release date in the manual
* Fixed some minor issues with the manual contents
* Fixed the PackageDoc entry in the PackageInfo.g file
Version 3.1.2 (2016-01-07)
o Converted manual to GAPDoc format.
o Once again tweaked the build system. It now uses automake, and
shares code with other packages like io and nq. This fixes various
annoyances and will make it easy to share future fixes and
improvements between multiple GAP packages.
o Moved package homepage to https://gap-packages.github.io/anupq/
Version 3.1.1 (2013-11-19)
o Updated the manual to match recent changes.
o Corrected Greg Gamble's email address.
o Further improved the build system.
o Fixed the testPq script.
Version 3.1 (2013-09-24; never publicly announced)
o Requires at least GAP 4.5 and AutPGrp 1.5.
o include/pq_author.h:
pq program is now version 1.9
o Improved the build system: It now makes use of GNU autoconf, and
the various Makefiles are now more robust, and compatible with
both GAP 4.4 and 4.5. This should simplify building anupq for
many users.
o Werner Nickel is no longer maintainer.
o Max Horn is new (co-)maintainer.
o Fixed some warnings in the C code.
Version 3.0 (2006-01-24)
o lib/{anupga.gi,anupq.gi,anupqprop.gi,anupqxdesc.gi}:
deprecated `PrimeOfPGroup' replaced by `PrimePGroup'
o lib/anusp.gi:
improved non-isomorphism test in `IsPqIsomorphicPGroup' from
checking the exponent-p length to checking the order of the
terms in the lower exponent-p central series (suggested by
Marco Costantini), and corrected by Jack Schmidt
o pre-GAP 4.4 compatibility features removed:
- lib/anupqhead.g:
. banner removed ... this role is performed by PackageInfo.g
since GAP 4.4; thus `pkgbanner' option no longer exists
. file split into lib/anupqhead.gd and lib/anupqhead.gi
- lib/anupq4r2cpt.g[di]:
(GAP 4.2 compatibility) deleted from distribution
- lib/anustab.gi:
changed `AutPGrp' package test to corresponding GAP 4.4 test
- read.g,init.g:
. removed all but the `ReadPkg' commands
. changed `ReadPkg' to `ReadPackage'
. made adjustments for lib/anupqhead.g split
o src/GAP_link_via_file.c:
deprecated GAP code updated for version 4.4
o include/pq_author.h:
pq program is now version 1.8
o standalone-doc/{README,guide.tex}:
modified for version 1.8 of the pq program
o testPq.in
- updated to check for GAP 4.4 and AutPGrp 1.2 as minimum versions
- now also checks the version of the pq program
o PackageInfo.g,README,VERSION,doc/{manual,intro,infra,install}.tex:
- package version changed from 2.2 to 3.0
- AutPGrp package (at least 1.2) is now essential, not just
recommended
- pq program now version 1.8
Version 2.2:
o PackageInfo.g, README, VERSION, doc/{intro,infra,install}.tex:
- fixed typo. in PackageInfo.g: test file is tst/anupqeg.tst
- package version changed from 2.1 to 2.2
Version 2.1:
o lib/anupqi, tst/anupqeg.tst
fix for a bug discovered by Tobias Rossmann: this bug was caused
in the ANUPQ package's interface by not passing on the parameter
StepSize to the standalone properly. This bug could result in
computing the wrong number of descendants. Produced a new
test file
o lib/anupqi.gi, Makefile.in, tst/anupqeg.tsk, tst/anupqeg.tst
changes suggested by Gary Zablackis in order to make the package
run under Windows:
- use '[grp]' as intermediate filename instead of '<grp>'
- add target to the makefile for compiling the standalone
with cygwin
- run PqQuitAll() more often in test example
o src/store_definition_sets.c:
binomial coefficient algorithm modified to avoid overflow
o include/pq_author.h:
pq program is now version 1.7
o standalone-doc/{README,guide.tex}:
modified for version 1.7 of the pq program
o PackageInfo.g, README, VERSION,
doc/{manual,intro,infra,anupq,options,install}.tex:
- package version changed from 2.0 to 2.1
- pq program version changed from 1.6 to 1.7
Version 2.0:
o include/pq_author.h:
pq program is now version 1.6
o src/GAP_link_via_file.c:
newline now added to output to GAP
o src/{GAP_present.c,pgroup.c},
lib/{anupga.gi,anupqi.gi,anustab.gi}:
changes to remedy bug reported by Boris Girnat (thanks Boris!)
where too many descendants were generated for a group of class
more than 1 with insoluble automorphism group
o standalone/examples/README:
updated with version 1.6 change
o standalone/examples/pga_*, tst/test[123].pga:
each file modified due to version 1.6 change
(pq now asks an additional question: how many soluble automorphisms?
- for all pga examples answer is 0)
o standalone-doc/{README,guide.tex}:
modified for version 1.6 of the pq program
o tst/out/test[123].out
modified as per above
o examples/PqSupplementInnerAutomorphisms:
`PqSupplementInnerAutomorphisms' now returns a record rather than
a group; example modified accordingly
o lib/anupq.gi:
`GAPInfo.DirectoriesTemporary' replaces `DIRECTORIES_TEMPORARY'
o lib/anupqopt.gi:
added two new options for `PqPGSupplyAutomorphisms', namely
`NumberOfSolubleAutomorphisms' and `RelativeOrders'
o README, VERSION,
doc/{manual,intro,infra,anupq,options,install}.tex:
- package version changed from 1.5 to 2.0
- pq program version changed from 1.5 to 1.6
- various GAP 4.4 documentation changes
- `PqSupplementInnerAutomorphisms' example modified
o PkgInfo.g replaced by PackageInfo.g
- `Pkg...' fields replaced by `Package...' fields
- `AutoLoad' fields replaced by `Autoload'
- now defines `Subtitle' fields
- package version changed from 1.5 to 2.0
o testPq.in:
changes for GAP 4.4
o init.g:
- for GAP 4.3 compatibility, if GAP 4.3 then
`GAPInfo' record defined with entries:
. `DirectoriesTemporary' defined to be `DIRECTORIES_TEMPORARY'
. `Version' which is defined to be the contents of VERSION
- commented out deprecated stuff deleted
- undocumented ANUPQPackageVersion() function removed
o make_zoo:
now includes doc/manual.{lab,toc}
o tst/anupqeg.tst:
modified for `PqSupplementInnerAutomorphisms' change
Version 1.5:
o lib/anupqios.gi:
typo. (and bug!) on line 541 fixed (1 changed to i);
thanks to Robert Morse for spotting it.
o PkgInfo.g, lib/anupqhead.g:
banner generated by `BannerString' field of PkgInfo.g
record, rather than by lib/anupqhead.g for GAP 4.4+.
o README, VERSION, PkgInfo.g, doc/{install,intro,infra}.tex
1.4 changed to 1.5
Version 1.4:
o src/malloc.h:
debugging file removed
o src/print_multiweight.c:
removed unnecessary line: #include <malloc.h>
o README, VERSION, PkgInfo.g, doc/{install,intro,infra}.tex
1.3 changed to 1.4
o testPq.in:
Added more bullet-proofing, and more intelligent messages when
things go wrong
Version 1.3:
o init.g:
- now use `StringFile' rather than iostreams to read `VERSION'
(more efficient)
- now looks for version 1.1 of AutPGrp
o testPq.in:
- Added -A option to GAP command.
- now looks for version 1.1 of AutPGrp
o lib/{anusp.gi,anupga.gi}:
On suggestion of Alexander Hulpke added `IsSyllableWordsFamily'
as first argument to `FreeGroup' commands when the group is
subsequently converted to a pc group (more efficient)
o tst/anupqeg.tst:
Remade.
o doc/basics.tex:
Fixed typo.
o README, VERSION, PkgInfo.g, doc/{install,intro,infra}.tex
1.2 changed to 1.3
Version 1.2:
A number of bugs to do with the input of generators/relations were
identified by Robert Morse (thanks Robert):
o PQ_GROUP_FROM_PCP (lib/anupq.gi line 531):
`GroupHomomorphismByImages' replaced by `GroupHomomorphismByImagesNC'
Reason: The check was unnecessary and slowed things down enormously.
o PQ_PC_PRESENTATION (lib/anupq.gi):
- datarec.gens, datarec.rels: previously `String' was applied to
the generators/relators provided and then stored in datarec.gens,
datarec.rels; this can be enormously costly. Now, no processing
is done when GAP already has them in another form (for pc groups,
however, the relators are calculated as before and stored as
strings, in datec.rels). The conversion to String is now only done
at the point of transmission to the pq program, and done in `ToPQk'.
- datarec.gens: an Error is now emitted if the number of defining gen'rs
is larger than 511 (the limit imposed by the pq program, see MAXGENS
in `include/runtime.h').
o ToPQk (lib/anupqios.gi):
When `ToPQk' is called with `cmd' equal to "gens" or "rels", cmd is
treated as the field of `datarec' so that the transmission of generators
and relators to the pq program can be treated specially, to improve
efficiency. The data is still split into ``nice'' lines of length < 69
characters, but care is taken to avoid infinite loops when there are
no nice places to break the lines.
Also updated for changes made in GAP 4.3fix4.
o PqSupplementInnerAutomorphisms (lib/anupga.gi):
`SetPcgs' changed to `SetGeneralizedPcgs'.
o PQ_AUT_INPUT (lib/anupqi.gi):
`Pcgs' changed to `GeneralizedPcgs'.
Now requires at least GAP 4.3fix4 and updated AutPGrp package
(in .../autpgrp/gap/autos.gi `ConvertHybridAutGroup' uses
`SetGeneralizedPcgs' in lieu of `SetPcgs'.)
o lib/anupq4r2cpt.g[id]:
deprecated.
o init.g:
commented out backward compatibility with GAP 4.2, since version 1.2
requires GAP 4.3fix4 anyway.
Updated:
o testPq.in:
checks for new requirements mentioned above.
o make_zoo
o README
o doc/{intro.tex,install.tex}
Added:
o PkgInfo.g
Version 1.1:
First GAP 4 release (GAP 4.2 compatible). Updates the GAP 3 release
(Version 1.0). Basically, Version 1.0 and 1.1 are incompatible, being
for different versions of GAP, but as much as was feasible of the original
was retained. Principal differences are:
o the key commands all take one argument, with any of the previous
arguments being input as options; the GAP 3 way of inputting arguments is
still supported for Pq, PqEpimorphism, PqDescendants etc.;
o iostreams are used instead of files to communicate with the pq program;
o the source code has been modified to support a -G option that allows the
pq program to communicate with GAP via the iostream, rather than start
up a new GAP, when it needs GAP to compute stabilisers;
o the source code has also been modified to remove a few bugs;
o the functionality has been significantly increased.
- Greg Gamble -- 9 July, 2002; 3 November, 2002; 28 January, 2004.