-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Comparing changes
Open a pull request
base repository: matplotlib/matplotlib
base: main@{1day}
head repository: matplotlib/matplotlib
compare: main
- 13 commits
- 33 files changed
- 10 contributors
Commits on Apr 11, 2026
-
MNT: Privatize Formatter attributes
Co-authored-by: buddy0452004 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 791aaf9 - Browse repository at this point
Copy the full SHA 791aaf9View commit details
Commits on Apr 21, 2026
-
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.
Configuration menu - View commit details
-
Copy full SHA for ca52406 - Browse repository at this point
Copy the full SHA ca52406View commit details
Commits on Apr 23, 2026
-
Merge pull request #31522 from QuLogic/prek-update
MNT: Update all pre-commit hooks
Configuration menu - View commit details
-
Copy full SHA for c0c18c9 - Browse repository at this point
Copy the full SHA c0c18c9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4a1af9c - Browse repository at this point
Copy the full SHA 4a1af9cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b84a0c6 - Browse repository at this point
Copy the full SHA b84a0c6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 07b40e6 - Browse repository at this point
Copy the full SHA 07b40e6View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 60383ac - Browse repository at this point
Copy the full SHA 60383acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fd7445 - Browse repository at this point
Copy the full SHA 6fd7445View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44a6337 - Browse repository at this point
Copy the full SHA 44a6337View commit details -
Merge pull request #31556 from beelauuu/beelauuu/enums
FIX: Inverted PyErr_Occurred check in enum type caster (_enums.h)
Configuration menu - View commit details
-
Copy full SHA for b39d992 - Browse repository at this point
Copy the full SHA b39d992View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for cf3aacf - Browse repository at this point
Copy the full SHA cf3aacfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f697c - Browse repository at this point
Copy the full SHA 57f697cView commit details -
Merge pull request #31416 from timhoffm/mnt-deprecate-formatter-attrs
MNT: Privatize Formatter attributes
Configuration menu - View commit details
-
Copy full SHA for 7e18ee2 - Browse repository at this point
Copy the full SHA 7e18ee2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main@{1day}...main