Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sagemath/sage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: tornaria/sage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: singular
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    b722c89 View commit details
    Browse the repository at this point in the history
  2. 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 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ec213a9 View commit details
    Browse the repository at this point in the history
  3. singular: print arity as a symbol name

    This makes the output independent of changes in the version of singular
    tornaria committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a44db01 View commit details
    Browse the repository at this point in the history
  4. 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 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    adc10f8 View commit details
    Browse the repository at this point in the history
Loading