Skip to content

Commit 24415fd

Browse files
committed
Move Deprecations to its section, instead of Breaking Changes
1 parent c964df4 commit 24415fd

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/sphinx/source/whatsnew/v0.13.2.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ v0.13.2 (Anticipated December, 2025)
66

77
Breaking Changes
88
~~~~~~~~~~~~~~~~
9-
* Rename ``axis_tilt`` and ``cross_axis_tilt`` to ``axis_slope`` and ``cross_axis_slope`` all through the project. Affects:
9+
* Following the removal of the NSRDB PSM3 API, the :func:`!pvlib.iotools.get_psm3`,
10+
:func:`!pvlib.iotools.read_psm3`, and :func:`!pvlib.iotools.parse_psm3`
11+
functions are removed. (:issue:`2581`, :pull:`2582`)
12+
13+
14+
Deprecations
15+
~~~~~~~~~~~~
16+
* Rename ``axis_tilt`` and ``cross_axis_tilt`` to ``axis_slope`` and ``cross_axis_slope`` all through the project, while keeping backwards-compatibility. Affects:
1017

1118
- :py:func:`pvlib.shading.shaded_fraction1d` parameters ``cross_axis_tilt`` and ``axis_tilt``
1219
- :py:func:`pvlib.shading.projected_solar_zenith_angle` parameter ``axis_tilt``
@@ -17,14 +24,6 @@ Breaking Changes
1724
- :py:class:`pvlib.pvsystem.SingleAxisTrackerMount` dataclass fields ``axis_tilt`` and ``cross_axis_tilt``
1825

1926
(:issue:`2334`, :pull:`2543`)
20-
* Following the removal of the NSRDB PSM3 API, the :func:`!pvlib.iotools.get_psm3`,
21-
:func:`!pvlib.iotools.read_psm3`, and :func:`!pvlib.iotools.parse_psm3`
22-
functions are removed. (:issue:`2581`, :pull:`2582`)
23-
24-
25-
Deprecations
26-
~~~~~~~~~~~~
27-
2827

2928
Bug fixes
3029
~~~~~~~~~

0 commit comments

Comments
 (0)