-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Expire deprecations from 3.6 #24984
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
Expire deprecations from 3.6 #24984
Conversation
dbb0c54
to
f97e5f5
Compare
@@ -575,7 +575,7 @@ default. The default face color is now ``'C0'`` instead of ``'b'``. | |||
ax_bottom.set_ylim(0, .75) | |||
ax_bottom.add_artist(mpatches.Rectangle(grid[1] - [0.025, 0.05], | |||
0.05, 0.1)) | |||
ax_bottom.add_artist(mpatches.RegularPolygon(grid[3], 5, 0.1)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One would have expected this to warn earlier?
Edit: it did warn, but it seems like the doc-build didn't pick it up.
Thank you for doing this. I read through the file diffs without finding any problems. I did not try to match every removal with a note in the changes/removals file, but I did notice that removals from the backends don't seem to be mentioned there. |
Ahh, you are correct. Well spotted! In the 3.6 documents it was a big list of all the backend changes, but I didn't touch the interactive ones, so at the time I just skipped that for later and forgot about it... |
This is now added. Note that some of the things didn't have deprecation notices in the 3.6 docs, such as positional argument renaming. |
Thanks @anntzer ! Should be sorted out now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
postci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only hard blocker is the offsetbox kw-only arg position, but also commented on collections version of pickradius
if you wish to make that consistent with some other pickradus implementations
Thanks @ksunden ! Good finds! |
PR Summary
Not all, but most (all?) of the ones I understood (quite) easily...
Split into multiple commits for somewhat sensible commit messages. Will add an api-change note.
The first commit also improves the argument checking of
(set_)pickradius
slightly.PR Checklist
Documentation and Tests
pytest
passes)Release Notes
.. versionadded::
directive in the docstring and documented indoc/users/next_whats_new/
.. versionchanged::
directive in the docstring and documented indoc/api/next_api_changes/
next_whats_new/README.rst
ornext_api_changes/README.rst