Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
0b147e8
functions and tests
cwhanse Sep 16, 2024
480c01b
fix test
cwhanse Sep 19, 2024
22d51ee
build doc pages
cwhanse Sep 19, 2024
d65b57f
really fix test
cwhanse Sep 19, 2024
bc01aa7
add kwargs
cwhanse Sep 23, 2024
ae4346b
docstring edits
cwhanse Sep 23, 2024
1901b20
Merge branch 'main' of https://github.com/pvlib/pvlib-python into sdm…
cwhanse Sep 25, 2024
3dbbefd
Merge branch 'main' of https://github.com/pvlib/pvlib-python into sdm…
cwhanse Sep 26, 2024
30cda13
update to main
cwhanse Sep 30, 2025
ef87465
adapt to new organization
cwhanse Sep 30, 2025
5188ee9
paths, names, reference
cwhanse Sep 30, 2025
a181438
fixes
cwhanse Oct 1, 2025
3657298
why does cells_in_series have to be special
cwhanse Oct 1, 2025
11ce601
correct IEC61853 matrix, add comments
cwhanse Oct 1, 2025
c62e6d1
use find_minimum in lambertw for mpp
cwhanse Oct 3, 2025
ac500d5
remove switch between find_minimum and golden mean
cwhanse Oct 3, 2025
4827334
add removal comment
cwhanse Oct 3, 2025
b36b297
whatsnew
cwhanse Oct 3, 2025
edb5535
remove multiplier on voc for initial interval
cwhanse Oct 3, 2025
5c79696
adjust multiplier for initial guess
cwhanse Oct 3, 2025
2bdea49
remake expected test output, add kwargs
cwhanse Oct 6, 2025
facdd7e
indents
cwhanse Oct 6, 2025
ff20bef
format
cwhanse Oct 6, 2025
92dcb4d
add some print statements to debug test failure
cwhanse Oct 6, 2025
1d4d40c
rtol by parameter
cwhanse Oct 6, 2025
75a55f7
format
cwhanse Oct 6, 2025
a754adf
Update docs/sphinx/source/whatsnew/v0.13.2.rst
cwhanse Oct 9, 2025
c748752
Merge branch 'golden_opt' of https://github.com/cwhanse/pvlib-python …
cwhanse Oct 9, 2025
c08abb3
Merge branch 'main' of https://github.com/pvlib/pvlib-python into gol…
cwhanse Oct 9, 2025
9ff3970
undo bad pull
cwhanse Oct 10, 2025
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
8 changes: 8 additions & 0 deletions docs/sphinx/source/reference/pv_modeling/parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ Functions for fitting the single diode equation

ivtools.sde.fit_sandia_simple

Functions for converting between single diode models

.. autosummary::
:toctree: ../generated/

ivtools.sdm.convert_cec_pvsyst
ivtools.sdm.convert_pvsyst_cec

Utilities for working with IV curve data

.. autosummary::
Expand Down
5 changes: 3 additions & 2 deletions docs/sphinx/source/whatsnew/v0.13.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Enhancements
:py:func:`~pvlib.singlediode.bishop88_mpp`,
:py:func:`~pvlib.singlediode.bishop88_v_from_i`, and
:py:func:`~pvlib.singlediode.bishop88_i_from_v`. (:issue:`2497`, :pull:`2498`)

* Accelerate :py:func:`~pvlib.pvsystem.singlediode` when scipy>=1.15 is
installed. (:issue:`2497`, :pull:`2567`)


Documentation
Expand All @@ -53,4 +54,4 @@ Maintenance

Contributors
~~~~~~~~~~~~

* Cliff Hansen (:ghuser:`cwhanse`)
Loading
Loading