Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
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
Closed
Removed GSoC Header#17050
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
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.
DOC: Update release guide
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.
… on a separate line)
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
Fix trivial docstring typos.
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)
np.concatenate cleanups.
Move Text init to end of Annotation init.
Deprecate parameter props of Shadow
Dedupe boilerplate for "adoption" of figure into pyplot.
Warn in the docs that MouseEvent.key can be wrong.
Shorten implementation of Axes methods that just wrap Axis methods.
…o file_name_made_more_understandable
Deadline is over for GSoC proposal submissions, so just removed header.
@tacaswell kindly review |
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
More missing refs fixes.
Co-Authored-By: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
Use slope in axline example
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.
Clarify docs of Rectangle
Fix minor doc typos.
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.
Deprecate case-insensitive properties.
Moved to#17068 |
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
Deadline is over for GSoC proposal submissions, so just removed header.
PR Checklist