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

Implement basic multivariate polynomial species #38446

Merged
merged 171 commits into from
Nov 16, 2024

Commits on May 12, 2024

  1. Initial commit

    Newtech66 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    8a5f1db View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    ce7c87f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ae5497 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Improved repr output and added a way to name conjugacy classes of sub…

    …groups
    
    Also added various miscellaneous functions
    Newtech66 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    663b422 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3f16ba View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Update src/sage/rings/burnside.py

    Co-authored-by: Martin Rubey <axiomize@yahoo.de>
    Newtech66 and mantepse authored May 16, 2024
    Configuration menu
    Copy the full SHA
    6f9cac4 View commit details
    Browse the repository at this point in the history
  2. Doctest updates

    Newtech66 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    bec9b0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    476218f View commit details
    Browse the repository at this point in the history
  4. Burnside ring now inherits from CombinatorialFreeModule

    Also some fixes to _element_constructor_ ConjugacyClassesOfSubgroups
    Newtech66 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3d2a730 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d49eb76 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Implemented monomial() and one_basis()

    Added _repr_ for ConjugacyClassesOfSubgroups
    I now output B[(gens or name if available)] as _repr_ for generators, for example B[1] + 2*B[(2,3,4)]
    Newtech66 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    bf76e0d View commit details
    Browse the repository at this point in the history
  2. Add rename_gen

    Newtech66 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    dc1d95d View commit details
    Browse the repository at this point in the history
  3. Add construct_from_action

    Newtech66 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c271e60 View commit details
    Browse the repository at this point in the history
  4. Add _from_dict

    Newtech66 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1453c90 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    fa8b9f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be11997 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f39807c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4af3fc View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    de3ccbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9e5aab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a377f5 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    45361c3 View commit details
    Browse the repository at this point in the history
  2. Doctest additions

    Newtech66 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b8da0e6 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Doctest updates

    Newtech66 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ac4bb20 View commit details
    Browse the repository at this point in the history
  2. Run doctest fixer

    Newtech66 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8ecf26d View commit details
    Browse the repository at this point in the history
  3. Small change

    Newtech66 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f617657 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    6ecbe83 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    bd55d15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ce14a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Refactor conjugacy classes of subgroups of symmetric groups, add spec…

    …ial case in construct_element
    Newtech66 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    04ac9e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    3ca8861 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dd1b87 View commit details
    Browse the repository at this point in the history
  3. Minor correction

    Newtech66 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    77136a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e0a707 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    9ffc003 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    4207aab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c4b0e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    12a129b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    053346c View commit details
    Browse the repository at this point in the history
  2. Doctest fixes

    Newtech66 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    9149023 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Add most doctests

    Newtech66 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    9438800 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Doctest fixes

    Newtech66 committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    afbdd9c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Doctest fix

    Newtech66 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    bd59d1e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    a08c4a4 View commit details
    Browse the repository at this point in the history
  2. Doctests

    Newtech66 committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    2900263 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    1e8ce44 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Rewrite

    Newtech66 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    125103d View commit details
    Browse the repository at this point in the history
  2. Minor fixes

    Newtech66 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f6690bd View commit details
    Browse the repository at this point in the history
  3. More fixes

    Newtech66 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6604d28 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Add degree_on_basis

    Newtech66 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    ad7d13f View commit details
    Browse the repository at this point in the history
  2. more fixes

    Newtech66 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    36e6c02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5010e3f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Split species into new PR

    Newtech66 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6396163 View commit details
    Browse the repository at this point in the history
  2. grab changes from other PR

    Newtech66 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ff1f3f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    5eacfb0 View commit details
    Browse the repository at this point in the history
  2. Rewrite

    Newtech66 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    981ed0c View commit details
    Browse the repository at this point in the history
  3. Normalization fixes

    Newtech66 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b1b028c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. More fixes

    Newtech66 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a0f1cc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b932b91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a540531 View commit details
    Browse the repository at this point in the history
  4. doctest fixes

    Newtech66 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8b50890 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. improvements (mantepse)

    Newtech66 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1ad7c46 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    3b0f03d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    6c7156e View commit details
    Browse the repository at this point in the history
  2. Refactoring and bug fixes

    Newtech66 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    22b3980 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    6a5af17 View commit details
    Browse the repository at this point in the history
  2. Added cartesian product

    Newtech66 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8dabfd6 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    3cec6b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    776bd64 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    268b2c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a64700d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    5ce6e11 View commit details
    Browse the repository at this point in the history
  2. More doctests

    Newtech66 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    a081b60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16099c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Add inner_sum

    Newtech66 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b7f7beb View commit details
    Browse the repository at this point in the history
  2. Doctest fixes

    Newtech66 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    142c09a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19231be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd146bc View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    284251b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    acc44f8 View commit details
    Browse the repository at this point in the history
  2. Minor changes

    Newtech66 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2aa9cd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b6061e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c54733 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8e8bb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    238eae1 View commit details
    Browse the repository at this point in the history
  2. More minor changes

    Newtech66 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7a38ab7 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    f1e10fc View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    dd3fc7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    700b925 View commit details
    Browse the repository at this point in the history
  3. fix doctests

    Newtech66 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    0d07b86 View commit details
    Browse the repository at this point in the history
  4. Add doctests

    Newtech66 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    35b1703 View commit details
    Browse the repository at this point in the history
  5. run doctest fixer

    Newtech66 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    853b403 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. some more doctests

    Newtech66 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e7dcaef View commit details
    Browse the repository at this point in the history
  2. run doctest fixer

    Newtech66 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    046aa23 View commit details
    Browse the repository at this point in the history
  3. pycodestyle fix

    Newtech66 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    125771f View commit details
    Browse the repository at this point in the history
  4. change AtomicSpeciesElement _repr_ and remove multicardinality check …

    …in MolecularSpecies __call__
    Newtech66 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2cedfcb View commit details
    Browse the repository at this point in the history
  5. Get rid of some calls to libgap ConjugateGroup without passing domain…

    … and use gens_small in ConjugacyClassOfSubgroups _canonicalize
    Newtech66 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    29bb7eb View commit details
    Browse the repository at this point in the history
  6. run doctest fixer

    Newtech66 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    696f0e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44a0b9b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    c71a412 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    56beab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf87e50 View commit details
    Browse the repository at this point in the history
  3. fix doctests

    Newtech66 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f9919ff View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    93b19bf View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    5f89ce8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a705847 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dada750 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    772b79b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. remove _project and gen

    mantepse committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7c1f219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cf6894 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c72461 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    4e6419a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    d62beae View commit details
    Browse the repository at this point in the history
  2. remove debugging statement

    mantepse committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    51326d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e0ae47 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    cc40a27 View commit details
    Browse the repository at this point in the history
  2. beautify

    mantepse committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8b7a096 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    383170c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    4189ceb View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    9ddb6b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5252878 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    bd95f4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0382e7 View commit details
    Browse the repository at this point in the history
  3. mark some doctests as random, run TestSuite also for element classes,…

    … explain why we are skipping parts of the testsuite
    mantepse committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    b51a8b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. partially fix bug

    mantepse committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a5484ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67b12b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. very minor docstring fixes

    mantepse committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    b5a2727 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ae42ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    470fa71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    846690e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    0e5c8f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    c07f0b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Apply suggestions from code review

    Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
    mantepse and tscrim authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1362973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b88db8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e9cf42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    650bd55 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    8aea71d View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
    mantepse and tscrim authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9c673c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b6ef90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    421623b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    518a463 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. fix some codecov reports

    mantepse committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    df0554a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0577096 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    4104cc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e84c39 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. remove ConjugacyClassOfDirectlyIndecomposableSubgroups and ConjugacyC…

    …lassesOfDirectlyIndecomposableSubgroups and reorganize AtomicSpeciesElement.__classcall__ for significant performance improvement
    mantepse committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    c22759a View commit details
    Browse the repository at this point in the history
  2. allow to skip checks, make variable names more consistent, avoid unne…

    …ccessary conversions between gap and sage in AtomicSpeciesElement.__classcall__ for performance
    mantepse committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    c1f5285 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    070a08e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96a5aa0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7721794 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    0c49f2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6755330 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    905079c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    02c082b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    084ea13 View commit details
    Browse the repository at this point in the history
  2. minor optimization

    mantepse committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    f4c4723 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Apply suggestions from code review

    Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
    mantepse and tscrim authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    dd58ae3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a15c61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a305a74 View commit details
    Browse the repository at this point in the history
  4. adapt doctest

    mantepse committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    cb5ef7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd7b5a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bc0224 View commit details
    Browse the repository at this point in the history
  7. sort cover relations as str

    mantepse committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    580a5c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ca9a5b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    4598eda View commit details
    Browse the repository at this point in the history
  2. improve documentation

    mantepse committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ade63cc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Update src/sage/rings/species.py

    Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
    mantepse and tscrim authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    727d4d2 View commit details
    Browse the repository at this point in the history
  2. Update src/sage/rings/species.py

    Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
    mantepse and tscrim authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ff604c8 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
    mantepse and tscrim authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8d7ab18 View commit details
    Browse the repository at this point in the history
  4. docfixes

    mantepse committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    622d08e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ef4cdb View commit details
    Browse the repository at this point in the history