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

build/pkgs/singular: Update to 4.4.0 #37570

Merged
merged 12 commits into from
May 12, 2024
Merged

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    ec5ac91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1265e52 View commit details
    Browse the repository at this point in the history
  3. Remove noexcept keyword

    Co-authored-by: Gonzalo Tornaría <tornaria@cmat.edu.uy>
    antonio-rojas and tornaria committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f231930 View commit details
    Browse the repository at this point in the history
  4. Revert "Support singular older than 4.3.2.p15 too"

    This reverts commit ad3aa56.
    antonio-rojas committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    08db5bd View commit details
    Browse the repository at this point in the history
  5. singular: add a doctest for bigintvec coercion

    Function `hilb` now returns a `bigintvec` object and the coercion to a
    sage vector was implemented in the previous commit.
    
    Here we add a doctest for this coercion.
    tornaria authored and antonio-rojas committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    14586f1 View commit details
    Browse the repository at this point in the history
  6. singular: print arity as a symbol name

    This makes the output independent of changes in the version of singular
    tornaria authored and antonio-rojas committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    729e77d View commit details
    Browse the repository at this point in the history
  7. singular: compatibility for 4.3.2p10 and before

    Add two fallback compatibility `#define`s:
     - `ringorder_ip`
     - `BIGINTVEC_CMD`
    
    Also for old singular:
     - patch the term_order mappings to send `rp` to singular instead of `ip`
     - patch the display of a ring so it prints `ip` instead of `rp`
    tornaria authored and antonio-rojas committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    e04869f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d999b20 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    1bd8aca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe83636 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f5bcf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cd10a2 View commit details
    Browse the repository at this point in the history