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: xoolive/matplotlib_cheatsheets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: matplotlib/cheatsheets
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.
  • 15 commits
  • 13 files changed
  • 3 contributors

Commits on Dec 11, 2024

  1. Bump certifi in /requirements in the pip group across 1 directory

    Bumps the pip group with 1 update in the /requirements directory: [certifi](https://github.com/certifi/python-certifi).
    
    
    Updates `certifi` from 2023.11.17 to 2024.7.4
    - [Commits](certifi/python-certifi@2023.11.17...2024.07.04)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
      dependency-group: pip
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    0322b1b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Merge pull request matplotlib#159 from matplotlib/dependabot/pip/requ…

    …irements/pip-a8b23622d7
    
    Bump certifi from 2023.11.17 to 2024.7.4 in /requirements in the pip group across 1 directory
    timhoffm authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    ebb4efc View commit details
    Browse the repository at this point in the history
  2. Bump the pip group in /requirements with 6 updates

    Bumps the pip group in /requirements with 6 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [cryptography](https://github.com/pyca/cryptography) | `42.0.4` | `44.0.1` |
    | [jinja2](https://github.com/pallets/jinja) | `3.1.3` | `3.1.5` |
    | [pillow](https://github.com/python-pillow/Pillow) | `10.2.0` | `10.3.0` |
    | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` |
    | [urllib3](https://github.com/urllib3/urllib3) | `2.2.0` | `2.2.2` |
    | [virtualenv](https://github.com/pypa/virtualenv) | `20.25.0` | `20.26.6` |
    
    
    Updates `cryptography` from 42.0.4 to 44.0.1
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@42.0.4...44.0.1)
    
    Updates `jinja2` from 3.1.3 to 3.1.5
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.3...3.1.5)
    
    Updates `pillow` from 10.2.0 to 10.3.0
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](python-pillow/Pillow@10.2.0...10.3.0)
    
    Updates `requests` from 2.31.0 to 2.32.2
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.31.0...v2.32.2)
    
    Updates `urllib3` from 2.2.0 to 2.2.2
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.2.0...2.2.2)
    
    Updates `virtualenv` from 20.25.0 to 20.26.6
    - [Release notes](https://github.com/pypa/virtualenv/releases)
    - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
    - [Commits](pypa/virtualenv@20.25.0...20.26.6)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
      dependency-group: pip
    - dependency-name: jinja2
      dependency-type: indirect
      dependency-group: pip
    - dependency-name: pillow
      dependency-type: direct:production
      dependency-group: pip
    - dependency-name: requests
      dependency-type: indirect
      dependency-group: pip
    - dependency-name: urllib3
      dependency-type: indirect
      dependency-group: pip
    - dependency-name: virtualenv
      dependency-type: indirect
      dependency-group: pip
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    1af9cc2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request matplotlib#161 from matplotlib/dependabot/pip/requ…

    …irements/pip-d9883c2bdc
    
    Bump the pip group in /requirements with 6 updates
    timhoffm authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    0c22654 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

  1. Configuration menu
    Copy the full SHA
    8158282 View commit details
    Browse the repository at this point in the history
  2. Merge pull request matplotlib#162 from matplotlib/dependabot

    Add dependabot config to update GitHub actions
    dstansby authored Mar 23, 2025
    Configuration menu
    Copy the full SHA
    913f7fb View commit details
    Browse the repository at this point in the history
  3. Bump the actions group with 5 updates

    Bumps the actions group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` |
    | [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` |
    | [pre-commit/action](https://github.com/pre-commit/action) | `3.0.0` | `3.0.1` |
    | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` |
    | [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) | `3` | `4` |
    
    
    Updates `actions/checkout` from 3 to 4
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    Updates `actions/setup-python` from 4 to 5
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    Updates `pre-commit/action` from 3.0.0 to 3.0.1
    - [Release notes](https://github.com/pre-commit/action/releases)
    - [Commits](pre-commit/action@v3.0.0...v3.0.1)
    
    Updates `actions/upload-artifact` from 3 to 4
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    Updates `peaceiris/actions-gh-pages` from 3 to 4
    - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
    - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
    - [Commits](peaceiris/actions-gh-pages@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: pre-commit/action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: peaceiris/actions-gh-pages
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 23, 2025
    Configuration menu
    Copy the full SHA
    83df500 View commit details
    Browse the repository at this point in the history
  4. Merge pull request matplotlib#163 from matplotlib/dependabot/github_a…

    …ctions/actions-8d5d2fc78e
    
    Bump the actions group with 5 updates
    dstansby authored Mar 23, 2025
    Configuration menu
    Copy the full SHA
    2a2af53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5aab1b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Merge pull request matplotlib#164 from dstansby/font-download

    Fix downloading pacifico font
    timhoffm authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    eb7a38b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6112c9 View commit details
    Browse the repository at this point in the history
  3. Remove make logos option

    dstansby committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    6df46cf View commit details
    Browse the repository at this point in the history
  4. Fix requirements file

    dstansby committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    f362f19 View commit details
    Browse the repository at this point in the history
  5. Fix marker facecolors

    dstansby committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    2944bfe View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. Merge pull request matplotlib#146 from dstansby/mpl38

    Update Matplotlib version to 3.8
    dstansby authored May 12, 2025
    Configuration menu
    Copy the full SHA
    f02ebb5 View commit details
    Browse the repository at this point in the history
Loading