Skip to content

Commit 7e52234

Browse files
committed
move whatsnew entries
1 parent 716c880 commit 7e52234

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,6 @@ Deprecations
1010
* Deprecate :py:func:`pvlib.modelchain.get_orientation`. (:pull:`2495`)
1111
* Rename parameter name ``apparent_azimuth`` to ``solar_azimuth`` in :py:func:`~pvlib.tracking.singleaxis`.
1212
(:issue:`2479`, :pull:`2480`)
13-
* Rename ``axis_tilt`` and ``cross_axis_tilt`` to ``axis_slope`` and ``cross_axis_slope`` all through the project. Affects:
14-
15-
- :py:func:`pvlib.shading.shaded_fraction1d` parameters ``cross_axis_tilt`` and ``axis_tilt``
16-
- :py:func:`pvlib.shading.projected_solar_zenith_angle` parameter ``axis_tilt``
17-
- :py:func:`pvlib.tracking.singleaxis` parameters ``cross_axis_tilt`` and ``axis_tilt``
18-
- :py:func:`pvlib.tracking.calc_surface_orientation` parameter ``axis_tilt``
19-
- :py:func:`!pvlib.tracking.calc_axis_tilt` function is renamed to :py:func:`~pvlib.tracking.calc_axis_slope`
20-
- :py:func:`!pvlib.tracking.calc_cross_axis_tilt` function is renamed to :py:func:`~pvlib.tracking.calc_cross_axis_slope`, and its parameter ``axis_tilt``
21-
- :py:class:`pvlib.pvsystem.SingleAxisTrackerMount` dataclass fields ``axis_tilt`` and ``cross_axis_tilt``
22-
23-
(:issue:`2334`, :pull:`2543`)
2413

2514
Bug fixes
2615
~~~~~~~~~

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ 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:
10+
11+
- :py:func:`pvlib.shading.shaded_fraction1d` parameters ``cross_axis_tilt`` and ``axis_tilt``
12+
- :py:func:`pvlib.shading.projected_solar_zenith_angle` parameter ``axis_tilt``
13+
- :py:func:`pvlib.tracking.singleaxis` parameters ``cross_axis_tilt`` and ``axis_tilt``
14+
- :py:func:`pvlib.tracking.calc_surface_orientation` parameter ``axis_tilt``
15+
- :py:func:`!pvlib.tracking.calc_axis_tilt` function is renamed to :py:func:`~pvlib.tracking.calc_axis_slope`
16+
- :py:func:`!pvlib.tracking.calc_cross_axis_tilt` function is renamed to :py:func:`~pvlib.tracking.calc_cross_axis_slope`, and its parameter ``axis_tilt``
17+
- :py:class:`pvlib.pvsystem.SingleAxisTrackerMount` dataclass fields ``axis_tilt`` and ``cross_axis_tilt``
18+
19+
(:issue:`2334`, :pull:`2543`)
920

1021

1122
Deprecations

0 commit comments

Comments
 (0)