We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bcc1d commit f15a289Copy full SHA for f15a289
docs/sphinx/source/whatsnew/v0.11.2.rst
@@ -11,11 +11,18 @@ Deprecations
11
Enhancements
12
~~~~~~~~~~~~
13
14
+Bug Fixes
15
+~~~~~~~~~
16
+* :py:meth:`~pvlib.pvsystem.PVSystem.get_irradiance` accepts float inputs.
17
+ (:issue:`1338`, :pull:`2227`)
18
19
Documentation
20
~~~~~~~~~~~~~
21
* Edited docstrings for :py:func:`~pvlib.pvsystem.dc_ohms_from_percent` and
22
:py:func:`~pvlib.pvsystem.dc_ohmic_loss` for clarity. (:issue:`1601`, :pull:`2229`)
23
+* Clarified that :py:meth:`~pvlib.pvsystem.PVSystem.get_irradiance` and
24
+ :py:meth:`~pvlib.pvsystem.Array.get_irradiance` do not accept tuple of float
25
+ as input. (:pull:`2227`)
26
27
28
Testing
0 commit comments