-
Sponsor
Sponsor matplotlib/matplotlib
- Notifications
- Star 14.1k
- Fork 6k
master
Commits on Aug 28, 2021
-
Merge pull request #20919 from QuLogic/release-dates
Improve various release notes
Commits on Aug 27, 2021
-
-
Merge pull request #20889 from ericpre/fix_clearing_span_selector
Fix clearing selector
-
Merge pull request #20924 from dpoznik/improve-path-docs
Improve `path.py` docstrings a bit
-
Merge pull request #20917 from timhoffm/doc-installing-faq
Move installing FAQ to installing page.
-
-
-
Merge pull request #20920 from dpoznik/fix-Path-doc-typo
Fix cubic curve code in `Path.__doc__`
-
-
DOC: Clean up general format of old changelog.
Since Sphinx treats these lines as mostly a single paragraph, this is a by-rote commit to re-wrap everything properly. Do not expect the entire file to look good; it just will no longer randomly switch between bold and not. The only non-rote change is to turn the release message into a section heading.
-
-
DOC: Add dates to GitHub statistics pages.
And tweak some of the wording.
-
DOC: Make API change note titles consistent.
Though, I left out anything older than 1.0, since those are all aggregated at the end.
Commits on Aug 26, 2021
-
Move installing FAQ to installing page.
People with install problems will primarily look at the install page, not the general FAQ page. Question: Should we move the page in the file structure as well? Con: External pages linking the FAQ will be broken. I wouldn't worry too much about this. Who links install FAQs anyway? And I trust that even with a broken Link people will look at Installing. Pro: The file structure corresponds to the toc structure.
-
DOC: Add dates on all What's new pages
And make all the title consistent. Fixes #6864.
-
-
-
-
Started as a type fix not->no, ended up rewriting/breaking up the paragraph.
Commits on Aug 25, 2021
-
-
In particular, move the `Returns` block from `__init__` to `__call__`, where it actually belongs. I believe that Norms are low-level enough constructs that it is sufficient to just refer to the base class docstring, without going through fancy docstring interpolation.
-
-
Simplify reset _selection_completed after clearing selector and fix i…
…t for all selector
-
Commits on Aug 24, 2021
-
Merge pull request #20891 from timhoffm/dependency-link-3.5
Add dependency link for 3.5
-
Merge pull request #20892 from timhoffm/discouraged
Label pylab as "discouraged" instead of "disapproved"
-
Label pylab as "discouraged" instead of "disapproved"
Some native speaker please check, but I think *discouraged* is the better word.
-
While the target does not exist yet, it will with the release and the released 3.5 doc should link to its own dependencies. Also removed `#dependencies` anchor because that's the top-level heading on that page, so we can simply link that page itself.
-
-
Merge pull request #20693 from ericpre/add_set_props_handle_props_sel…
…ector Fix setting artists properties of selectors
-
Merge pull request #20864 from QuLogic/py310
TST: Add Python 3.10 testing.
-
Simplify syntax and improve readability
Co-authored-by: Tim Hoffmann <[email protected]>
-
Merge pull request #20884 from QuLogic/headless-env
Ensure full environment is passed to headless test.