Skip to content

Releases: plotly/Kaleido

v1.0.0

19 Jun 16:08
99820ae
Compare
Choose a tag to compare

Kaleido v1 introduces a new API. If you're currently using v0, you'll need to make changes to your code and environment where you are running Kaleido.

  • If using Kaleido v1 with Plotly.py, you will need to install Plotly.py v6.1.1 or later.
  • Chrome is no longer included with Kaleido. Kaleido will look for an existing Chrome installation, but also provides commands for installing Chrome. If you don't have Chrome, you'll need to install it. See the installation section above for instructions.
  • If your code uses Kaleido directly: kaleido.scopes.plotly has been removed in v1. Kaleido v1 provides write_fig and write_fig_sync for exporting Plotly figures.

v1.0.0rc15

03 Jun 22:17
eb21c13
Compare
Choose a tag to compare
v1.0.0rc15 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.0rc11...v1.0.0rc15

v1.0.0rc11

27 Mar 20:57
9eafaea
Compare
Choose a tag to compare
v1.0.0rc11 Pre-release
Pre-release

This is a pre-release version of Kaleido 1.0.0 which contains a number of breaking changes relative to Kaleido 0.x. It is not compatible with the latest release of Plotly. To generate images with Plotly you should install the latest stable version of and Kaleido (v0.2.1).

Documentation for the new API can be found in the README: https://github.com/plotly/Kaleido

v1.0.0-rc.0

22 Nov 13:35
6abcd02
Compare
Choose a tag to compare
v1.0.0-rc.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.0.rc.5...v1.0.0-rc.0

v0.4.0-rc.5

22 Nov 13:32
Compare
Choose a tag to compare
v0.4.0-rc.5 Pre-release
Pre-release

v0.4.0-rc.4

22 Nov 13:31
Compare
Choose a tag to compare
v0.4.0-rc.4 Pre-release
Pre-release

v0.4.0-rc.3

21 Nov 20:36
Compare
Choose a tag to compare
v0.4.0-rc.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.2.1.post1...v0.4.0-rc.3

v0.2.1.post1

02 Apr 09:12
cc1cc99
Compare
Choose a tag to compare

Adds arm32 support, no changes to other architectures so they aren't published with this tag.

v0.2.1

06 Mar 19:48
Compare
Choose a tag to compare

Fixed:

v0.2.0

04 Mar 10:31
Compare
Choose a tag to compare

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)