8000 Make `i_x` and `i_xx` SAPM parameters optional by kandersolar · Pull Request #2433 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Make i_x and i_xx SAPM parameters optional #2433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 23, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into sapm-ixx
  • Loading branch information
kandersolar authored Apr 11, 2025
commit e0ac4c554983e17151a09c948bb456d656c70122
4 changes: 3 additions & 1 deletion docs/sphinx/source/whatsnew/v0.12.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Bug fixes

Enhancements
~~~~~~~~~~~~
* ``pvlib.ivtools.sdm`` is now a subpackage. (:issue:`2252`, :pull:`2256`)
* :py:mod:`pvlib.ivtools.sdm` is now a subpackage. (:issue:`2252`, :pull:`2256`)
* Add a function for estimating PVsyst SDM parameters from IEC 61853-1 matrix
data (:py:func:`~pvlib.ivtools.sdm.fit_pvsyst_iec61853_sandia_2025`). (:issue:`2185`, :pull:`2429`)
* The parameters for the Ix and Ixx points are now optional when using
:py:func:`pvlib.pvsystem.sapm` directly and through
:py:class:`~pvlib.pvsystem.PVSystem` and :py:class:`~pvlib.modelchain.ModelChain`.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0