Remove remaining 3.3 deprecations#20465
Conversation
981040d to
f0aa57b
Compare
|
OK, there are actually two more left, the global colour map dictionary, and global cmap modification. The latter is marked for removal in 3.6, but I'm not sure about the former. |
|
Also, the |
|
I think get_sample_data can just get its message tweaked and behavior change postponed for one version? It's not as if anything was urgent. |
|
|
||
| ``MovieWriter`` attributes | ||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
| * ``animation.html_args`` rcParam |
There was a problem hiding this comment.
| * ``animation.html_args`` rcParam | |
| * The rcParam ``animation.html_args`` has been removed. |
IMHO for clarity, we should take the effort and make full sentences. Also in the following bullet points.
There was a problem hiding this comment.
I'm a bit lazier here because a) this is in the removal section, so it's implied, and b) I re-edit these when I put together final release notes and they may or may not be re-grouped, and then will get an overall sentence then.
|
|
||
| Path helpers | ||
| ~~~~~~~~~~~~ | ||
| * ``bezier.make_path_regular``; use ``Path.cleaned()`` (or |
There was a problem hiding this comment.
| * ``bezier.make_path_regular``; use ``Path.cleaned()`` (or | |
| * ``bezier.make_path_regular`` has been removed. Use ``Path.cleaned()`` (or |
f0aa57b to
b04f1a3
Compare
PR Summary
PR Checklist
pytestpasses).flake8on changed files to check).flake8-docstringsand runflake8 --docstring-convention=all).doc/users/next_whats_new/(follow instructions in README.rst there).doc/api/next_api_changes/(follow instructions in README.rst there).