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: rth/matplotlib-pyodide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: pyodide/matplotlib-pyodide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 11 files changed
  • 6 contributors

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    61935f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    df6c97b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Add FigureCanvasWasm.destroy() method so that user can call pyplot.cl…

    …ose() method to delete previous divs (pyodide#55)
    
    * fix bug pyodide#49
    
    * add test for pyodide#55
    
    * update the CHANGELOG.md
    
    * add tests for pyodide#55
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: yuhongbo <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ff8cccf View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    18cd638 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Bump Pyodide version, Python version, and other cleanups (pyodide#61)

    * Reformat
    
    * Require 3.12, bump setuptools, remove wheel
    
    * Require Python 3.12 for Mypy
    
    * Bump Pyodide version, Python, and GHA versions
    
    * Coloured output for all tests
    
    * Don't shallow-clone repository
    
    * Pin to Chrome 125 and bump install-browser action
    
    Co-Authored-By: Gyeongjae Choi <[email protected]>
    
    ---------
    
    Co-authored-by: Gyeongjae Choi <[email protected]>
    agriyakhetarpal and ryanking13 authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    cb42e35 View commit details
    Browse the repository at this point in the history
  2. Add Firefox for testing (pyodide#62)

    * Add Firefox for testing
    * Remove xfail marker from `test_draw_math_text` because it passes now.
    agriyakhetarpal authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    90638fa View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Matplotlib 3.8.4 update: restore WASM backend and partially restore H…

    …TML5 Canvas backend (pyodide#64)
    
    * Ignore build-related files
    * Check existence of toolbar
    * Temporarily disable event listeners, add notes
    * Use path-based MathTextParser to render math text
    * Add note about current state of HTML5 backend
    * Redirect HTMLCanvas backend to WASM backend
    
    ---------
    
    Co-authored-by: Gyeongjae Choi <[email protected]>
    agriyakhetarpal and ryanking13 authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    3aaa9a2 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. Add archive notice (pyodide#68)

    * update readme
    
    * update
    ryanking13 authored May 20, 2025
    Configuration menu
    Copy the full SHA
    4a15533 View commit details
    Browse the repository at this point in the history
Loading