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.9
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.2.0
Choose a head ref
  • 9 commits
  • 16 files changed
  • 1 contributor

Commits on Apr 14, 2026

  1. Hotfix/publish zenodo fix (#686)

    Could still be broken. Attempts to fix the citation sync without causing a dirty state that prevents uploading to pypi
    cvanelteren authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    427e5b1 View commit details
    Browse the repository at this point in the history
  2. fix zenodo tests

    cvanelteren committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    fe38293 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2026

  1. Refactor init figure (#687)

    Refactors init of the figure class to reduce cognitive load and improve readability by splitting the logic into helpers.
    cvanelteren authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    2f929f7 View commit details
    Browse the repository at this point in the history
  2. Feature/span cbar slot based (#688)

    Marked this PR as ready for a refactor down the line to make figure more behave as an interface rather than wearing too many hats(functions).
    cvanelteren authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    d1cd3d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2026

  1. Configuration menu
    Copy the full SHA
    1567aa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78a7f94 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2026

  1. Fix/whats new page generation (#697)

    Replace m2r2 to a pure html renderer + wire in unittest to prevent this from happening again.
    cvanelteren authored Apr 17, 2026
    Configuration menu
    Copy the full SHA
    c748326 View commit details
    Browse the repository at this point in the history
  2. Add requests to conda env so the docs fetch_releases tests can import

    The new ultraplot/tests/test_docs_fetch_releases.py loads
    docs/_scripts/fetch_releases.py via importlib, which imports `requests`
    at module level. The conda env used in CI didn't include it, causing
    all eight tests to fail with ModuleNotFoundError.
    cvanelteren committed Apr 17, 2026
    Configuration menu
    Copy the full SHA
    b061e45 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2026

  1. Fix/norm inputs (#693)

    * Implement fix for 689
    cvanelteren authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    8bf6ccb View commit details
    Browse the repository at this point in the history
Loading