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: plotly/plotly.py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1d42175
Choose a base ref
...
head repository: plotly/plotly.py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ab194a4
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Apr 21, 2020

  1. Hover format or skip (#2377)

    * added statsmodels to dependencies for CI
    
    * hover can be a dict for skipping or formatting hover
    
    * Revert "added statsmodels to dependencies for CI"
    
    This reverts commit 7cf2ad0.
    
    * ordereddict for py2
    
    * delimiter
    
    * ordereddict
    
    * tuple possible in hover_data dict
    
    * comment
    
    * py2
    
    * black
    
    * debug
    
    * debug
    
    * doc, more tests
    
    * address review comments
    
    * short-circuit instead of bypass flag
    
    * be more permissive when accepting data in hover dict
    
    * remove print
    
    * update tutorial
    
    * add docstring to helper function
    
    * changelog
    
    Co-authored-by: Nicolas Kruchten <nicolas@plot.ly>
    emmanuelle and nicolaskruchten authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    5b0e8d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    2b535b9 View commit details
    Browse the repository at this point in the history
  2. more title_text fixup

    nicolaskruchten committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    ab194a4 View commit details
    Browse the repository at this point in the history
Loading