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: Boxuan-code-storage/animatplot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: t-makaro/animatplot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 53 files changed
  • 4 contributors

Commits on Oct 5, 2020

  1. matplotlib3.3 shading="nearest" compatibility (t-makaro#53)

    * Support pcolormesh shadings other than "flat"
    
    shading="gouraud" and the (new in matplotlib-3.3) "nearest" shading
    require the array to be sliced differently, and not flattened.
    
    * Tests for shading argument to Pcolormesh
    
    * Fix slicing in shading=="auto" branch
    
    * Handle case where shape of Z is (nx-1)*(ny-1)
    
    This is the case matplotlib is better set up to handle, and uses X and Y
    as the positions of the cell corners to be colored according to the
    value of Z. This case needs to use standard slicing from
    Block._make_slice() instead of the workaround in
    Pcolormesh._make_pcolormesh_flat_slice().
    
    * Test shading="flat" with corner positions passed in
    
    * Test shading="auto"
    johnomotani authored Oct 5, 2020
    Configuration menu
    Copy the full SHA
    2e2ac1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26b3c79 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Fixing Unit Tests (t-makaro#62)

    * Fixed BunchOFiles writer by downstreaming the code that was deleted upstream.
    
    * Update CircleCi
    
    * Fix ragged array checks
    t-makaro authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e1f9440 View commit details
    Browse the repository at this point in the history
  2. patches for 0.4.3 release (t-makaro#63)

    * patches for 0.4.3 release
    
    * 0.4.3 patchnotes
    
    * Fix html docs build
    t-makaro authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b52ce9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d614799 View commit details
    Browse the repository at this point in the history
  4. Update .readthedocs.yaml

    t-makaro committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b3f81ff View commit details
    Browse the repository at this point in the history
  5. Update rtd stuff

    t-makaro committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    104327c View commit details
    Browse the repository at this point in the history
Loading