Skip to content

Commit aae6428

Browse files
kandersolarRDaxiniechedey-ls
committed
address review comments
Co-Authored-By: RDaxini <[email protected]> Co-Authored-By: Echedey Luis <[email protected]>
1 parent 82e4782 commit aae6428

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

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

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Enhancements
3232
* The multithreaded SPA functions no longer emit a warning when calculating
3333
solar positions for short time series. (:pull:`2170`)
3434
* Implemented closed-form solution for alpha in :py:func:`pvlib.clearsky.detect_clearsky`,
35-
obviating the call to scipy.optimize that was prone to runtime errors and minimizing
35+
obviating the call to scipy.optimize, which was prone to runtime errors, and minimizing
3636
computation. (:issue:`2171`, :issue:`2216`, :pull:`2217`).
3737

3838
Bug fixes
@@ -60,21 +60,22 @@ Testing
6060

6161
Documentation
6262
~~~~~~~~~~~~~
63-
* Added gallery example demonstrating the application of
64-
several spectral mismatch factor models.
65-
(:issue:`2107`, :pull:`2114`)
66-
* Added gallery example demonstrating the application of
67-
:py:func:`~pvlib.spectrum.average_photon_energy`. (:issue:`2194`, :pull:`2206`)
68-
* Added gallery example on calculating cell temperature for
69-
floating PV. (:pull:`2110`)
70-
* Added gallery example demonstrating how to use
71-
different Perez coefficients in a ModelChain.
72-
(:issue:`2127`, :pull:`2148`)
63+
* Added new gallery example pages for:
64+
65+
- Demonstrating the application of several spectral mismatch factor models.
66+
(:issue:`2107`, :pull:`2114`)
67+
- Demonstrating the application of :py:func:`~pvlib.spectrum.average_photon_energy`.
68+
(:issue:`2194`, :pull:`2206`)
69+
- Calculating cell temperature for floating PV. (:pull:`2110`)
70+
- Demonstrating how to use different Perez coefficients in a ModelChain.
71+
(:issue:`2127`, :pull:`2148`)
72+
7373
* Fixed examples in :py:func:`pvlib.shading.shaded_fraction1d`. (:pull:`2215`)
7474
* Updated model description, added equation variable definitions, and created a
7575
new "notes" section in :py:func:`pvlib.irradiance.haydavies` and
7676
:py:func:`pvlib.irradiance.klucher`. (:issue:`2183`, :pull:`2191`,
7777
:pull:`2192`)
78+
* Document units with Wm⁻² instead of W/m^2 throughout ``pvlib.irradiance``. (:issue:`2205`, :pull:`2191`)
7879
* Split the contributing page into several pages. (:issue:`2210`, :pull:`2219`)
7980

8081
Requirements

0 commit comments

Comments
 (0)