Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes/Improvements that should make the 4.9 release #1809

Merged
merged 8 commits into from
Nov 5, 2017

Commits on Nov 5, 2017

  1. Configuration menu
    Copy the full SHA
    e6f056c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3785333 View commit details
    Browse the repository at this point in the history
  3. FIX: Ensure same generating set is used in `Intersection'

    even if `Image' of homomorphisms wants to use differently.
    This fixes gap-system#1774
    hulpke committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    8c349f1 View commit details
    Browse the repository at this point in the history
  4. ENHANCE: Minor improvements to intermediate subgroups

    Added Synonym: EmbeddedConjugates, EmbeddingConjugates
    also added private option to ease debugging by forcing old code to run.
    hulpke committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    43e116f View commit details
    Browse the repository at this point in the history
  5. ENHANCE: Robustness fix for DoConjugateInto, less storage

    when comparing double cosets.
    hulpke committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    f576c97 View commit details
    Browse the repository at this point in the history
  6. Change examples in manual to not require number of generators.

    Otherwise manual tests fail due to changes in automorphism group generators.
    hulpke committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    6b5def8 View commit details
    Browse the repository at this point in the history
  7. FIX: When copying a new augmented coset table also allow for

    further names of components: "one" and "useAddition".
    This fixes gap-system#1819.
    hulpke committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    1252eda View commit details
    Browse the repository at this point in the history
  8. ENHANCE: Allow perfect subgroups from library of perfect groups

    even if NoPrecomputedData option is set -- otherwise the calculation cannot
    but fail.
    
    This fixes gap-system#1822.
    hulpke committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    0cb7461 View commit details
    Browse the repository at this point in the history