8000 accelerate plotly JSON encoder for numpy arrays without nans by emmanuelle · Pull Request #2880 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content

accelerate plotly JSON encoder for numpy arrays without nans #2880

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Nov 17, 2020
Prev Previous commit
Next Next commit
changelog entry
  • Loading branch information
emmanuelle committed Nov 16, 2020
commit e5282714bb1989319057a3651acaa20df6c3fed2
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Updated

- The JSON serialization of plotly figures had been accelerated by handling
differently figures with and without NaN and Inf values ([#2880](https://github.com/plotly/plotly.py/pull/2880)).

### Updated

- Updated Plotly.js to version 1.55.2. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/v1.55.2/CHANGELOG.md) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module.
- `px.imshow` has a new `binary_string` boolean argument, which passes the
image data as a b64 binary string when True. Using binary strings allow for
Expand Down
0