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: fcolmenero/plotly.py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: fcolmenero/plotly.py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ipyplotly-test-fixes
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 102 files changed
  • 2 contributors

Commits on Feb 17, 2018

  1. Initial import of ipyplotly codegen classes into plotly.py

    New codegen logic in codegen/
    New datatype classes generated into plotly/datatypes/ (These are gitignored)
    New validator classes generated into plotly/validators/ (These are gitignored)
    
    Code generation in update_graph_objs.py modified to map Figure, Layout, and Trace types to new plotly/datatypes/ classes. All other classes mapped to raw dicts/lists.
    Jon M. Mease committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    6565372 View commit details
    Browse the repository at this point in the history
  2. Add support for online/offline plot/iplot methods

    It's now possible to execute a fair amount of legacy graph construction and plotting code
    Jon M. Mease committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    27f6413 View commit details
    Browse the repository at this point in the history
  3. Support coercing pandas Series into numpy arrays

    TODO: add support for datetime arrays in validation and in widget serialization
    Jon M. Mease committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    322de71 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2018

  1. Initial port of ipywidget support

    Added js/ directory containing front-end widget library
    Added graph_objs.FigureWidget class that maps to datatypes.FigureWidget
    Jon M. Mease committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    4f4583b View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2018

  1. Added Jupyter notebooks describing the new features

    These are mostly just for discussion during the WIP integration process.
    Jon M. Mease committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    a3b390e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. Handle recursive equality of lists, tuples, and dicts that contain nu…

    …mpy arrays
    Jon M. Mease committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    27d4177 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Configuration menu
    Copy the full SHA
    70f82c4 View commit details
    Browse the repository at this point in the history
Loading