Package Release Info

gap-4.13.0-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gap
gap-devel
gap-full
gap-rpm-devel
libgap9

Change Logs

* Sat Mar 23 2024 Jan Engelhardt <jengelh@inai.de>
- Update to release 4.13
  * Change gac to respect CC and CXX environment variables if set
    (to override the C/C++ compiler it invokes)
  * Support package extensions (see the manual section
    "Extensions Provided by a Package")
  * Use gap-anupq package for computing isomorphism of p-groups
    if it is available
  * Speed up ``AsList``, ``AsSet`` and ``ElementsStabChain`` for
    permutation groups, by not sorting the list returned by
    ``ElementsStabChain`` (in accordance with its documentation,
    which never promised this)
* Wed Jan 31 2024 Jan Engelhardt <jengelh@inai.de>
- Make the build reproducible by killing off dates.
* Fri Jan 19 2024 Jan Engelhardt <jengelh@inai.de>
- Add sl2reps extension to gap-full
* Sun Feb 12 2023 Jan Engelhardt <jengelh@inai.de>
- Update to release 4.12.2
  * Fix an unexpected error during tab completion with records
* Sat Nov 19 2022 Jan Engelhardt <jengelh@inai.de>
- Update to release 4.12.1
  * Fix performance regression in AllHomomorphismClasses and
    possibly other code searching isomorphisms
  * Fix crashes in ConvertToVectorRep and CopyToVectorRep
* Sun Oct 02 2022 Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
- Update to new upstream release 4.12.0
  * Added the missing perfect groups of order up to two million
  * Initial support for make install available
  * For details, see
    https://github.com/gap-system/gap/blob/stable-4.12/CHANGES.md
- Update to new upstream release 4.11.0
  * Removed ability to return objects from many error break loops
  * GAP now contains some C++ code
  * HPC-GAP: The ward tool has been decommissioned
  * Syntax trees: Functions were added which allow converting a
    GAP function object into an abstract syntax tree which can
    be parsed and modified from within GAP code
- Clean up spec file
* Wed Nov 14 2018 Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 4.10.0
  * Reduce impact of immediate methods
  * Change definition of IsPGroup to not require finiteness
  * Experimental support for using the Julia garbage collector
  * For details, see
    https://www.gap-system.org/Manuals/doc/changes/chap2.html#X795B238486D0ABCD
* Fri Oct 19 2018 Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 4.9.3
  * Fixed a regression in HighestWeightModule caused by changes in
    sort functions introduced in GAP 4.9 release.
* Sat Jul 14 2018 jengelh@inai.de
- Update to new upstream release 4.9.2
  * Merged HPC-GAP into GAP.
  * GAP now supports lambdas with fewer or more than one argument.
  * Function calls, list accesses and records accesses now can be
    nested.
- Remove gap-final-dir.diff, gap-multiarch.diff, reproducible.patch
  (no longer needed).