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: bqplot/bqplot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.12.38
Choose a base ref
...
head repository: bqplot/bqplot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.12.39
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Apr 11, 2023

  1. Backport PR #1541: fix: axis formatting depended on initial values or…

    … changes (#1597)
    
    Co-authored-by: Maarten Breddels <maartenbreddels@gmail.com>
    meeseeksmachine and maartenbreddels authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    e119620 View commit details
    Browse the repository at this point in the history
  2. fix: resize not always working (#1598)

    The intersectObserver, used to determine if an element is visible,
    can contain multiple entries for the same target element. The
    last entry represents the last observed state, so we should use
    the last instead of the first for the visibility test.
    
    See: spacetelescope/jdaviz#2129
    mariobuikhuizen authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    c06084a View commit details
    Browse the repository at this point in the history
  3. Release 0.12.39

    Signed-off-by: Maarten A. Breddels <maartenbreddels@gmail.com>
    maartenbreddels committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    4f73bd4 View commit details
    Browse the repository at this point in the history
Loading