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: Ultraplot/UltraPlot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: V2.1.0
Choose a base ref
...
head repository: Ultraplot/UltraPlot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: V2.1.2
Choose a head ref
  • 5 commits
  • 9 files changed
  • 4 contributors

Commits on Feb 26, 2026

  1. Internal: cache inspect.signature used by pop_params (#596)

    cache inspect signature on a hot function
    cvanelteren authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    6ab0bef View commit details
    Browse the repository at this point in the history
  2. Bugfix: Deduplicate spanning axes in SubplotGrid slicing (#598)

    Fixes an issue where slicing could cause artists to duplicate on legends.
    cvanelteren authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    d479c71 View commit details
    Browse the repository at this point in the history
  3. Fix inset colorbar frame reflow for refaspect (#593)

    Makes the solver for colorbars consistent with inset colorbars by ensuring that the drawing pipeline is correctly run for the inset.
    cvanelteren authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    4925cc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6a44c9 View commit details
    Browse the repository at this point in the history
  5. Fix contour level color mapping with explicit limits (#599)

    * Fix contour level color mapping with explicit limits
    
    * Update ultraplot/axes/plot.py
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Fix `_parse_level_norm` docstring to reflect conditional return type (#600)
    
    * Initial plan
    
    * Update _parse_level_norm docstring Returns section to reflect possible return types
    
    Co-authored-by: cvanelteren <19485143+cvanelteren@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: Casper van Elteren <caspervanelteren@gmail.com>
    Co-authored-by: cvanelteren <19485143+cvanelteren@users.noreply.github.com>
    
    * Scope explicit contour limits to line contours
    
    * Pass vmin/vmax through automatic level generation
    
    * Restore default tricontour discrete mapping
    
    * Format contour norm routing changes
    
    * Clarify contour norm routing docs
    
    * Refactor contour norm routing flow
    
    * Refactor contour norm routing flags
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: cvanelteren <19485143+cvanelteren@users.noreply.github.com>
    4 people authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    3378000 View commit details
    Browse the repository at this point in the history
Loading