Changelog¶
v0.1.0¶
Add event filtering mechanism in event dispatcher classes
v0.0.7¶
Fix creating event handlers mapping when
mpl_event_handlerwas used in subclass
v0.0.6¶
Bump matplotlib version: >=2.0,<3.2
v0.0.5¶
Rename
connectionmethod tomake_connectioninMplEventclassUse dict instead of list for stroring all connections in dispatcher class (
mpl_connections)Add sphinx-based documentation
Update README
v0.0.4¶
Add
connectionmethod toMplEventclassImprove README
Add tox/CI configuration
Fix
figurefixture (closing figure at theardown)Fix flake8 errors
v0.0.3¶
Add
connectargument to constructor ofMplEventDispatcherclassAdd
disable_default_handlersattribute toMplEventDispatcherclassImprove README
v0.0.2¶
The first PyPI release
Add tests
Add the description to README
v0.0.1¶
Initial implementation