File python-mplcursors.changes of Package python-mplcursors
-------------------------------------------------------------------
Sun Sep 1 18:29:49 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Make fit for new versions of Numpy, Matplotlib and Pytest
* Add mplcursors-1d9461c-np2.patch
* Add mplcursors-10b553e-mpl3.9-pytest8.patch
-------------------------------------------------------------------
Sun Feb 4 13:49:57 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 0.5.3
* Require Python 3.7 (due to setuptools support ranges); mark
Matplotlib 3.7.1 as incompatible.
* Highlights can be removed by right-clicking anywhere on the
highlighting artist, not only on the annotation.
- There was an otherwise unmentioned license change
- Drop mplcursors-fix-stem-api.patch
-------------------------------------------------------------------
Fri Dec 29 21:21:45 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Add mplcursors-fix-stem-api.patch, fixing API change in
Matplotlib 3.8
-------------------------------------------------------------------
Mon Jan 9 21:07:06 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to v0.5.2
* Fix compatibility with Matplotlib 3.6 and with PEP517 builds.
* Non-multiple cursors can now be dragged.
-------------------------------------------------------------------
Thu Jan 20 20:25:36 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to v0.5.1
* Breaking change: index is now a direct attribute of the
Selection, rather than a sub-attribute via target.
(Selection.target.index has been deprecated and will be removed
in the future.)
* Additional annotations are no longer created when dragging a
multiple cursor.
* Clicking on an annotation also updates the "current" selection
for keyboard motion purposes.
* Disabling a cursor also makes it unresponsive to motion keys.
* Hovering is still active when the pan or zoom buttons are
pressed (but not if there's a pan or zoom currently being
selected).
* Annotations are now matplotlib.figure.Figure-level artists,
rather than Axes-level ones (so as to be drawn on top of
twinned axes, if present).
-------------------------------------------------------------------
Fri Apr 9 22:02:53 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to v0.4
* Invisible artists are now unpickable (patch suggested by
@eBardieCT).
* The bindings kwarg can require modifier keys for mouse button
events.
* Transient hovering (suggested by @LaurenceMolloy).
* Switch to supporting only "new-style" (LineCollection) stem
plots.
* Cursors are drawn with zorder=np.inf.
- Drop patches merged upstream
* mplcursors-unicodeminus.patch
* mplcursors-newstem.patch
* mplcursors-parse_annotation.patch
* mplcursors-fix-LineCollection.patch
* mplcursors-unicodeminus2.patch
- Skip python36: No python36-matplotlib in TW.
-------------------------------------------------------------------
Thu Jul 23 09:54:39 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- moved Pillow requirement to matplotlib package
-------------------------------------------------------------------
Tue Jul 21 22:23:22 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- allow newest pytest again
- require Pillow
- apply upstream patches to allow newest matplotlib and numpy
gh#anntzer/mplcursors#26
* mplcursors-unicodeminus.patch
* mplcursors-newstem.patch
* mplcursors-parse_annotation.patch
* mplcursors-fix-LineCollection.patch
* mplcursors-unicodeminus2.patch
-------------------------------------------------------------------
Tue Jun 9 07:49:26 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- build against older pytest to have tests passing
-------------------------------------------------------------------
Thu Apr 23 10:47:17 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Drop py2 dependencies from py3 only marked package
-------------------------------------------------------------------
Tue Jan 8 19:34:10 UTC 2019 - Todd R <toddrme2178@gmail.com>
- initial version