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: mpmath/mpmath
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.0
Choose a base ref
...
head repository: mpmath/mpmath
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.1
Choose a head ref
  • 9 commits
  • 14 files changed
  • 3 contributors

Commits on Mar 1, 2026

  1. Set argtypes for sprintf from ctypes

    Needed on some architectures (see the "Calling variadic functions" in
    the ctypes documentation).
    
    closes #1047
    
    (cherry picked from commit d74dff7)
    d-torrance authored and skirpichev committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    6887127 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. Configuration menu
    Copy the full SHA
    501af4a View commit details
    Browse the repository at this point in the history
  2. Use version_file option of setuptools-scm to keep version info

    Closes #1044
    
    (cherry picked from commit ed57d40)
    skirpichev committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    650520b View commit details
    Browse the repository at this point in the history
  3. Amend docstring for round_digits()

    (cherry picked from commit 9677a2a)
    skirpichev committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    1ef88b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Test frozen package version (#1055)

    Add bash script to test package version in a frozen application version and a separate CI job to run it.  Closes #1044.
    
    Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
    (cherry picked from commit 45f5adb)
    FlurinArner and skirpichev committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    e129480 View commit details
    Browse the repository at this point in the history
  2. Revert "Add backport action"

    This reverts commit 319703e.
    
    (cherry picked from commit 5d48d2a)
    skirpichev committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    96272f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. Add a workaround for test on s390x

    Closes #1046
    
    (cherry picked from commit 1108318)
    skirpichev committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    629daff View commit details
    Browse the repository at this point in the history
  2. Update CHANGES

    skirpichev committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    d3d3eb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2026

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