Releases: wookayin/python-imgcat
Releases · wookayin/python-imgcat
v0.6.0
Changelog for v0.6.0 (released on 2024-11-21)
- Drop python 2 support, now requires python 3.6+
- Cleanup how torch tensor is handled by @ppwwyyxx (#14)
- Add JAX arrays support
- Fix matplotlib integration issues with recent matplotlib versions (#13)
Full Changelog: v0.5.0...v0.6.0
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