Skip to content

Releases: plotly/Kaleido

v0.0.3.dev6

15 Aug 09:33
Compare
Choose a tag to compare
v0.0.3.dev6 Pre-release
Pre-release

Initial attempt at new architecture builds

v0.0.3

05 Aug 22:44
Compare
Choose a tag to compare

Fixes

  • Fixed usage in certain windows configurations by adding the --no-sandbox chromium flag (#26)
  • Fixed circular import issue that appeared in certain virtual environment configurations (#22)

v0.0.2

24 Jul 15:22
6069cf6
Compare
Choose a tag to compare

Fixes

  • Fix unicode decode error on certain systems (#13)
  • Fix kaleido ignores width/height from Plotly figure (#12)

v0.0.1

15 Jul 14:53
Compare
Choose a tag to compare

Initial Release

v0.0.1rc9

12 Jul 19:29
Compare
Choose a tag to compare
v0.0.1rc9 Pre-release
Pre-release

Changed

  • Use macosx_10_10_x86_64 platform tag for MacOS wheel to reflect Chromium build compatibility

v0.0.1rc8

11 Jul 23:03
Compare
Choose a tag to compare
v0.0.1rc8 Pre-release
Pre-release

Internal cleanup for release

v0.0.1rc7

08 Jul 22:51
Compare
Choose a tag to compare
v0.0.1rc7 Pre-release
Pre-release

Fixed

  • Python 2.7 encoding error

Changed

  • Linux platform tag changed from manylinux2014 to manylinux2010
  • Removed Python support for EMF format since it's currently not working properly.

0.0.1rc6

08 Jul 19:38
Compare
Choose a tag to compare
0.0.1rc6 Pre-release
Pre-release

Fixed:

  • Fixed Python 2.7 compatibility

v0.0.1rc5

05 Jul 19:33
Compare
Choose a tag to compare
v0.0.1rc5 Pre-release
Pre-release

Added

  • Added support for EPS and EMF formats using poppler and inkscape (#5)

v0.0.1rc4

03 Jul 10:00
Compare
Choose a tag to compare
v0.0.1rc4 Pre-release
Pre-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