Releases: wookayin/python-imgcat
Releases · wookayin/python-imgcat
v0.5.0 (2020/3/19)
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
Changelog
Feature: ipython magic
%load_ext imgcat
%imgcat skimage.data.chelsea()
v0.3.0
Changelog
- Feature: imgcat can be used as a matplotlib backend
- Fix various bugs (unicode support, better tty detection)
- Travis CI