- Updated dependency to matplotlib 2.1 (2.0 gives more information about orientation of bar plots; 2.1 improves the handling of step plots).
- Setting MPLCURSORS hooks Figure.draw (once per figure only) instead of plt.show, thus supporting figures created after the first call to plt.show.
- Automatic positioning and alignment of annotation text.
- Selections on images now have an index as well.
- Selections created on scatter plots, errorbar plots, and polar plots can now be moved.
- PathCollections not created by plt.scatter are now picked as paths, not as collections of points.
- Patches now pick on their borders, not their interior.
- Improved picking of Containers.
- In hover mode, annotations can still be removed by right-clicking.
- First public release.