File tree Expand file tree Collapse file tree 4 files changed +13
-12
lines changed
prev_api_changes/api_changes_3.7.0 Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -284,4 +284,8 @@ This attribute of ``AxisArtistHelper``\s is deprecated.
284
284
285
285
... are deprecated without replacement.
286
286
287
+ ``Line2D ``
288
+ ~~~~~~~~~~
287
289
290
+ When creating a Line2D or using `.Line2D.set_xdata ` and `.Line2D.set_ydata `,
291
+ passing x/y data as non sequence is deprecated.
Original file line number Diff line number Diff line change @@ -38,3 +38,12 @@ New dependencies
38
38
39
39
* `importlib-resources <https://pypi.org/project/importlib-resources/ >`_
40
40
(>= 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 >`_.
You can’t perform that action at this time.
0 commit comments