doc/users/prev_whats_new/github_stats_3.9.3.rst
.. _github-stats-3-9-3:
GitHub statistics for 2024/08/12 (tag: v3.9.2) - 2024/11/30
These lists are automatically generated, and may be incomplete or contain duplicates.
We closed 6 issues and merged 62 pull requests.
The full list can be seen on GitHub <https://github.com/matplotlib/matplotlib/milestone/95?closed=1>__
The following 18 authors contributed 90 commits.
GitHub issues and pull requests:
Pull Requests (62):
29195: Backport PR #29191 on branch v3.9.x (ci: Simplify 3.13t test setup)29191: ci: Simplify 3.13t test setup29176: Backport PR #29148 on branch v3.9.x (Don't fail on equal-but-differently-named cmaps in qt figureoptions.)29148: Don't fail on equal-but-differently-named cmaps in qt figureoptions.29165: Backport PR #29153 on branch v3.9.x (Bump codecov/codecov-action from 4 to 5 in the actions group)29153: Bump codecov/codecov-action from 4 to 5 in the actions group29149: Backport CI config updates to v3.9.x29121: Backport PR #29120 on branch v3.9.x (DOC: Switch nested pie example from cmaps to color_sequences)29071: Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the actions group29046: Backport PR #28981 on branch v3.9.x (FIX: macos: Use standard NSApp run loop in our input hook)28981: FIX: macos: Use standard NSApp run loop in our input hook29041: Backport PR #29035 on branch v3.9.x (FIX: Don't set_wmclass on GTK3)29035: FIX: Don't set_wmclass on GTK329037: Backport PR #29036 on branch v3.9.x (Don't pass redundant inline=True to example clabel() calls.)29032: Backport PR #27569 on branch v3.9.x (DOC: initial tags for statistics section of gallery)29034: Backport PR #29031 on branch v3.9.x (DOC: Fix copy-paste typo in ColorSequenceRegistry)29031: DOC: Fix copy-paste typo in ColorSequenceRegistry29015: Backport PR #29014 on branch v3.9.x (FIX: fake out setuptools scm in tox on ci)29014: FIX: fake out setuptools scm in tox on ci29010: Backport PR #29005 on branch v3.9.x (DOC: Update meson-python intersphinx link)29006: Backport PR #28993 on branch v3.9.x (FIX: contourf hatches use multiple edgecolors)28993: FIX: contourf hatches use multiple edgecolors28988: Backport PR #28987 on branch v3.9.x (Fix: Do not use numeric tolerances for axline special cases)28947: Backport PR #28925 on branch v3.9.x (TST: handle change in pytest.importorskip behavior)28989: Backport PR #28972 on branch v3.9.x (Switch macOS 12 runner images to macOS 13)28972: Switch macOS 12 runner images to macOS 1328987: Fix: Do not use numeric tolerances for axline special cases28954: Backport PR #28952 on branch v3.9.x (BLD: update trove metadata to support py3.13)28952: BLD: update trove metadata to support py3.1328887: Backport PR #28883 on branch v3.9.x (Only check X11 when running Tkinter tests)28926: Backport PR #28689 on branch v3.9.x (ci: Enable testing on Python 3.13)28925: TST: handle change in pytest.importorskip behavior28945: Backport PR #28943 on branch v3.9.x (DOC: Clarify the returned line of axhline()/axvline())28939: Backport PR #28900 on branch v3.9.x (DOC: Improve fancybox demo)28900: DOC: Improve fancybox demo28902: Backport PR #28881 on branch v3.9.x (Fix axline for slopes <= 1E-8. Closes #28386)28431: Fix axline for slopes < 1E-828881: Fix axline for slopes <= 1E-8. Closes #2838628883: Only check X11 when running Tkinter tests28859: Backport PR #28858 on branch v3.9.x (Fix flaky labelcolor tests)28858: Fix flaky labelcolor tests28839: Backport PR #28836 on branch v3.9.x (MNT: Use init parameters of font properties)28836: MNT: Use init parameters of font properties28828: Backport PR #28818 on branch v3.9.x (Resolve configdir so that it's not a symlink when is_dir() is called)28818: Resolve configdir so that it's not a symlink when is_dir() is called28811: Backport PR #28810 on branch v3.9.x (Document how to obtain sans-serif usetex math.)28806: Backport PR #28805 on branch v3.9.x (add brackets to satisfy the new sequence requirement)28802: Backport PR #28798 on branch v3.9.x (DOC: Correctly list modules that have been internalized)28791: Backport PR #28790 on branch v3.9.x (DOC: Fix duplicate Figure.set_dpi entry)28787: Backport PR #28706 on branch v3.9.x (Add Returns info to to_jshtml docstring)28706: Add Returns info to to_jshtml docstring28751: Backport PR #28271 on branch v3.9.x (Fix draggable legend disappearing when picking while use_blit=True)28271: Fix draggable legend disappearing when picking while use_blit=True28747: Backport PR #28743 on branch v3.9.x (Minor fixes in ticker docs)28743: Minor fixes in ticker docs28738: Backport PR #28737 on branch v3.9.x (TST: Fix image comparison directory for test_striped_lines)28740: Backport PR #28739 on branch v3.9.x (Tweak interactivity docs wording (and fix capitalization).)28737: TST: Fix image comparison directory for test_striped_lines28733: Backport PR #28732 on branch v3.9.x (Renames the minumumSizeHint method to minimumSizeHint)28732: Renames the minumumSizeHint method to minimumSizeHint28689: ci: Enable testing on Python 3.1328724: Backport fixes from #28711Issues (6):
28960: [Bug]: High CPU utilization of the macosx backend28990: [Bug]: no longer able to set multiple hatch colors28870: [Bug]: axline doesn't work with some axes scales28386: [Bug]: Minor issue - Drawing an axline sets slopes less than 1E-8 to 028817: [Bug]: ~/.config/matplotlib is never used because ~/.config is a symlink28716: Size hint method in Qt backend should be named minimumSizeHint, not minumumSizeHint