Skip to content

Commit de94021

Browse files
committed
whatsnew improvements
1 parent 3625a5a commit de94021

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Deprecations
1313
* Deprecate :py:func:`~pvlib.modelchain.get_orientation`. (:pull:`2495`)
1414
* Rename parameter name ``apparent_azimuth`` to ``solar_azimuth`` in :py:func:`~pvlib.tracking.singleaxis`.
1515
(:issue:`2479`, :pull:`2480`)
16-
* Rename ``axis_tilt`` and ``cross_axis_tilt`` terms to ``axis_slope`` and ``cross_axis_slope`` all through the project. Affects:
16+
* Rename ``axis_tilt`` and ``cross_axis_tilt`` to ``axis_slope`` and ``cross_axis_slope`` all through the project. Affects:
1717

1818
- :py:func:`pvlib.shading.shaded_fraction1d` parameters ``cross_axis_tilt`` and ``axis_tilt``
1919
- :py:func:`pvlib.shading.projected_solar_zenith_angle` parameter ``axis_tilt``
2020
- :py:func:`pvlib.tracking.singleaxis` parameters ``cross_axis_tilt`` and ``axis_tilt``
2121
- :py:func:`pvlib.tracking.calc_surface_orientation` parameter ``axis_tilt``
22-
- :py:func:`!pvlib.tracking.calc_axis_tilt` function signature is renamed to :py:func:`pvlib.tracking.calc_axis_slope`
23-
- :py:func:`!pvlib.tracking.calc_cross_axis_tilt` function signature is renamed to :py:func:`pvlib.tracking.calc_cross_axis_slope` and parameter ``axis_tilt``
22+
- :py:func:`!pvlib.tracking.calc_axis_tilt` function is renamed to :py:func:`~pvlib.tracking.calc_axis_slope`
23+
- :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``
2424
- :py:class:`pvlib.pvsystem.SingleAxisTrackerMount` dataclass fields ``axis_tilt`` and ``cross_axis_tilt``
2525

2626
(:issue:`2334`, :pull:`2543`)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ Enhancements
110110
* Added ``racking_model``, ``module_type``, and ``temperature_model_parameters`` to
111111
:py:class:`~pvlib.pvsystem.PVSystem` and :py:class:`~pvlib.tracking.SingleAxisTracker`
112112
repr methods. (:issue:`1027`)
113-
* Added :py:func:`!~pvlib.tracking.calc_axis_tilt` to calculate the
114-
tracker axes tilt and :py:func:`!~pvlib.tracking.calc_cross_axis_tilt` to
113+
* Added :py:func:`!pvlib.tracking.calc_axis_tilt` to calculate the
114+
tracker axes tilt and :py:func:`!pvlib.tracking.calc_cross_axis_tilt` to
115115
calculate the cross-axis tilt, which is the angle, relative to horizontal, of
116116
the line formed by the intersection between the slope containing the tracker
117117
axes and a plane perpendicular to the tracker axes. (:pull:`823`)
118118
* Added ``cross_axis_tilt`` argument to :py:func:`~pvlib.tracking.singleaxis`
119119
and :py:func:`~pvlib.tracking.SingleAxisTracker` which defaults to zero. Use
120-
:py:func:`!~pvlib.tracking.calc_cross_axis_tilt` to calculate the cross-axis
120+
:py:func:`!pvlib.tracking.calc_cross_axis_tilt` to calculate the cross-axis
121121
tilt angle if necessary. (:pull:`823`)
122122
* Added ability for :py:func:`pvlib.soiling.hsu` to accept arbitrary time intervals. (:pull:`980`)
123123
* Added :py:func:`pvlib.temperature.fuentes` for cell temperature modeling. (:pull:`1037`)

0 commit comments

Comments
 (0)