Skip to content

v0.0.1rc4

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonmmease jonmmease released this 03 Jul 10:00
· 62 commits to master since this release

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