8000 Last couple release notes · matplotlib/matplotlib@85b29ae · GitHub
[go: up one dir, main page]

Skip to content

Commit 85b29ae

Browse files
committed
Last couple release notes
1 parent 610e017 commit 85b29ae

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

doc/api/next_api_changes/deprecations/25196-EP.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/api/next_api_changes/development/24893-KS.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

doc/api/prev_api_changes/api_changes_3.7.0/deprecations.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,4 +284,8 @@ This attribute of ``AxisArtistHelper``\s is deprecated.
284284

285285
... are deprecated without replacement.
286286

287+
``Line2D``
288+
~~~~~~~~~~
287289

290+
When creating a Line2D or using `.Line2D.set_xdata` and `.Line2D.set_ydata`,
291+
passing x/y data as non sequence is deprecated.

doc/api/prev_api_changes/api_changes_3.7.0/development.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,12 @@ New dependencies
3838

3939
* `importlib-resources <https://pypi.org/project/importlib-resources/>`_
4040
(>= 3.2.0; only required on Python < 3.10)
41+
42+
Maximum line length increased to 88 characters
43+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44+
45+
The maximum line length for new contributions has been extended from 79 characters to
46+
88 characters.
47+
This change provides an extra 9 characters to allow code which is a single idea to fit
48+
on fewer lines (often a single line).
49+
The chosen length is the same as `black <https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#line-length>`_.

0 commit comments

Comments
 (0)
0