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` to `BaseImage.transform` to be more general
- In command-line JSON interface, renamed `figure` property to `data` 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