Skip to content

MNT : deprecate FigureCanvasBase.onHilite #3988

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 10, 2015

Conversation

tacaswell
Copy link
Member

This function has not been used internal since at least 2007.

I am inclined to just delete it, but being overly cautious.

@tacaswell tacaswell added this to the v1.5.x milestone Jan 9, 2015
@@ -1734,15 +1728,19 @@ def onHilite(self, ev):

canvas.mpl_connect('motion_notify_event',canvas.onHilite)
"""
msg = ("onHilite has been deprecated in 1.5 and will be removed "
"in 1.6. This function has not been used internal by mpl "
"sense 2007.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

internal --> internally sense --> since

This function has not been used internally since _at least_ 2007.
@tacaswell
Copy link
Member Author

fixed and force-pushed.

@WeatherGod
Copy link
Member

I think it is safe to forgo the api changes notice. I do not recall this feature, ever. Merging.

WeatherGod added a commit that referenced this pull request Jan 10, 2015
MNT : deprecate FigureCanvasBase.onHilite
@WeatherGod WeatherGod merged commit cfc8041 into matplotlib:master Jan 10, 2015
@tacaswell tacaswell deleted the remove_onHilite branch January 10, 2015 21:13
@tacaswell
Copy link
Member Author

It looks like it was experimental code that never panned out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants