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: matplotlib/matplotlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: seberg/matplotlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 26, 2023

  1. BLD: Use NumPy nightly wheels for non-release builds

    This uses the NumPy nightlies for non-release builds to ensure the
    matplotlib nightlies uploaded are build against the new NumPy version.
    
    These nightlies are not tested, but if they were they should actually
    still be tested against the release NumPy.  This is necessary to allow
    NumPy to enforce API changes, it does mean that potential C-API breaks
    in NumPy need quicker follow-up unfortunately (either in NumPy or in
    matplotlib).
    seberg committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    92fe202 View commit details
    Browse the repository at this point in the history
  2. normal path works, though?

    seberg committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6a81bb8 View commit details
    Browse the repository at this point in the history
  3. next try

    seberg committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    32089ff View commit details
    Browse the repository at this point in the history
  4. Try with adding it just to the build (trust build isolation?)

    I am not clear why we have the preinstall of NumPy 1.25 without it,
    so removing it for now...
    seberg committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8ad3111 View commit details
    Browse the repository at this point in the history
  5. ooops, fixup ooops

    seberg committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b853bc4 View commit details
    Browse the repository at this point in the history
Loading