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

Removed GSoC Header#17050

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

Closed

Conversation

SidharthBansal
Copy link
Contributor

PR Summary

Deadline is over for GSoC proposal submissions, so just removed header.

PR Checklist

  • Has Pytest style unit tests
  • Code isFlake 8 compliant
  • New features are documented, with examples if plot related
  • Documentation is sphinx and numpydoc compliant
  • Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

QuLogicand others added30 commitsMarch 21, 2020 19:28
In the build, declare all (compulsory) extension modules together.
This is based on notes I took while making 3.2.1.
BLD: Auto-trigger macOS/Linux wheels on tags.
Propagate signature-modifying decorators to pyplot wrappers.
…otlib#16724)* Resolve inconsistent NaN handling behaviourCombine array masks rather than deleting masked points to maintainconsistency across the project.Add appropriate test cases for validating color correctness for hlinesand vlines.Fixes issuematplotlib#13799.* Fix test cases based on feedback* Improved test cases* Refactor masked vertices creation* Refactor hlines and vlinesCo-authored-by: Dennis Tismenko <dtismenkodeveloper@gmail.com>
TexManager has a complex caching machinery (... among other cachinglayers) to map font-related rcParams to a tex preamble (see `_rc_cache`,`_rc_cache_keys`, `_reinit`) but that's just a matter of a few dictlookups which are negligible compared to invoking the subprocess; sojust strip out that caching and always regenerate the font-relatedpreamble.That caching also set some attributes (`texmanager.serif`, etc.) as aside-effect via `setattr`/`getattr`, which are used nowhere else (andit's hard to know they even exist other than figuring out the relevant`setattr` calls); just deprecate them.
Remove font preamble caching in TexManager.
Fix pydocstyle D209 (Multi-line docstring closing separate line)
Now that there's no `class Path` in setupext anymore, we can just do`from pathlib import Path`.
CI: Unbreak CI by xfailing wxAgg test on macOS
Partially addressesmatplotlib#16883 Adds `stroke-opacity` to hatch, but only if it's set to anything less than 1.
API: Finish removing mentions of idle_event.
…ions7Remove more API deprecated in 3.1(part 7)
Dedupe boilerplate for "adoption" of figure into pyplot.
Warn in the docs that MouseEvent.key can be wrong.
@SidharthBansal
Copy link
ContributorAuthor

@tacaswell kindly review

SidharthBansaland others added19 commitsApril 7, 2020 05:10
Co-Authored-By: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Co-Authored-By: Elliott Sales de Andrade <quantum.analyst@gmail.com>
…e_more_understandableFile name made more understandable
Co-Authored-By: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
Highted  .cbook.warn_deprecated() in contributing.rst
Avoid spurious deprecation warning in TextBox.
- Use add_gridspec to construct the gridspec and subgridspec to  construct the subgridspec, saving an import.- Use nested loops rather than itertools.product, which is nice but  not really the point of the tutorial.- Index gridspecs with two indices rather than a single flat index,  again matching "standard" use.- Set spine visiibility to the right value directly, rather than first  toggling them all off and then a few on again.
Simplify subgridspec example/tutorial.
More missing refs fixes, and associated doc rewordings.
As a real case, incorrectly passing "axA" instead of "axesA" toConnectionPatch currently triggers a slightly confusing warningregarding the non-existence of the "axa" property.
@SidharthBansal
Copy link
ContributorAuthor

Moved to#17068

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

22 participants
@SidharthBansal@QuLogic@anntzer@tacaswell@henryhu123@timhoffm@dstansby@mnmelo@choyiny@terencehonles@ksunden@greglucas@epizzigoni@dorafc@dopplershift@eric-wieser@brunobeltran@rdimaio@larrybradley@story645@jklymak@vishalBindal

[8]ページ先頭

©2009-2025 Movatter.jp