From f04c9eb6a53d1f8042d29e3ab29419b5971af173 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Thu, 20 Feb 2025 18:01:16 -0500 Subject: [PATCH] add whatsnew entry --- docs/sphinx/source/whatsnew/v0.11.3.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.11.3.rst b/docs/sphinx/source/whatsnew/v0.11.3.rst index 78a36106a..408cc9c7b 100644 --- a/docs/sphinx/source/whatsnew/v0.11.3.rst +++ b/docs/sphinx/source/whatsnew/v0.11.3.rst @@ -10,7 +10,8 @@ Bug fixes ground irradiance when the sun was below the horizon. (:issue:`2245`, :pull:`2359`) * Fix a bug where :py:func:`pvlib.transformer.simple_efficiency` could only be imported using the `from pvlib.transformer` syntax (:pull:`2388`) - +* :py:class:`~pvlib.modelchain.ModelChain` now requires only a minimal set of + parameters to run the SAPM electrical model. (:issue:`2369`, :pull:`2393`) Deprecations @@ -53,3 +54,4 @@ Contributors * Manoj K S (:ghuser:`manojks1999`) * Kurt Rhee (:ghuser:`kurt-rhee`) * Ayush jariyal (:ghuser:`ayushjariyal`) +* Kevin Anderson (:ghuser:`kandersolar`)