Skip to content

v0.2.0

Compare
Choose a tag to compare
@jonmmease jonmmease released this 04 Mar 10:31
· 7 commits to master since this release

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 with scale to increase resolution of WebGL portions of figures as figure scale is increased (#58, #76). Note that not all plotly.js WebGL traces support plotGlPixelRatio, 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)

Fixed

  • Honor the figure dimensions specified in the figure template (#62, #76)