|
1 | 1 | # GAP - history of changes |
2 | 2 |
|
| 3 | +## GAP 4.15.1 (October 2025) |
| 4 | + |
| 5 | +The following gives an overview of the changes compared to the previous |
| 6 | +release. This list is not complete, many more internal or minor changes |
| 7 | +were made, but we tried to only list those changes which we think might |
| 8 | +affect some users directly. |
| 9 | + |
| 10 | +### Performance improvements |
| 11 | + |
| 12 | +- [#6138](https://github.com/gap-system/gap/pull/6138) Make various operations for finite matrix groups in characteristic 0 faster (fixes a performance regression from GAP 4.15.0) |
| 13 | + |
| 14 | +### Improved and extended functionality |
| 15 | + |
| 16 | +- [#6134](https://github.com/gap-system/gap/pull/6134) Make `Irr` for solvable groups faster by using the result of `IrrBaumClausen` in `IrrDixonSchneider`. (This may cause a changed ordering of the `Irr` result).) |
| 17 | + |
| 18 | +### Fixed bugs that could lead to incorrect results |
| 19 | + |
| 20 | +- [#6146](https://github.com/gap-system/gap/pull/6146) Fix `CompatiblePairs` to not ignore the optional automorphism group argument |
| 21 | +- [#6137](https://github.com/gap-system/gap/pull/6137) Fix `in` and other functionality for finite matrix groups in characteristic 0 (they had regressed in GAP 4.15.0) |
| 22 | + |
| 23 | +### Fixed bugs that could lead to unexpected errors |
| 24 | + |
| 25 | +- [#6140](https://github.com/gap-system/gap/pull/6140) Fix an unexpected error that could occur when working with matrix groups in characteristic zero |
| 26 | + |
| 27 | +### Package distribution |
| 28 | + |
| 29 | +#### Updated packages redistributed with GAP |
| 30 | + |
| 31 | +The GAP 4.15.1 distribution contains 166 packages, of which 7 have been |
| 32 | +updated since GAP 4.15.0. The full list of updated packages is given below: |
| 33 | + |
| 34 | +- [**AutoDoc**](https://gap-packages.github.io/AutoDoc): 2025.05.09 -> 2025.10.16 |
| 35 | +- [**cohomolo**](https://gap-packages.github.io/cohomolo): 1.6.11 -> 1.6.12 |
| 36 | +- [**datastructures**](https://gap-packages.github.io/datastructures): 0.3.3 -> 0.4.0 |
| 37 | +- [**idrel**](https://gap-packages.github.io/idrel/): 2.48 -> 2.49 |
| 38 | +- [**InduceReduce**](https://gap-packages.github.io/InduceReduce/): 1.1 -> 1.3 |
| 39 | +- [**SmallClassNr**](https://stertooy.github.io/SmallClassNr): 1.4.1 -> 1.4.2 |
| 40 | +- [**TwistedConjugacy**](https://stertooy.github.io/TwistedConjugacy): 3.1.0 -> 3.1.1 |
| 41 | + |
| 42 | + |
3 | 43 | ## GAP 4.15.0 (September 2025) |
4 | 44 |
|
5 | 45 | The following gives an overview of the changes compared to the previous |
|
0 commit comments