- 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]`
0.4.0
Changelog
Feature: ipython magic
%load_ext imgcat %imgcat skimage.data.chelsea()
0.3.0
Changelog
- Feature: imgcat can be used as a matplotlib backend - Fix various bugs (unicode support, better tty detection) - Travis CI