The Wayback Machine - https://web.archive.org/web/20210828113627/https://github.com/matplotlib/matplotlib/commits/master
Skip to content
Permalink
master

Commits on Aug 28, 2021

  1. Merge pull request #20919 from QuLogic/release-dates

    Improve various release notes
    timhoffm committed Aug 28, 2021

Commits on Aug 27, 2021

  1. Merge pull request #20889 from ericpre/fix_clearing_span_selector

    Fix clearing selector
    QuLogic committed Aug 27, 2021
  2. Merge pull request #20924 from dpoznik/improve-path-docs

    Improve `path.py` docstrings a bit
    timhoffm committed Aug 27, 2021
  3. Merge pull request #20917 from timhoffm/doc-installing-faq

    Move installing FAQ to installing page.
    timhoffm committed Aug 27, 2021
  4. Merge pull request #20920 from dpoznik/fix-Path-doc-typo

    Fix cubic curve code in `Path.__doc__`
    timhoffm committed Aug 27, 2021
  5. Fix typo in Path.__doc__

    dpoznik committed Aug 27, 2021
  6. 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.
    QuLogic committed Aug 27, 2021
  7. DOC: Add dates to GitHub statistics pages.

    And tweak some of the wording.
    QuLogic committed Aug 27, 2021
  8. DOC: Make API change note titles consistent.

    Though, I left out anything older than 1.0, since those are all
    aggregated at the end.
    QuLogic committed Aug 27, 2021

Commits on Aug 26, 2021

  1. 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.
    timhoffm committed Aug 26, 2021
  2. DOC: Add dates on all What's new pages

    And make all the title consistent.
    
    Fixes #6864.
    QuLogic committed Aug 26, 2021
  3. [Doc] boxplot type

    and->are
    story645 committed Aug 26, 2021
  4. Update backend_bases.py

    story645 committed Aug 26, 2021
  5. ]Doc] FigureCanvasBase draw

    Started as a type fix not->no, ended up rewriting/breaking up the paragraph.
    story645 committed Aug 26, 2021

Commits on Aug 25, 2021

  1. Add clear method to selector

    ericpre committed Aug 25, 2021
  2. Merge pull request #20898 from anntzer/bn

    Reword BoundaryNorm docs.
    story645 committed Aug 25, 2021
  3. Reword BoundaryNorm docs.

    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.
    anntzer committed Aug 25, 2021
  4. Fix clearing span selector

    ericpre committed Aug 25, 2021

Commits on Aug 24, 2021

  1. Merge pull request #20891 from timhoffm/dependency-link-3.5

    Add dependency link for 3.5
    QuLogic committed Aug 24, 2021
  2. Merge pull request #20892 from timhoffm/discouraged

    Label pylab as "discouraged" instead of "disapproved"
    QuLogic committed Aug 24, 2021
  3. Label pylab as "discouraged" instead of "disapproved"

    Some native speaker please check, but I think *discouraged* is the better word.
    timhoffm committed Aug 24, 2021
  4. Add dependency link for 3.5.

    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.
    timhoffm committed Aug 24, 2021
  5. Merge pull request #20693 from ericpre/add_set_props_handle_props_sel…

    …ector
    
    Fix setting artists properties of selectors
    timhoffm committed Aug 24, 2021
  6. Merge pull request #20864 from QuLogic/py310

    TST: Add Python 3.10 testing.
    tacaswell committed Aug 24, 2021
  7. Simplify syntax and improve readability

    Co-authored-by: Tim Hoffmann <[email protected]>
    ericpre and timhoffm committed Aug 24, 2021
  8. Merge pull request #20884 from QuLogic/headless-env

    Ensure full environment is passed to headless test.
    timhoffm committed Aug 24, 2021
Older