Improved the handling of scalar arguments: 194 which fixed https://github.com/ianhi/mpl-interactions/issues/191 and https://github.com/ianhi/mpl-interactions/issues/192
0.17.9
- Fixed saving animations for user provided ipywidgets sliders: https://github.com/ianhi/mpl-interactions/pull/182 - Improved the packaging by migrating to `setup.cfg`: https://github.com/ianhi/mpl-interactions/pull/185
Thanks to redeboer for contributing to this release
0.17.8
Fixed imshow kwarg handling Fixed GIF on frontpage of docs
0.17.7
Fixed issues with `register_callback`. Was breaking when `eager` was True and `params=None`
0.17.6
More correct handling of kwargs inside of `axhline` https://github.com/ianhi/mpl-interactions/issues/173#issuecomment-808081644 Thanks to snowtechblog for finding this issue.