Skip to content

Commit 368fceb

Browse files
committed
documentation
1 parent 00108d9 commit 368fceb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/sphinx/source/api.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,9 @@ Creating a ModelChain object.
489489
:toctree: generated/
490490

491491
modelchain.ModelChain
492+
modelchain.ModelChain.with_pvsyst
493+
modelchain.ModelChain.with_pvwatts
494+
modelchain.ModelChain.with_sapm
492495

493496
Running
494497
-------

docs/sphinx/source/whatsnew/v0.8.0.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ Enhancements
4040
diffuse irradiance. (:pull:`984`)
4141
* Add :py:func:`pvlib.inverter.fit_sandia` that fits the Sandia inverter model
4242
to a set of inverter efficiency curves. (:pull:`1011`)
43+
* Add factory methods :py:meth:`~pvlib.modelchain.ModelChain.with_pvsyst`,
44+
:py:meth:`~pvlib.modelchain.ModelChain.with_pvwatts`, and
45+
:py:meth:`~pvlib.modelchain.ModelChain.with_sapm` to create ``ModelChain``
46+
objects configured for the respective modeling paradigms. The
47+
configurations are defined in ``modelchain.PVSYST_CONFIG``,
48+
``modelchain.PVWATTS_CONFIG``, and ``modelchain.SAPM_CONFIG``.
49+
(:issue:`1013`, :pull:`1022`)
4350

4451
Bug fixes
4552
~~~~~~~~~

0 commit comments

Comments
 (0)