Releases: wookayin/python-imgcat
Releases · wookayin/python-imgcat
v0.6.0
10 Mar 17:21
Compare
Sorry, something went wrong.
No results found
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)
20 Mar 06:27
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Changelog
Feature: ipython magic
%load_ext imgcat
%imgcat skimage.data.chelsea()
v0.3.0
27 Dec 22:18
Compare
Sorry, something went wrong.
No results found
Changelog
Feature: imgcat can be used as a matplotlib backend
Fix various bugs (unicode support, better tty detection)
Travis CI