Skip to content

Commit 5f91f14

Browse files
committed
tildes
1 parent aae6428 commit 5f91f14

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,31 @@ v0.11.1 (September 26, 2024)
77
Enhancements
88
~~~~~~~~~~~~
99
* Add new function to calculate the average photon energy,
10-
:py:func:`pvlib.spectrum.average_photon_energy`.
10+
:py:func:`~pvlib.spectrum.average_photon_energy`.
1111
(:issue:`2135`, :pull:`2140`)
1212
* Add new losses function that accounts for non-uniform irradiance on bifacial
13-
modules, :py:func:`pvlib.bifacial.power_mismatch_deline`.
13+
modules, :py:func:`~pvlib.bifacial.power_mismatch_deline`.
1414
(:issue:`2045`, :pull:`2046`)
1515
* Add new parameters for min/max absolute air mass to
16-
:py:func:`pvlib.spectrum.spectral_factor_firstsolar`.
16+
:py:func:`~pvlib.spectrum.spectral_factor_firstsolar`.
1717
(:issue:`2086`, :pull:`2100`)
1818
* Add ``roll_utc_offset`` and ``coerce_year`` arguments to
19-
:py:func:`pvlib.iotools.get_pvgis_tmy` to allow user to specify time zone,
19+
:py:func:`~pvlib.iotools.get_pvgis_tmy` to allow user to specify time zone,
2020
rotate indices of TMY to begin at midnight, and force indices to desired
2121
year. (:issue:`2139`, :pull:`2138`)
2222
* Restructured the pvlib/spectrum folder by breaking up the contents of
2323
pvlib/spectrum/mismatch.py into pvlib/spectrum/mismatch.py,
2424
pvlib/spectrum/irradiance.py, and
2525
pvlib/spectrum/response.py. (:issue:`2125`, :pull:`2136`, :pull:`2151`)
2626
* Added function for calculating wind speed at different heights,
27-
:py:func:`pvlib.atmosphere.windspeed_powerlaw`.
27+
:py:func:`~pvlib.atmosphere.windspeed_powerlaw`.
2828
(:issue:`2118`, :pull:`2124`)
2929
* ``delta_t`` can now be specified with an array in the SPA functions.
3030
The numba implementation now also allows calculation of ``delta_t``
3131
internally. (:issue:`2189`, :pull:`2190`)
3232
* The multithreaded SPA functions no longer emit a warning when calculating
3333
solar positions for short time series. (:pull:`2170`)
34-
* Implemented closed-form solution for alpha in :py:func:`pvlib.clearsky.detect_clearsky`,
34+
* Implemented closed-form solution for alpha in :py:func:`~pvlib.clearsky.detect_clearsky`,
3535
obviating the call to scipy.optimize, which was prone to runtime errors, and minimizing
3636
computation. (:issue:`2171`, :issue:`2216`, :pull:`2217`).
3737

@@ -70,10 +70,10 @@ Documentation
7070
- Demonstrating how to use different Perez coefficients in a ModelChain.
7171
(:issue:`2127`, :pull:`2148`)
7272

73-
* Fixed examples in :py:func:`pvlib.shading.shaded_fraction1d`. (:pull:`2215`)
73+
* Fixed examples in :py:func:`~pvlib.shading.shaded_fraction1d`. (:pull:`2215`)
7474
* Updated model description, added equation variable definitions, and created a
75-
new "notes" section in :py:func:`pvlib.irradiance.haydavies` and
76-
:py:func:`pvlib.irradiance.klucher`. (:issue:`2183`, :pull:`2191`,
75+
new "notes" section in :py:func:`~pvlib.irradiance.haydavies` and
76+
:py:func:`~pvlib.irradiance.klucher`. (:issue:`2183`, :pull:`2191`,
7777
:pull:`2192`)
7878
* Document units with Wm⁻² instead of W/m^2 throughout ``pvlib.irradiance``. (:issue:`2205`, :pull:`2191`)
7979
* Split the contributing page into several pages. (:issue:`2210`, :pull:`2219`)

0 commit comments

Comments
 (0)