Added
- Apple silicon support (#71)
- Bundle and autodetect MathJax to support offline MathJax rendering in plotly figures (#75, plotly/plotly.py#3094).
Updated
- Raise
plotGlPixelRatio
withscale
to increase resolution of WebGL portions of figures as figure scale is increased (#58, #76). Note that not all plotly.js WebGL traces supportplotGlPixelRatio
, see plotly/plotly.js#5500 for ongoing work in that area. - Automatically include the
--single-process
chromium flag when running on AWS Lambda to make Kaleido work by default in that environment (#74, #76) - Refactor how plotly.py JSON encoding is performed to take advantage of the future JSON encoding performance enhancements coming in plotly.py version 5 (plotly/plotly.py#2955, #76)
- Update base chromium build to 88.0.4324.150 (#71)