v0.6.0
github-actions
released this
04 May 01:14
·
98 commits
to refs/heads/master
since this release
v0.6.0
🚀 Features
ImageGrid
can now display: (#589) @eugenioLR @SarthakJariwala- An array of 3D image data
- An array of RGB images
- Individual 4D image matrices
- Added
norm
parameter toImageGrid
for normalization (#579) @eugenioLR - Changed default RGB color maps (#579) @eugenioLR
- Added new 4D sample image data: can be loaded using
isns.load_image("cifar")
(#589) @eugenioLR
🐛 Bug Fixes
- Fixed:
map_func
inImageGrid
with a list of images modified the original list (#583, #589) @eugenioLR @SarthakJariwala