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: main
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: codegen2-remove-color-details
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 621 files changed
  • 1 contributor

Commits on Jan 21, 2025

  1. feat: preparatory work for cleaning up code generator

    1.  Modify `codegen/__init__.py` and `./setup.py` so that
        `python setup.py --reformat=false` disables reformatting.
    2.  Add `bin/get_size.py` so that `python bin/get_size.py plotly build`
        reports the number of files and total size in bytes of the `plotly`
        directory (where generated code is put) and the `build` directory
        that is populated by `python setup.py build`.
    
    ```
    $ python bin/get_size.py plotly build
    which   num_files       num_bytes
    src        15110        47664264
    build      14982        45870886
    ```
    gvwilson committed Jan 21, 2025
    Copy the full SHA
    4ce5622 View commit details

Commits on Jan 22, 2025

  1. removing color names (-4%)

    gvwilson committed Jan 22, 2025
    Copy the full SHA
    85c32e9 View commit details
Loading