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

backports release 1.2.1 #4326

Merged
merged 15 commits into from
Nov 21, 2024
Merged

backports release 1.2.1 #4326

merged 15 commits into from
Nov 21, 2024

Commits on Nov 18, 2024

  1. fix _as_subgroups (#4277)

    and extend tests accordingly,
    and fix `==` for group homomorphisms
    
    (cherry picked from commit 8bea0b6)
    ThomasBreuer authored and benlorenz committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c73b41c View commit details
    Browse the repository at this point in the history
  2. Resolves BoundError in weights(hook_lengths(...)) (#4270)

    * Added arg check to weights
    
    * weight seq of non-semi-standard YT gives error
    
    * Inputs for weight seq tests are now semi-standard
    
    (cherry picked from commit c40f14e)
    JohnAAbbott authored and benlorenz committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8b9da34 View commit details
    Browse the repository at this point in the history
  3. fixed the leading zero bug in matroid_hex (#4299)

    (cherry picked from commit 2d7a2b0)
    Sequenzer authored and benlorenz committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    62cb44c View commit details
    Browse the repository at this point in the history
  4. Update license (#4257)

    Co-authored-by: Max Horn <[email protected]>
    (cherry picked from commit 953ad23)
    paemurru authored and benlorenz committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    9a881b8 View commit details
    Browse the repository at this point in the history
  5. Fixes small_generating_set, mininimal_primes over a number field (#4279)

    ---------
    
    Co-authored-by: HechtiDerLachs <[email protected]>
    Co-authored-by: ederc <[email protected]>
    Co-authored-by: Lars Göttgens <[email protected]>
    Co-authored-by: Max Horn <[email protected]>
    (cherry picked from commit e91af41)
    simonbrandhorst authored and benlorenz committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    6b1ba5f View commit details
    Browse the repository at this point in the history
  6. changes to the check argument in matroid_from_matrix_columns (#4287)

    (cherry picked from commit b3ab222)
    Sequenzer authored and benlorenz committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    a47f69e View commit details
    Browse the repository at this point in the history
  7. Test and fix norm_equation for RelNumFieldOrder (#4282)

    Co-authored-by: Tommy Hofmann <[email protected]>
    Co-authored-by: Lars Göttgens <[email protected]>
    (cherry picked from commit a0d60ee)
    fingolfin authored and benlorenz committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    9956d02 View commit details
    Browse the repository at this point in the history
  8. add missing doctest markers (#4321)

    (cherry picked from commit 56c8f1f)
    benlorenz committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    bac9829 View commit details
    Browse the repository at this point in the history
  9. CI: check for jldoctest end markers and unknown admonitions (#4325)

    * CI: check for jldoctest end markers and unknown admonitions
    
    * docs: fix two admonitions
    
    * add explanation
    
    * use !== nothing
    
    (cherry picked from commit e8f8ecc)
    benlorenz committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1ca4ab9 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Add some dummy hash functions for the geometry (#4305)

    (cherry picked from commit f96891f)
    HechtiDerLachs authored and benlorenz committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    5a9daa8 View commit details
    Browse the repository at this point in the history
  2. bib: add a bunch of DOIs, minor corrections (#4317)

    DOIs added via script from <https://tex.stackexchange.com/a/300474>.
    The DOIs were then checked with <https://www.doi2bib.org> and in a
    few cases further adjustments were made to the bib data.
    
    (cherry picked from commit fb767f2)
    fingolfin authored and benlorenz committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    0aaadb8 View commit details
    Browse the repository at this point in the history
  3. issue/2142: Add subtype info to docs

    (cherry picked from commit 46d028f)
    lkastner authored and benlorenz committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    5c874c9 View commit details
    Browse the repository at this point in the history
  4. Patch search index (#4292)

    * Patch search index
    
    This removes anything in search index that is not also present in doc.main.
    That is, the search function will not return "hidden" pages, which are not
    available via normal navigation.
    
    * Move code to the right place, so its trigerred not just on interactive use
    
    * Add JSON to docs Project.toml
    
    * docs/search: improve doc.main parsing, use .html or / depending on local_build
    
    ---------
    
    Co-authored-by: Benjamin Lorenz <[email protected]>
    (cherry picked from commit d15b0c9)
    aaruni96 authored and benlorenz committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    a10b49a View commit details
    Browse the repository at this point in the history
  5. Version 1.2.1

    benlorenz committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b8fe19b View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. fixes regression and adds test for file format paper (#4335)

    (cherry picked from commit 5a737af)
    versions adjusted for release branch
    antonydellavecchia authored and benlorenz committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    b5cb648 View commit details
    Browse the repository at this point in the history