Releases: plotly/Kaleido
Releases · plotly/Kaleido
v1.0.0-rc.0
What's Changed
- merge devtools/main by @ayjayt in #206
- cause kaleido to explicitly fail if no chromium: by @ayjayt in #224
Full Changelog: v0.4.0.rc.5...v1.0.0-rc.0
v0.4.0-rc.5
Full Changelog: v0.4.0-rc.4...v0.4.0.rc.5
v0.4.0-rc.4
Full Changelog: v0.4.0-rc.3...v0.4.0-rc.4
v0.4.0-rc.3
What's Changed
- Set daemon attribute directly by @Joilence in #146
- Display error stream when interrupting the program by @Lucas-C in #160
- Fix Windows Build by @ayjayt in #179
- fix: use /usr/bin/env to find bash by @ayjayt in #203
- Properly quote Unix launch scripts by @BlueDrink9 in #199
- Update README and LICENSE and add code of conduct by @gvwilson in #208
New Contributors
- @Joilence made their first contribution in #146
- @Lucas-C made their first contribution in #160
- @BlueDrink9 made their first contribution in #199
- @gvwilson made their first contribution in #208
Full Changelog: v0.2.1.post1...v0.4.0-rc.3
v0.2.1.post1
Adds arm32 support, no changes to other architectures so they aren't published with this tag.
v0.2.1
Fixed:
- Circular import error with some Python 3.6 environments (plotly/plotly.py#3101)
v0.2.0
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)