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: matplotlib/matplotlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
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
  • 13 commits
  • 33 files changed
  • 10 contributors

Commits on Apr 11, 2026

  1. MNT: Privatize Formatter attributes

    Co-authored-by: buddy0452004 <[email protected]>
    timhoffm and buddy0452004 committed Apr 11, 2026
    Configuration menu
    Copy the full SHA
    791aaf9 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. MNT: Update all pre-commit hooks

    When we moved off the app to running in Actions, we lost the auto update
    and things fell behind. Now set up Dependabot to automate these like
    everything else.
    
    Also bump the minimum mypy, as such old versions no longer work.
    QuLogic committed Apr 21, 2026
    Configuration menu
    Copy the full SHA
    ca52406 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2026

  1. Merge pull request #31522 from QuLogic/prek-update

    MNT: Update all pre-commit hooks
    QuLogic authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    c0c18c9 View commit details
    Browse the repository at this point in the history
  2. Fix errorbar autoscaling inconsistency on log axes (#31478)

    * Fix errorbar autoscaling inconsistency on log axes (fixes #31462)
    
    * Move log scale fix from _axes.py to collections.py root cause
    
    * Use single figure for log autoscale test
    
    * Fix formatting issues
    Vikash-Kumar-23 authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    4a1af9c View commit details
    Browse the repository at this point in the history
  3. Bump scientific-python/upload-nightly-action in the actions group (#3…

    …1552)
    
    Bumps the actions group with 1 update: [scientific-python/upload-nightly-action](https://github.com/scientific-python/upload-nightly-action).
    
    
    Updates `scientific-python/upload-nightly-action` from 0.6.3 to 0.6.4
    - [Release notes](https://github.com/scientific-python/upload-nightly-action/releases)
    - [Commits](scientific-python/upload-nightly-action@5748273...e76cfec)
    
    ---
    updated-dependencies:
    - dependency-name: scientific-python/upload-nightly-action
      dependency-version: 0.6.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    b84a0c6 View commit details
    Browse the repository at this point in the history
  4. Bump https://github.com/pre-commit/mirrors-mypy from v1.20.1 to 1.20.2 (

    #31551)
    
    Bumps [https://github.com/pre-commit/mirrors-mypy](https://github.com/pre-commit/mirrors-mypy) from v1.20.1 to 1.20.2. This release includes the previously tagged commit.
    - [Commits](pre-commit/mirrors-mypy@0f369d2...fc0f09a)
    
    ---
    updated-dependencies:
    - dependency-name: https://github.com/pre-commit/mirrors-mypy
      dependency-version: 1.20.2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    07b40e6 View commit details
    Browse the repository at this point in the history
  5. DOC: fix broken link to wxPython Widget Inspection Tool (#31535)

    * DOC: fix broken link to wxPython Widget Inspection Tool
    
    The wiki.wxpython.org URL returns 404. Point readers to the current
    official documentation at docs.wxpython.org instead.
    
    Refs #30306.
    
    * DOC: restructure wx5 example to use wx.App with InspectableApp tip
    
    Per review feedback, the regular example now uses wx.App() directly so
    readers see the standard wxPython entry point without any debug-only
    machinery. A .. tip:: directive in the module docstring describes
    wx.lib.mixins.inspection.InspectableApp as an optional debugging aid
    and links to the wx.lib.inspection documentation (which replaces the
    now-dead wiki URL).
    
    The wx.lib.mixins.inspection import is removed since it is no longer
    referenced from the example code.
    
    * DOC: apply review suggestion on wx5 example
    
    Rewrite the .. tip:: in the wx5 example with the wording proposed in
    review, and add a wx intersphinx mapping entry so the :class:`wx.App`
    and :class:`wx.lib.mixins.inspection.InspectableApp` cross-references
    resolve under nitpicky docs builds.
    Pedrom2002 authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    60383ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6fd7445 View commit details
    Browse the repository at this point in the history
  7. Implement underline logic as in TeX

    tfpf authored and QuLogic committed Apr 23, 2026
    Configuration menu
    Copy the full SHA
    44a6337 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #31556 from beelauuu/beelauuu/enums

    FIX: Inverted PyErr_Occurred check in enum type caster (_enums.h)
    ksunden authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    b39d992 View commit details
    Browse the repository at this point in the history
  9. BUG: avoid a deprecation warning from numpy 2.5 (calling `datetime64(…

    …'NaT')` without a unit is deprecated) (#31554)
    
    * BUG: avoid a deprecation warning from numpy 2.5 (calling `datetime64('NaT')` without a unit is deprecated)
    
    Co-authored-by: Tim Hoffmann <[email protected]>
    neutrinoceros and timhoffm authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    cf3aacf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    57f697c View commit details
    Browse the repository at this point in the history
  11. Merge pull request #31416 from timhoffm/mnt-deprecate-formatter-attrs

    MNT: Privatize Formatter attributes
    QuLogic authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    7e18ee2 View commit details
    Browse the repository at this point in the history
Loading