@@ -82,6 +82,11 @@ Enhancements
8282 dated 2018-3-18 to the SAM file dated 2019-03-05. (:issue: `761 `)
8383* Added recombination current parameters to bishop88 single-diode functions and also
8484 to :py:func: `pvlib.pvsystem.max_power_point `. (:issue: `762 `)
85+ * Add `ivtools ` module to contain functions for IV model fitting.
86+ * Add :py:func: `~pvlib.ivtools.fit_sde_sandia `, a simple method to fit
87+ the single diode equation to an IV curve.
88+ * Add :py:func: `~pvlib.ivtools.fit_sdm_cec_sam `, a wrapper for the CEC single
89+ diode model fitting function '6parsolve' from NREL's System Advisor Model.
8590
8691Bug fixes
8792~~~~~~~~~
@@ -104,26 +109,6 @@ Documentation
104109~~~~~~~~~~~~~
105110* Corrected docstring for `pvsystem.PVSystem.sapm `
106111
107- API Changes
108- ~~~~~~~~~~~
109-
110-
111- Enhancements
112- ~~~~~~~~~~~~
113- * Add `ivtools ` module to contain functions for IV model fitting.
114- * Add :py:func: `~pvlib.ivtools.fit_sde_sandia `, a simple method to fit
115- the single diode equation to an IV curve.
116- * Add :py:func: `~pvlib.ivtools.fit_sdm_cec_sam `, a wrapper for the CEC single
117- diode model fitting function '6parsolve' from NREL's System Advisor Model.
118-
119-
120- Bug fixes
121- ~~~~~~~~~
122-
123-
124- Testing
125- ~~~~~~~
126-
127112Removal of prior version deprecations
128113~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
129114* Removed `irradiance.extraradiation `.
@@ -143,5 +128,4 @@ Contributors
143128* Oscar Dowson (:ghuser: `odow `)
144129* Anton Driesse (:ghuser: `adriesse `)
145130* Alexander Morgan (:ghuser: `alexandermorgan `)
146- * Cliff Hansen (:ghuser: `cwhanse `)
147131* Miguel Sánchez de León Peque (:ghuser: `Peque `)
0 commit comments