Skip to content

v0.6.1 - 2018-10-20

Compare
Choose a tag to compare
@alcarney alcarney released this 20 Oct 19:11
· 392 commits to master since this release
fd2789b

Added

  • New preview keyword argument to images, set this to False if
    you don't want a matplotlib figure returned.
  • New encode keyword argument to images, setting this to True
    will return a base64 encoded string representation of the image in PNG format.

Fixed

  • Preview images are no longer displayed twice in jupyter notebooks
  • Preview images no longer display the x and y axis numbers.