You may also refer to the [tutorial](https://seaborn-image.readthedocs.io/en/latest/tutorial.html) or examples in the [gallery](https://seaborn-image.readthedocs.io/en/latest/auto_examples/index.html) and [reference](https://seaborn-image.readthedocs.io/en/latest/reference.html).
:rocket: Features
* `ImageGrid()` - plot collection of 2D images or multi-dimensional images
* `ImageGrid()` 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 of `ImageGrid()` (52) SarthakJariwala
* Add `alpha`, `origin`, `norm`, `interpolation` and `cbar_log` to `imgplot()` (53) SarthakJariwala
* Exclude outliers using `robust` parameter while plotting (37) SarthakJariwala
* `map_func` to transform input image for `imgplot()`, `imghist()`, `ImageGrid()` (68) SarthakJariwala
* Upgrades to `fftplot()` (45) SarthakJariwala
* Add `height` and `aspect` parameters to `imghist()` (44) SarthakJariwala
* Stricter separation between axes and fig level functions (43) SarthakJariwala
* despine/respine globally using `despine` parameter in `set_image()` (56) SarthakJariwala
* `load_image()` function to get data now shipped with `seaborn-image` (39) SarthakJariwala
* `filterplot()`, and by extension `FilterGrid`, now accepts any callable filter (36) SarthakJariwala
* `FilterGrid()` class added (30) SarthakJariwala
:books: 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
:fire: Removals and Deprecations
* Clean up `imgplot` and other function kwargs (40) SarthakJariwala
- `cbar_dict`
- `title`
- `title_dict`
:rotating_light: 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 when `vmin`, `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