Skip to content

Releases: plotly/Kaleido

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

v0.0.1rc3

02 Jul 09:23
Compare
Choose a tag to compare
v0.0.1rc3 Pre-release
Pre-release

Overview

This is the first public pre-release of the Kaleido executable and PyPI package

Added

  • Support updating scope properties after construction. Automatically restart kaleido executable if required
  • Add default_format, default_width, default_height, and default_scale scope properties to control defaults of to_image method

Updated

  • Refactor linux build scripts to be consistent with mac and windows

v0.0.1rc2

01 Jul 09:53
Compare
Choose a tag to compare
v0.0.1rc2 Pre-release
Pre-release

Added

  • Include version number in JSON response when first launching kaleido executable
  • Include version number in Python package as kaleido.__version__.
  • Generate version number from git tag
  • Allow Python scopes to specify formats that should be base64 decoded into text (e.g. svg)
  • Python process now silently collects standard error stream and displays this when an unknown error occurs in the kaleido executable on initialization or image export.

Fixed

  • Unset LD_PRELOAD environment variable on Linux to support Google Colab.

v0.0.1rc1

26 Jun 21:47
Compare
Choose a tag to compare
v0.0.1rc1 Pre-release
Pre-release

First preview release!

Windows Toolchain

13 Jun 14:26
Compare
Choose a tag to compare
Windows Toolchain Pre-release
Pre-release

Fake release for the purpose of uploading the 1.3GB windows toolchain zip file. This is the result of the package_from_installed.py command described in https://chromium.googlesource.com/chromium/src.git/+/master/docs/win_cross.md