Releases: plotly/Kaleido
Releases · plotly/Kaleido
v0.0.3.dev6
Initial attempt at new architecture builds
v0.0.3
v0.0.2
v0.0.1
v0.0.1rc9
v0.0.1rc8
v0.0.1rc7
0.0.1rc6
v0.0.1rc5
v0.0.1rc4
Overview
This is the first public pre-release of the Kaleido executable and PyPI package
Added
- Added setup.py metadata for PyPI display
Fixed
- Include
LICENSE.txt
with executable zip and wheel
Changed
- Renamed
BaseScope.to_image
toBaseImage.transform
to be more general - In command-line JSON interface, renamed
figure
property todata
to be more generic - Refactor scopes to allow subclasses to specify their own transform options (e.g. plotly's options are format, width, height, and scale but other scopes can choose their own).
- Moved architecture sections from README to GitHub Wiki