seaborn-image v0.4.0
v0.4.0
v0.4.0 of seaborn-image
introduces a lot of new features. Please see the online documentation for more details on the list of features below.
You may also refer to the tutorial or examples in the gallery and reference.
🚀 Features
ImageGrid()
- plot collection of 2D images or multi-dimensional imagesImageGrid()
to plot multiple images along a grid (#51) @SarthakJariwala- Dynamic indexing in
ImageGrid
(#68) @SarthakJariwala map_func
to transform image data (#68) @SarthakJariwala
rgbplot()
, as a special case ofImageGrid()
(#52) @SarthakJariwala- Add
alpha
,origin
,norm
,interpolation
andcbar_log
toimgplot()
(#53) @SarthakJariwala - Exclude outliers using
robust
parameter while plotting (#37) @SarthakJariwala map_func
to transform input image forimgplot()
,imghist()
,ImageGrid()
(#68) @SarthakJariwala- Upgrades to
fftplot()
(#45) @SarthakJariwala - Add
height
andaspect
parameters toimghist()
(#44) @SarthakJariwala - Stricter separation between axes and fig level functions (#43) @SarthakJariwala
- despine/respine globally using
despine
parameter inset_image()
(#56) @SarthakJariwala load_image()
function to get data now shipped withseaborn-image
(#39) @SarthakJariwalafilterplot()
, and by extensionFilterGrid
, now accepts any callable filter (#36) @SarthakJariwalaFilterGrid()
class added (#30) @SarthakJariwala
📚 Documentation
- Add detailed tutorials (#62) @SarthakJariwala
- Update documentation (#61) @SarthakJariwala
- Update example gallery and readme (#42) @SarthakJariwala
- Use
matplotlib
plot-directive in docstring examples (#40) @SarthakJariwala - Reformat docstrings to numpy style (#40) @SarthakJariwala
🔥 Removals and Deprecations
- Clean up
imgplot
and other function kwargs (#40) @SarthakJariwalacbar_dict
title
title_dict
🚨 Testing
- Improve testing (#40) @SarthakJariwala
Other Changes
- Bump pytest from 6.0.2 to 6.1.1 (#59) @dependabot
- Update classifiers and data in
pyproject.toml
(#55) @SarthakJariwala - Bump coverage from 5.2.1 to 5.3 (#49) @dependabot
- Bump pytest from 6.0.1 to 6.0.2 (#47) @dependabot
- Bump xdoctest from 0.14.0 to 0.15.0 (#48) @dependabot
- Bump codecov from 2.1.8 to 2.1.9 (#28) @dependabot
- Bump matplotlib from 3.3.1 to 3.3.2 (#50) @dependabot
- Bump sphinx-gallery from 0.8.0 to 0.8.1 (#46) @dependabot
- fix
robust
state issue whenvmin
,vmax
specified (#38) @SarthakJariwala - Bump matplotlib from 3.3.0 to 3.3.1 (#22) @dependabot
- Bump pytest-cov from 2.10.0 to 2.10.1 (#26) @dependabot
- Bump sphinx from 3.1.2 to 3.2.1 (#23) @dependabot
- Bump black from 19.10b0 to 20.8b1 (#29) @dependabot