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/mpl-sphinx-theme
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.7.1
Choose a base ref
...
head repository: matplotlib/mpl-sphinx-theme
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.8.0rc1
Choose a head ref
  • 20 commits
  • 11 files changed
  • 7 contributors

Commits on Mar 3, 2023

  1. Add note to update pins as part of mpl-sphinx-theme release

    I thought this may be the more appropriate place to document what requirements files need updating upon release of mpl sphinx theme.
    
    There are a couple of other candidates: matplotlib/cheat-sheets and matplotlib/data-prototype, in particular, but those are small enough/not updated enough to bother repinning, I think;
    ksunden authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    a0163df View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Merge pull request #65 from matplotlib/v3.7.x

    Merge tag 3.7.1 into main
    ksunden authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    d26e956 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Modernize circleci redirector workflow

    This makes it in line with the workflow on the main Matpltlib repository.
    QuLogic committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c70b3cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from QuLogic/circle-workflow

    Modernize circleci redirector workflow
    jklymak authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    5c20d46 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Fix license text to be BSD-3-Clause

    Per our meeting discussion, switch the license text to match the
    metadata in `setup.py`.
    
    Fixes #29
    QuLogic committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    967f11c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    428f1cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #70 from melissawm/fix-circleci

    Add token for CircleCI artifact redirector action
    QuLogic authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    706dbee View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Merge pull request #69 from QuLogic/fix-license

    Fix license text to be BSD-3-Clause
    tacaswell authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    e027423 View commit details
    Browse the repository at this point in the history
  2. Migrate to pyproject.toml

    QuLogic committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    a123079 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #68 from QuLogic/pyproject

    Migrate to pyproject.toml
    tacaswell authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    97e59a5 View commit details
    Browse the repository at this point in the history
  4. More specific wording

    Co-authored-by: Tim Hoffmann <[email protected]>
    ksunden and timhoffm authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    5f1ebe9 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Merge pull request #57 from ksunden/update_pins

    Add note to update pins as part of mpl-sphinx-theme release
    QuLogic authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    26aeeaf View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Change develop in nav bar to contribute

    Way back when, this section of the docs was named contribute. We changed it to develop at some point but that feels too narrow so this restores the name of that section to contribute
    story645 authored May 2, 2023
    Configuration menu
    Copy the full SHA
    9f33a66 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Merge pull request #71 from story645/contribute

    Change develop in nav bar to contribute
    timhoffm authored May 18, 2023
    Configuration menu
    Copy the full SHA
    44e80c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Add a release workflow to publish to PyPI

    This uses the new Trusted Publisher setup to automatically publish when
    a release is published.
    QuLogic committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0af7474 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Merge pull request #74 from QuLogic/pypi-publish

    Add a release workflow to publish to PyPI
    ksunden authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e032195 View commit details
    Browse the repository at this point in the history
  2. CI: Drop fetch-tags setting from checkout step

    This seems to cause a conflict when the workflow is triggered by a tag
    itself: actions/checkout#1467
    QuLogic committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    3b379d8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #75 from QuLogic/fix-release

    CI: Drop fetch-tags setting from checkout step
    ksunden authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    da93de7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a9cd20 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #76 from QuLogic/bump-version

    MNT: Update version to 3.8.0rc1
    ksunden authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    fd36ebd View commit details
    Browse the repository at this point in the history
Loading