Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1002 Bytes

CHANGELOG.md

File metadata and controls

25 lines (14 loc) · 1002 Bytes

Changelog

0.12.9

Features

  • Support server-side rendering of images, so you don't have to ship all the data to the client to do visualization—see the %matplot usage in the example notebook. Thanks to wangqiaoshi for the patch.
  • Progress bar for long running queries. Thanks to @juliusvonkohout.

Bug fixes

  • Work correctly with newer versions of the Jupyter notebook. Thanks to Jaipreet Singh for the patch, Eric Dill for testing, and G-Research for sponsoring Itamar Turner-Trauring's time.

Other changes

  • Switch to Plotly 3.

0.12.8

Bug fixes:

  • Updated code to work with Livy 0.5 and later, where Python 3 support is not a different kind of session. Thanks to Gianmario Spacagna for contributing some of the code, and G-Research for sponsoring Itamar Turner-Trauring's time.
  • Fixed AttributeError on None, thanks to Eric Dill.
  • recovering session status won't cause a blow up anymore. Thanks to G-Research for sponsoring Itamar Turner-Trauring's time.