Thanks to visit codestin.com
Credit goes to github.com

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: spha-code/matplotlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: matplotlib/matplotlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 17 files changed
  • 10 contributors

Commits on Jul 10, 2025

  1. Log a warning if selected font weight differs from requested

    Colton Lathrop authored and QuLogic committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    86983e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. Configuration menu
    Copy the full SHA
    347dceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef45c7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63756df View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. Bump the actions group with 2 updates

    Bumps the actions group with 2 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [cygwin/cygwin-install-action](https://github.com/cygwin/cygwin-install-action).
    
    
    Updates `pypa/cibuildwheel` from 3.0.0 to 3.0.1
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@5f22145...95d2f3a)
    
    Updates `cygwin/cygwin-install-action` from 5 to 6
    - [Release notes](https://github.com/cygwin/cygwin-install-action/releases)
    - [Commits](cygwin/cygwin-install-action@f61179d...f200932)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/cibuildwheel
      dependency-version: 3.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    - dependency-name: cygwin/cygwin-install-action
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    7d11302 View commit details
    Browse the repository at this point in the history
  2. Merge pull request matplotlib#30311 from matplotlib/dependabot/github…

    …_actions/actions-79fd738f52
    
    Bump the actions group with 2 updates
    dstansby authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    be5e860 View commit details
    Browse the repository at this point in the history
  3. Replace deprecated imports

    dstansby committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    6019c46 View commit details
    Browse the repository at this point in the history
  4. Merge pull request matplotlib#30272 from QuLogic/font-weight-warning

    Log a warning if selected font weight differs from requested
    dstansby authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    d2050cb View commit details
    Browse the repository at this point in the history
  5. Fix link to pango

    dstansby committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    eef0334 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d40a024 View commit details
    Browse the repository at this point in the history
  7. fix broken configobj link

    jocelynvj committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    b77ba11 View commit details
    Browse the repository at this point in the history
  8. Merge pull request matplotlib#30312 from dstansby/deprecated-imports

    Replace deprecated imports
    tacaswell authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    e1c9492 View commit details
    Browse the repository at this point in the history
  9. [TYP] Add more literals to MarkerType (matplotlib#30261)

    * Update mpl.typing.MarkerType
    
    * Revert superfluous changes
    
    * Moved import
    
    * Remove unnecessary import
    
    Co-authored-by: Tim Hoffmann <[email protected]>
    
    * Correct integers values on MarkerType
    
    ---------
    
    Co-authored-by: Tim Hoffmann <[email protected]>
    ZPyrolink and timhoffm authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    2e65332 View commit details
    Browse the repository at this point in the history
  10. Merge pull request matplotlib#30317 from jocelynvj/fix_configobj_link

    fix broken configobj link
    QuLogic authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    b766c96 View commit details
    Browse the repository at this point in the history
Loading