Skip to content

Commit

Permalink
Last couple release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ksunden committed Feb 13, 2023
1 parent 610e017 commit 85b29ae
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
4 changes: 0 additions & 4 deletions doc/api/next_api_changes/deprecations/25196-EP.rst

This file was deleted.

8 changes: 0 additions & 8 deletions doc/api/next_api_changes/development/24893-KS.rst

This file was deleted.

4 changes: 4 additions & 0 deletions doc/api/prev_api_changes/api_changes_3.7.0/deprecations.rst
Expand Up @@ -284,4 +284,8 @@ This attribute of ``AxisArtistHelper``\s is deprecated.

... are deprecated without replacement.

``Line2D``
~~~~~~~~~~

When creating a Line2D or using `.Line2D.set_xdata` and `.Line2D.set_ydata`,
passing x/y data as non sequence is deprecated.
9 changes: 9 additions & 0 deletions doc/api/prev_api_changes/api_changes_3.7.0/development.rst
Expand Up @@ -38,3 +38,12 @@ New dependencies

* `importlib-resources <https://pypi.org/project/importlib-resources/>`_
(>= 3.2.0; only required on Python < 3.10)

Maximum line length increased to 88 characters
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The maximum line length for new contributions has been extended from 79 characters to
88 characters.
This change provides an extra 9 characters to allow code which is a single idea to fit
on fewer lines (often a single line).
The chosen length is the same as `black <https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#line-length>`_.

0 comments on commit 85b29ae

Please sign in to comment.