We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7a538 commit bf72faaCopy full SHA for bf72faa
docs/sphinx/source/whatsnew/v0.8.0.rst
@@ -54,6 +54,11 @@ Enhancements
54
(:pull:`1017`)
55
* Add :py:func:`pvlib.inverter.fit_sandia` that fits the Sandia inverter model
56
to a set of inverter efficiency curves. (:pull:`1011`)
57
+* Add factory methods :py:meth:`~pvlib.modelchain.ModelChain.with_pvwatts`
58
+ :py:meth:`~pvlib.modelchain.ModelChain.with_sapm` to create ``ModelChain``
59
+ objects configured for the respective modeling paradigms. The
60
+ configurations are defined in ``modelchain.PVWATTS_CONFIG``, and
61
+ ``modelchain.SAPM_CONFIG``. (:issue:`1013`, :pull:`1022`)
62
* Added *racking_model*, *module_type*, and *temperature_model_parameters* to
63
PVSystem, LocalizedPVSystem, SingleAxisTracker, and
64
LocalizedSingleAxisTracker repr methods. (:issue:`1027`)
0 commit comments