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.40
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.41
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Jul 26, 2023

  1. fix: set domain to (0, 1) when no data is present (#1619)

    * fix: set domain to (0, 1) when no data is present
    
    Fixes #1614
    
    If no data is present, a scale has a domain of (0, 1) but if we
    remove the data (set it to an empty array) afterwards, we set it
    to (-inf, +inf) which causes rendering issues and make the bqplot
    figure unable to restore itself.
    It is more consistent to behave like no data was passed in, and use
    (0, 1) for the domain.
    
    * Update snapshots
    
    ---------
    
    Co-authored-by: martinRenou <martin.renou@gmail.com>
    maartenbreddels and martinRenou authored Jul 26, 2023
    4 Configuration menu
    Copy the full SHA
    1057c6b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Release 0.12.41

    martinRenou committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    d40eca3 View commit details
    Browse the repository at this point in the history
Loading