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
Copy file name to clipboardExpand all lines: docs/sphinx/source/whatsnew/v0.11.3.rst
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,19 @@ Deprecations
10
10
11
11
Enhancements
12
12
~~~~~~~~~~~~
13
+
* :py:func:`~pvlib.irradiance.gti_dirint` now raises an informative message
14
+
when input data don't include values with AOI<90 (:issue:`1342`, :pull:`2347`)
13
15
* Fix a bug in :py:func:`pvlib.bifacial.get_irradiance_poa` which may have yielded non-zero
14
16
ground irradiance when the sun was below the horizon. (:issue:`2245`, :pull:`2359`)
17
+
* Fix a bug where :py:func:`pvlib.transformer.simple_efficiency` could only be imported
18
+
using the `from pvlib.transformer` syntax (:pull:`2388`)
15
19
* Add NREL NSRDB PSM v4 API client to :py:mod:`pvlib.iotools`. See :py:func:`~pvlib.iotools.get_psm4`, :py:func:`~pvlib.iotools.read_psm4` and :py:func:`~pvlib.iotools.parse_psm4`. (:issue:`2326`, :pull:`2378`)
16
20
17
21
Documentation
18
22
~~~~~~~~~~~~~
19
23
* Fix Procedural and Object Oriented simulation examples having slightly different results, in :ref:`introtutorial`. (:issue:`2366`, :pull:`2367`)
20
24
* Restructure the user guide with subsections (:issue:`2302`, :pull:`2310`)
25
+
* Add references for :py:func:`pvlib.snow.loss_townsend`. (:issue:`2383`, :pull:`2384`)
0 commit comments