Skip to content

Releases: wookayin/python-imgcat

v0.5.0 (2020/3/19)

20 Mar 06:27
Compare
Choose a tag to compare

Changelog

  • When piped and given args, ignore stdin (#3)
  • Support PyTorch tensors (#7) and TensorFlow eager tensors
  • Support numpy arrays of [0, 1]-normalized float type
  • %imgcat <filename> works as well as %imgcat [expr]

v0.4.0

08 Sep 01:58
Compare
Choose a tag to compare

Changelog

Feature: ipython magic

%load_ext imgcat
%imgcat skimage.data.chelsea()

v0.3.0

27 Dec 22:18
Compare
Choose a tag to compare

Changelog

  • Feature: imgcat can be used as a matplotlib backend
  • Fix various bugs (unicode support, better tty detection)
  • Travis CI