You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add temperature.sapm_cell_to_module
* add See also to docstring
* Update pvlib/temperature.py
Co-Authored-By: Will Holmgren <[email protected]>
* remove hyphen
* remove ~ from function paths
Co-authored-by: Will Holmgren <[email protected]>
Copy file name to clipboardExpand all lines: docs/sphinx/source/whatsnew/v0.7.2.rst
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,17 @@ Enhancements
21
21
* TMY3 dataframe returned by :py:func:`~pvlib.iotools.read_tmy3` now contains
22
22
the original ``Date (MM/DD/YYYY)`` and ``Time (HH:MM)`` columns that the
23
23
indices were parsed from. (:pull:`866`)
24
-
* Add :py:func:`~pvlib.pvsystem.PVSystem.faiman` and added
24
+
* Add :py:func:`pvlib.pvsystem.PVSystem.faiman` and added
25
25
``temperature_model='faiman'`` option to :py:class:`~pvlib.modelchain.ModelChain`
26
26
(:pull:`897`) (:issue:`836`).
27
+
* Add Kimber soiling model :py:func:`pvlib.losses.soiling_kimber`. (:pull:`860`)
28
+
* Add :py:func:`pvlib.iotools.read_pvgis_tmy` for files downloaded using the
27
29
* Add Kimber soiling model :py:func:`pvlib.soiling.kimber`. (:pull:`860`,
28
30
:issue`935`)
29
31
* Add :func:`~pvlib.iotools.read_pvgis_tmy` for files downloaded using the
30
32
PVGIS tool. (:issue:`880`)
33
+
* Add :py:func:`pvlib.temperature.sapm_cell_from_module` to convert back of
34
+
module temperature to cell temperature (:issue:`927`)
31
35
* Add new module :py:mod:`pvlib.snow` to contain models related to snow coverage and effects on a PV system. (:pull:`764`)
32
36
* Add snow coverage model :py:func:`pvlib.snow.coverage_nrel` and function to identify when modules are fully covered by snow :py:func:`pvlib.snow.fully_covered_nrel`. (:issue:`577`)
33
37
* Add function :py:func:`pvlib.snow.dc_loss_nrel` for effect of snow coverage on DC output. (:pull:`764`)
0 commit comments