Skip to content

v0.0.1rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonmmease jonmmease released this 01 Jul 09:53
· 78 commits to master since this 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.