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
  • 6 commits
  • 8 files changed
  • 4 contributors

Commits on Apr 17, 2026

  1. Bump the actions group with 3 updates

    Bumps the actions group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [actions/cache](https://github.com/actions/cache) and [j178/prek-action](https://github.com/j178/prek-action).
    
    
    Updates `github/codeql-action` from 4.35.1 to 4.35.2
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@c10b806...95e58e9)
    
    Updates `actions/cache` from 5.0.4 to 5.0.5
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@6682284...27d5ce7)
    
    Updates `j178/prek-action` from 2.0.1 to 2.0.2
    - [Release notes](https://github.com/j178/prek-action/releases)
    - [Commits](j178/prek-action@53276d8...cbc2f23)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.35.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    - dependency-name: actions/cache
      dependency-version: 5.0.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    - dependency-name: j178/prek-action
      dependency-version: 2.0.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 17, 2026
    Configuration menu
    Copy the full SHA
    202da19 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2026

  1. Merge pull request #31519 from matplotlib/dependabot/github_actions/a…

    …ctions-8573f8b4b0
    
    Bump the actions group with 3 updates
    QuLogic authored Apr 18, 2026
    Configuration menu
    Copy the full SHA
    471e079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a01137 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #31518 from rcomer/tick-tags

    DOC: add tags to tick locator and formatter examples
    timhoffm authored Apr 18, 2026
    Configuration menu
    Copy the full SHA
    eebd525 View commit details
    Browse the repository at this point in the history
  4. Document that TimedAnimation is abstract

    And also similarly change `Animation`.
    
    Fixes #30831
    QuLogic committed Apr 18, 2026
    Configuration menu
    Copy the full SHA
    1a97bf8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #31512 from QuLogic/no-timed-anim

    Document that `TimedAnimation` should not be used
    timhoffm authored Apr 18, 2026
    Configuration menu
    Copy the full SHA
    dde0763 View commit details
    Browse the repository at this point in the history
Loading