doc/users/prev_whats_new/github_stats_3.7.1.rst
.. _github-stats-3-7-1:
GitHub statistics for 2023/02/13 (tag: v3.7.0) - 2023/03/03
These lists are automatically generated, and may be incomplete or contain duplicates.
We closed 14 issues and merged 62 pull requests.
The full list can be seen on GitHub <https://github.com/matplotlib/matplotlib/milestone/80?closed=1>__
The following 16 authors contributed 129 commits.
GitHub issues and pull requests:
Pull Requests (62):
25377: Backport PR #25372 on branch v3.7.x (Clean up Curve ArrowStyle docs)25376: Backport PR #25371 on branch v3.7.x (Tk: Fix size of spacers when changing display DPI)25375: Backport PR #25364 on branch v3.7.x (BLD: Pre-download Qhull license to put in wheels)25372: Clean up Curve ArrowStyle docs25371: Tk: Fix size of spacers when changing display DPI25364: BLD: Pre-download Qhull license to put in wheels25370: Backport PR#25369: Pin sphinx themes more strictly25368: Backport PR #25339 on branch v3.7.x (Disable discarded animation warning on save)25369: Pin sphinx themes more strictly25339: Disable discarded animation warning on save25354: Backport PR #25353 on branch v3.7.x (link to ipympl docs instead of github)25307: Pin mpl-sphinx-theme on the v3.7.x branch25350: Backport PR #25346 on branch v3.7.x (FIX: use wrapped text in Text._get_layout)25348: Backport PR #25325 on branch v3.7.x (Clean up legend loc parameter documentation)25325: Clean up legend loc parameter documentation25346: FIX: use wrapped text in Text._get_layout25343: Backport PR #25340 on branch v3.7.x (Fix RangeSlider.set_val when outside existing value)25342: Backport PR #25341 on branch v3.7.x (TST: Increase test_set_line_coll_dash_image tolerance slightly.)25340: Fix RangeSlider.set_val when outside existing value25341: TST: Increase test_set_line_coll_dash_image tolerance slightly.25337: Backport PR #25311 on branch v3.7.x (Make draggable legends picklable.)25311: Make draggable legends picklable.25331: Backport PR #25327 on branch v3.7.x (Fix doc-string issues identified by velin)25327: Fix doc-string issues identified by velin25321: Backport PR #25320 on branch v3.7.x (DOC: fix typo)25319: Backport PR #25305 on branch v3.7.x (DOC: add layout='none' option to Figure constructor)25305: DOC: add layout='none' option to Figure constructor25315: Backport PR #24878 on branch v3.7.x ( [Doc]: Add alt-text to images in 3.6 release notes #24844 )24878: [Doc]: Add alt-text to images in 3.6 release notes #2484425312: Backport PR #25308 on branch v3.7.x (DOC: add include source to a 3.7 what's new)25309: Backport PR #25302 on branch v3.7.x (Cleanup gradient_bar example.)25299: Backport PR #25238 on branch v3.7.x (Check file path for animation and raise if it does not exist)25297: Backport PR #25295 on branch v3.7.x (Increase timeout for interactive backend tests)25238: Check file path for animation and raise if it does not exist25295: Increase timeout for interactive backend tests25288: Backport PR #25279 on branch v3.7.x (Fix Lasso line cleanup)25294: Backport PR #25278 on branch v3.7.x (Revert #23417 (Consistently set label on axis with units))25293: Backport PR #25155 on branch v3.7.x (Fix lasso unresponsive issue by adding a lock release event)25289: Backport PR #25286 on branch v3.7.x (DOC: add cache-busting query to switcher json url)25278: Revert #23417 (Consistently set label on axis with units)25155: Fix lasso unresponsive issue by adding a lock release event25285: Backport PR #25280 on branch v3.7.x (Fix setting CSS with latest GTK4)25279: Fix Lasso line cleanup25284: Backport PR #25283 on branch v3.7.x (CI: unpin reviewdog eslint)25280: Fix setting CSS with latest GTK425283: CI: unpin reviewdog eslint25277: Backport PR #25268 on branch v3.7.x (Fix import of styles with relative path)25276: Backport PR #25237 on branch v3.7.x (Fixed a bug where rcParams settings were being ignored for formatting axes labels)25237: Fixed a bug where rcParams settings were being ignored for formatting axes labels25268: Fix import of styles with relative path25264: Backport PR #25262 on branch v3.7.x (CI: Pin reviewdog eslint to use node 18.13)25245: Backport PR #25236: Re-enable CI buildwheel and cygwin labels25262: CI: Pin reviewdog eslint to use node 18.1325260: Backport PR #25234 on branch v3.7.x (added layout="compressed" for pyplot #25223)25234: added layout="compressed" for pyplot #2522325246: Backport PR #25240 on branch v3.7.x (Avoid calling vars() on arbitrary third-party manager_class.)25240: Avoid calling vars() on arbitrary third-party manager_class.25236: Re-enable CI buildwheel and cygwin labels25217: Backport PR #25213 on branch v3.7.x (DOC: correct default value of pcolormesh shading)25213: DOC: correct default value of pcolormesh shading25215: Backport PR #25198 - DOC: remove constrained_layout kwarg from examples25198: DOC: remove constrained_layout kwarg from examplesIssues (14):
25361: [Doc]: matplotlib.patches.ArrowStyle25365: [Bug]: Inconsistent size/padx for spacers in NavigationToolbar2Tk._rescale and _Spacer25212: [Bug]: LICENSE_QHULL is included in wheel only the second time25323: [Doc]: Misleading Figure.legend() options, loc='best' is not valid.25336: [Bug]: constrained layout with wrapped titles25338: [Bug]: set_val of rangeslider sets incorrect value25300: [Bug]: Unable to pickle figure with draggable legend25223: [Doc]: layout="none" for figure constructor?25219: [Bug]: axes.set_xlim with string dates raises when plotting with datetimes21666: [Doc]: Sidebar not always very helpful25298: [Bug]: axes.labelsize is ignored25233: [MNT]: FFMpegWriter does not check if out path exists when initialized.25242: [Bug]: Relative paths in plt.style.use() no longer work in 3.725251: [CI]: eslint failure