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 4c0f2c5 commit cc3700dCopy full SHA for cc3700d
docs/sphinx/source/whatsnew/v0.10.2.rst
@@ -21,6 +21,9 @@ Bug fixes
21
~~~~~~~~~
22
* :py:func:`~pvlib.iotools.get_psm3` no longer incorrectly returns clear-sky
23
DHI instead of clear-sky GHI when requesting ``ghi_clear``. (:pull:`1819`)
24
+* :py:func:`pvlib.singlediode.bishop88` with `method='newton'` no longer
25
+ crashes when passed `pandas.Series` of length one.
26
+ (:issue:`1787`, :pull:`1822`)
27
28
Testing
29
~~~~~~~
0 commit comments