Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Remove remaining 3.3 deprecations#20465

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
timhoffm merged 8 commits intomatplotlib:masterfromQuLogic:remove-33-deprecations
Jul 1, 2021

Conversation

QuLogic
Copy link
Member

PR Summary

PR Checklist

  • Has pytest style unit tests (andpytest passes).
  • IsFlake 8 compliant (runflake8 on changed files to check).
  • [n/a] New features are documented, with examples if plot related.
  • Documentation is sphinx and numpydoc compliant (the docs shouldbuild without error).
  • Conforms to Matplotlib style conventions (installflake8-docstrings and runflake8 --docstring-convention=all).
  • [n/a] New features have an entry indoc/users/next_whats_new/ (follow instructions in README.rst there).
  • API changes documented indoc/api/next_api_changes/ (follow instructions in README.rst there).

@QuLogic
Copy link
MemberAuthor

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.

@QuLogic
Copy link
MemberAuthor

Also, thecbook.get_sample_data deprecation never mentioned a removal version...

@anntzer
Copy link
Contributor

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
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
* ``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.

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

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.

timhoffm reacted with thumbs up emoji

Path helpers
~~~~~~~~~~~~
* ``bezier.make_path_regular``; use ``Path.cleaned()`` (or
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
* ``bezier.make_path_regular``; use ``Path.cleaned()`` (or
* ``bezier.make_path_regular`` has been removed. Use ``Path.cleaned()`` (or

@QuLogicQuLogicforce-pushed theremove-33-deprecations branch fromf0aa57b tob04f1a3CompareJune 29, 2021 09:29
@timhoffmtimhoffm merged commit9351d73 intomatplotlib:masterJul 1, 2021
@QuLogicQuLogic deleted the remove-33-deprecations branchJuly 5, 2021 21:30
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@anntzeranntzeranntzer approved these changes

@timhoffmtimhoffmtimhoffm approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
v3.5.0
Development

Successfully merging this pull request may close these issues.

3 participants
@QuLogic@anntzer@timhoffm

[8]ページ先頭

©2009-2025 Movatter.jp